Plugin Directory

Changeset 990224


Ignore:
Timestamp:
09/15/2014 01:50:25 PM (12 years ago)
Author:
EdHynan
Message:

Release 1.0.5.1: fix new bug in widget from 1.0.5

Location:
spam-blip
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • spam-blip/tags/1.0.5.1/Makefile

    r990173 r990224  
    22# License: GNU GPLv3 (see http://www.gnu.org/licenses/gpl-3.0.html)
    33
    4 PRJVERS = 1.0.5
     4PRJVERS = 1.0.5.1
    55PRJSTEM = Spam_BLIP
    66PRJNAME = $(PRJSTEM)-$(PRJVERS)
  • spam-blip/tags/1.0.5.1/Spam_BLIP.php

    r990173 r990224  
    44Plugin URI: http://agalena.nfshost.com/b1/spam-blip-wordpress-comment-spam-plugin
    55Description: Stop comment spam before it is posted.
    6 Version: 1.0.5
     6Version: 1.0.5.1
    77Author: Ed Hynan
    88Author URI: http://agalena.nfshost.com/b1/
     
    44604460
    44614461        $ud  = $this->plinst->get_usedata_option();
     4462        $bc  = $this->plinst->get_comments_open_option();
     4463        $bp  = $this->plinst->get_pings_open_option();
    44624464        $inf = false;
    44634465        if ( $ud != 'false' && ($bc != 'false' || $bp != 'false') ) {
     
    44834485        if ( $showopt == 'true' ) {
    44844486            // get some options to show if true
    4485             $bc  = $this->plinst->get_comments_open_option();
    4486             $bp  = $this->plinst->get_pings_open_option();
    44874487            $br  = $this->plinst->get_user_regi_option();
    44884488            $tw  = $this->plinst->get_torwhite_option();
     
    46914691
    46924692    public function update($new_instance, $old_instance) {
    4693         // form ctls: URL is checkbox
     4693        // form ctls: OPT and URL are checkboxes
    46944694        $i = array(
    46954695            'title' => '',
     
    47364736
    47374737        // form ctls: URL is checkbox
    4738         $val = array('title' => '', 'caption' => '', 'URL' => 'false');
     4738        $val = array(
     4739            'title' => '',
     4740            'caption' => '',
     4741            'OPT' => 'false',
     4742            'URL' => 'false'
     4743        );
    47394744        $instance = wp_parse_args((array)$instance, $val);
    47404745
  • spam-blip/tags/1.0.5.1/locale/spambl_l10n-en_US.po

    r990173 r990224  
    1 # Spam_BLIP 1.0.5 Pot Source
     1# Spam_BLIP 1.0.5.1 Pot Source
    22# Copyright (C) 2013 Ed Hynan
    33# This file is distributed under the same license as the Spam_BLIP package.
     
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: Spam_BLIP 1.0.5\n"
     9"Project-Id-Version: Spam_BLIP 1.0.5.1\n"
    1010"Report-Msgid-Bugs-To: edhynan@gmail.com\n"
    11 "POT-Creation-Date: 2014-09-15 08:57-0400\n"
    12 "PO-Revision-Date: 2014-09-15 08:57 EDT\n"
     11"POT-Creation-Date: 2014-09-15 09:47-0400\n"
     12"PO-Revision-Date: 2014-09-15 09:47 EDT\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1414"Language-Team: LANGUAGE <LL@li.org>\n"
     
    14971497"\t\t\t\t</p>"
    14981498
    1499 #: Spam_BLIP.php:4747
     1499#: Spam_BLIP.php:4752
    15001500msgid "Widget title:"
    15011501msgstr "Widget title:"
    15021502
    1503 #: Spam_BLIP.php:4762
     1503#: Spam_BLIP.php:4767
    15041504msgid "Caption:"
    15051505msgstr "Caption:"
    15061506
    1507 #: Spam_BLIP.php:4777
     1507#: Spam_BLIP.php:4782
    15081508msgid "Show <em>Spam BLIP</em> options:&nbsp;"
    15091509msgstr "Show <em>Spam BLIP</em> options:&nbsp;"
    15101510
    1511 #: Spam_BLIP.php:4790
     1511#: Spam_BLIP.php:4795
    15121512msgid "Show <em>Spam BLIP</em> link:&nbsp;"
    15131513msgstr "Show <em>Spam BLIP</em> link:&nbsp;"
  • spam-blip/tags/1.0.5.1/locale/spambl_l10n.pot

    r990173 r990224  
    1 # Spam_BLIP 1.0.5 Pot Source
     1# Spam_BLIP 1.0.5.1 Pot Source
    22# Copyright (C) 2013 Ed Hynan
    33# This file is distributed under the same license as the Spam_BLIP package.
     
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: Spam_BLIP 1.0.5\n"
     9"Project-Id-Version: Spam_BLIP 1.0.5.1\n"
    1010"Report-Msgid-Bugs-To: edhynan@gmail.com\n"
    11 "POT-Creation-Date: 2014-09-15 08:57-0400\n"
     11"POT-Creation-Date: 2014-09-15 09:47-0400\n"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    11491149msgstr ""
    11501150
    1151 #: Spam_BLIP.php:4747
     1151#: Spam_BLIP.php:4752
    11521152msgid "Widget title:"
    11531153msgstr ""
    11541154
    1155 #: Spam_BLIP.php:4762
     1155#: Spam_BLIP.php:4767
    11561156msgid "Caption:"
    11571157msgstr ""
    11581158
    1159 #: Spam_BLIP.php:4777
     1159#: Spam_BLIP.php:4782
    11601160msgid "Show <em>Spam BLIP</em> options:&nbsp;"
    11611161msgstr ""
    11621162
    1163 #: Spam_BLIP.php:4790
     1163#: Spam_BLIP.php:4795
    11641164msgid "Show <em>Spam BLIP</em> link:&nbsp;"
    11651165msgstr ""
  • spam-blip/tags/1.0.5.1/readme.txt

    r990173 r990224  
    55Requires at least: 3.0.2
    66Tested up to: 4.0
    7 Stable tag: 1.0.5
     7Stable tag: 1.0.5.1
    88Text Domain: spambl_l10n
    99License: GPLv3 or later
     
    115115== Changelog ==
    116116
     117= 1.0.5.1 =
     118* Fix bug in widget introduced in 1.0.5.
     119
    117120= 1.0.5 =
    118121* Checks with WordPress 4.0: OK.
     
    164167== Upgrade Notice ==
    165168
     169= 1.0.5.1 =
     170* Fix bug in widget introduced in 1.0.5.
     171
    166172= 1.0.5 =
    167173* Checks with WordPress 4.0: OK.
  • spam-blip/trunk/Makefile

    r990173 r990224  
    22# License: GNU GPLv3 (see http://www.gnu.org/licenses/gpl-3.0.html)
    33
    4 PRJVERS = 1.0.5
     4PRJVERS = 1.0.5.1
    55PRJSTEM = Spam_BLIP
    66PRJNAME = $(PRJSTEM)-$(PRJVERS)
  • spam-blip/trunk/Spam_BLIP.php

    r990173 r990224  
    44Plugin URI: http://agalena.nfshost.com/b1/spam-blip-wordpress-comment-spam-plugin
    55Description: Stop comment spam before it is posted.
    6 Version: 1.0.5
     6Version: 1.0.5.1
    77Author: Ed Hynan
    88Author URI: http://agalena.nfshost.com/b1/
     
    44604460
    44614461        $ud  = $this->plinst->get_usedata_option();
     4462        $bc  = $this->plinst->get_comments_open_option();
     4463        $bp  = $this->plinst->get_pings_open_option();
    44624464        $inf = false;
    44634465        if ( $ud != 'false' && ($bc != 'false' || $bp != 'false') ) {
     
    44834485        if ( $showopt == 'true' ) {
    44844486            // get some options to show if true
    4485             $bc  = $this->plinst->get_comments_open_option();
    4486             $bp  = $this->plinst->get_pings_open_option();
    44874487            $br  = $this->plinst->get_user_regi_option();
    44884488            $tw  = $this->plinst->get_torwhite_option();
     
    46914691
    46924692    public function update($new_instance, $old_instance) {
    4693         // form ctls: URL is checkbox
     4693        // form ctls: OPT and URL are checkboxes
    46944694        $i = array(
    46954695            'title' => '',
     
    47364736
    47374737        // form ctls: URL is checkbox
    4738         $val = array('title' => '', 'caption' => '', 'URL' => 'false');
     4738        $val = array(
     4739            'title' => '',
     4740            'caption' => '',
     4741            'OPT' => 'false',
     4742            'URL' => 'false'
     4743        );
    47394744        $instance = wp_parse_args((array)$instance, $val);
    47404745
  • spam-blip/trunk/locale/spambl_l10n-en_US.po

    r990173 r990224  
    1 # Spam_BLIP 1.0.5 Pot Source
     1# Spam_BLIP 1.0.5.1 Pot Source
    22# Copyright (C) 2013 Ed Hynan
    33# This file is distributed under the same license as the Spam_BLIP package.
     
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: Spam_BLIP 1.0.5\n"
     9"Project-Id-Version: Spam_BLIP 1.0.5.1\n"
    1010"Report-Msgid-Bugs-To: edhynan@gmail.com\n"
    11 "POT-Creation-Date: 2014-09-15 08:57-0400\n"
    12 "PO-Revision-Date: 2014-09-15 08:57 EDT\n"
     11"POT-Creation-Date: 2014-09-15 09:47-0400\n"
     12"PO-Revision-Date: 2014-09-15 09:47 EDT\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1414"Language-Team: LANGUAGE <LL@li.org>\n"
     
    14971497"\t\t\t\t</p>"
    14981498
    1499 #: Spam_BLIP.php:4747
     1499#: Spam_BLIP.php:4752
    15001500msgid "Widget title:"
    15011501msgstr "Widget title:"
    15021502
    1503 #: Spam_BLIP.php:4762
     1503#: Spam_BLIP.php:4767
    15041504msgid "Caption:"
    15051505msgstr "Caption:"
    15061506
    1507 #: Spam_BLIP.php:4777
     1507#: Spam_BLIP.php:4782
    15081508msgid "Show <em>Spam BLIP</em> options:&nbsp;"
    15091509msgstr "Show <em>Spam BLIP</em> options:&nbsp;"
    15101510
    1511 #: Spam_BLIP.php:4790
     1511#: Spam_BLIP.php:4795
    15121512msgid "Show <em>Spam BLIP</em> link:&nbsp;"
    15131513msgstr "Show <em>Spam BLIP</em> link:&nbsp;"
  • spam-blip/trunk/locale/spambl_l10n.pot

    r990173 r990224  
    1 # Spam_BLIP 1.0.5 Pot Source
     1# Spam_BLIP 1.0.5.1 Pot Source
    22# Copyright (C) 2013 Ed Hynan
    33# This file is distributed under the same license as the Spam_BLIP package.
     
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: Spam_BLIP 1.0.5\n"
     9"Project-Id-Version: Spam_BLIP 1.0.5.1\n"
    1010"Report-Msgid-Bugs-To: edhynan@gmail.com\n"
    11 "POT-Creation-Date: 2014-09-15 08:57-0400\n"
     11"POT-Creation-Date: 2014-09-15 09:47-0400\n"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    11491149msgstr ""
    11501150
    1151 #: Spam_BLIP.php:4747
     1151#: Spam_BLIP.php:4752
    11521152msgid "Widget title:"
    11531153msgstr ""
    11541154
    1155 #: Spam_BLIP.php:4762
     1155#: Spam_BLIP.php:4767
    11561156msgid "Caption:"
    11571157msgstr ""
    11581158
    1159 #: Spam_BLIP.php:4777
     1159#: Spam_BLIP.php:4782
    11601160msgid "Show <em>Spam BLIP</em> options:&nbsp;"
    11611161msgstr ""
    11621162
    1163 #: Spam_BLIP.php:4790
     1163#: Spam_BLIP.php:4795
    11641164msgid "Show <em>Spam BLIP</em> link:&nbsp;"
    11651165msgstr ""
  • spam-blip/trunk/readme.txt

    r990173 r990224  
    55Requires at least: 3.0.2
    66Tested up to: 4.0
    7 Stable tag: 1.0.5
     7Stable tag: 1.0.5.1
    88Text Domain: spambl_l10n
    99License: GPLv3 or later
     
    115115== Changelog ==
    116116
     117= 1.0.5.1 =
     118* Fix bug in widget introduced in 1.0.5.
     119
    117120= 1.0.5 =
    118121* Checks with WordPress 4.0: OK.
     
    164167== Upgrade Notice ==
    165168
     169= 1.0.5.1 =
     170* Fix bug in widget introduced in 1.0.5.
     171
    166172= 1.0.5 =
    167173* Checks with WordPress 4.0: OK.
Note: See TracChangeset for help on using the changeset viewer.