Plugin Directory

Changeset 2089237


Ignore:
Timestamp:
05/16/2019 03:12:45 PM (7 years ago)
Author:
EdHynan
Message:

Minor bug fix {php 7 warnings)

Location:
spam-blip
Files:
12 edited
1 copied

Legend:

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

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

    r1481612 r2089237  
    44Plugin URI: //agalena.nfshost.com/b1/software/spam-blip-wordpress-comment-spam-plugin/
    55Description: Stop comment spam before it is posted.
    6 Version: 1.0.8
     6Version: 1.0.8.1
    77Author: Ed Hynan
    88Author URI: //agalena.nfshost.com/b1/
     
    129129   
    130130    // this version
    131     const plugin_version = '1.0.8';
     131    const plugin_version = '1.0.8.1';
    132132   
    133133    // the widget class name
     
    16501650                    break;
    16511651                default:
    1652                     continue;
     1652                    continue 2;
    16531653            }
    16541654
  • spam-blip/tags/1.0.8.1/locale/spambl_l10n-en_US.po

    r1481612 r2089237  
    1 # Spam_BLIP 1.0.8 Pot Source
     1# Spam_BLIP 1.0.8.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.8\n"
     9"Project-Id-Version: Spam_BLIP 1.0.8.1\n"
    1010"Report-Msgid-Bugs-To: edhynan@gmail.com\n"
    11 "POT-Creation-Date: 2016-08-23 09:37-0400\n"
    12 "PO-Revision-Date: 2016-08-23 09:37 EDT\n"
     11"POT-Creation-Date: 2019-05-16 11:08-0400\n"
     12"PO-Revision-Date: 2019-05-16 11:08 EDT\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1414"Language-Team: LANGUAGE <LL@li.org>\n"
  • spam-blip/tags/1.0.8.1/locale/spambl_l10n.pot

    r1481612 r2089237  
    1 # Spam_BLIP 1.0.8 Pot Source
     1# Spam_BLIP 1.0.8.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.8\n"
     9"Project-Id-Version: Spam_BLIP 1.0.8.1\n"
    1010"Report-Msgid-Bugs-To: edhynan@gmail.com\n"
    11 "POT-Creation-Date: 2016-08-23 09:37-0400\n"
     11"POT-Creation-Date: 2019-05-16 11:08-0400\n"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • spam-blip/tags/1.0.8.1/readme.txt

    r1772698 r2089237  
    33Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick%DONATE_LINK%hosted_button_id=4Q2Y8ZUG8HXLC
    44Tags: anti-spam, comment spam, spam comments, blog spam, spam, blog, comment, comments, content, links, network
    5 Requires at least: 3.0.2
    6 Tested up to: 4.9
    7 Stable tag: 1.0.8
     5Requires at least: 4.2
     6Tested up to: 5.2
     7Stable tag: 1.0.8.1
    88Text Domain: spambl_l10n
    99License: GPLv3 or later
     
    115115== Changelog ==
    116116
     117= 1.0.8.1 =
     118* Check with WordPress 5.2.
     119* minor bug fix.
     120
    117121= 1.0.8 =
    118122* Check with WordPress 4.6.
     
    185189== Upgrade Notice ==
    186190
     191= 1.0.8.1 =
     192* Check with WordPress 5.2.
     193* minor bug fix.
     194
    187195= 1.0.8 =
    188196* Check with WordPress 4.6.
  • spam-blip/trunk/Makefile

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

    r1481612 r2089237  
    44Plugin URI: //agalena.nfshost.com/b1/software/spam-blip-wordpress-comment-spam-plugin/
    55Description: Stop comment spam before it is posted.
    6 Version: 1.0.8
     6Version: 1.0.8.1
    77Author: Ed Hynan
    88Author URI: //agalena.nfshost.com/b1/
     
    129129   
    130130    // this version
    131     const plugin_version = '1.0.8';
     131    const plugin_version = '1.0.8.1';
    132132   
    133133    // the widget class name
     
    16501650                    break;
    16511651                default:
    1652                     continue;
     1652                    continue 2;
    16531653            }
    16541654
  • spam-blip/trunk/locale/spambl_l10n-en_US.po

    r1481612 r2089237  
    1 # Spam_BLIP 1.0.8 Pot Source
     1# Spam_BLIP 1.0.8.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.8\n"
     9"Project-Id-Version: Spam_BLIP 1.0.8.1\n"
    1010"Report-Msgid-Bugs-To: edhynan@gmail.com\n"
    11 "POT-Creation-Date: 2016-08-23 09:37-0400\n"
    12 "PO-Revision-Date: 2016-08-23 09:37 EDT\n"
     11"POT-Creation-Date: 2019-05-16 11:08-0400\n"
     12"PO-Revision-Date: 2019-05-16 11:08 EDT\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1414"Language-Team: LANGUAGE <LL@li.org>\n"
  • spam-blip/trunk/locale/spambl_l10n.pot

    r1481612 r2089237  
    1 # Spam_BLIP 1.0.8 Pot Source
     1# Spam_BLIP 1.0.8.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.8\n"
     9"Project-Id-Version: Spam_BLIP 1.0.8.1\n"
    1010"Report-Msgid-Bugs-To: edhynan@gmail.com\n"
    11 "POT-Creation-Date: 2016-08-23 09:37-0400\n"
     11"POT-Creation-Date: 2019-05-16 11:08-0400\n"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • spam-blip/trunk/readme.txt

    r1772698 r2089237  
    33Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick%DONATE_LINK%hosted_button_id=4Q2Y8ZUG8HXLC
    44Tags: anti-spam, comment spam, spam comments, blog spam, spam, blog, comment, comments, content, links, network
    5 Requires at least: 3.0.2
    6 Tested up to: 4.9
    7 Stable tag: 1.0.8
     5Requires at least: 4.2
     6Tested up to: 5.2
     7Stable tag: 1.0.8.1
    88Text Domain: spambl_l10n
    99License: GPLv3 or later
     
    115115== Changelog ==
    116116
     117= 1.0.8.1 =
     118* Check with WordPress 5.2.
     119* minor bug fix.
     120
    117121= 1.0.8 =
    118122* Check with WordPress 4.6.
     
    185189== Upgrade Notice ==
    186190
     191= 1.0.8.1 =
     192* Check with WordPress 5.2.
     193* minor bug fix.
     194
    187195= 1.0.8 =
    188196* Check with WordPress 4.6.
Note: See TracChangeset for help on using the changeset viewer.