Changeset 2089237
- Timestamp:
- 05/16/2019 03:12:45 PM (7 years ago)
- Location:
- spam-blip
- Files:
-
- 12 edited
- 1 copied
-
tags/1.0.8.1 (copied) (copied from spam-blip/trunk)
-
tags/1.0.8.1/Makefile (modified) (1 diff)
-
tags/1.0.8.1/Spam_BLIP.php (modified) (3 diffs)
-
tags/1.0.8.1/locale/spambl_l10n-en_US.mo (modified) (previous)
-
tags/1.0.8.1/locale/spambl_l10n-en_US.po (modified) (2 diffs)
-
tags/1.0.8.1/locale/spambl_l10n.pot (modified) (2 diffs)
-
tags/1.0.8.1/readme.txt (modified) (3 diffs)
-
trunk/Makefile (modified) (1 diff)
-
trunk/Spam_BLIP.php (modified) (3 diffs)
-
trunk/locale/spambl_l10n-en_US.mo (modified) (previous)
-
trunk/locale/spambl_l10n-en_US.po (modified) (2 diffs)
-
trunk/locale/spambl_l10n.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spam-blip/tags/1.0.8.1/Makefile
r1481612 r2089237 2 2 # License: GNU GPLv3 (see http://www.gnu.org/licenses/gpl-3.0.html) 3 3 4 PRJVERS = 1.0.8 4 PRJVERS = 1.0.8.1 5 5 PRJSTEM = Spam_BLIP 6 6 PRJNAME = $(PRJSTEM)-$(PRJVERS) -
spam-blip/tags/1.0.8.1/Spam_BLIP.php
r1481612 r2089237 4 4 Plugin URI: //agalena.nfshost.com/b1/software/spam-blip-wordpress-comment-spam-plugin/ 5 5 Description: Stop comment spam before it is posted. 6 Version: 1.0.8 6 Version: 1.0.8.1 7 7 Author: Ed Hynan 8 8 Author URI: //agalena.nfshost.com/b1/ … … 129 129 130 130 // this version 131 const plugin_version = '1.0.8 ';131 const plugin_version = '1.0.8.1'; 132 132 133 133 // the widget class name … … 1650 1650 break; 1651 1651 default: 1652 continue ;1652 continue 2; 1653 1653 } 1654 1654 -
spam-blip/tags/1.0.8.1/locale/spambl_l10n-en_US.po
r1481612 r2089237 1 # Spam_BLIP 1.0.8 Pot Source1 # Spam_BLIP 1.0.8.1 Pot Source 2 2 # Copyright (C) 2013 Ed Hynan 3 3 # This file is distributed under the same license as the Spam_BLIP package. … … 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: Spam_BLIP 1.0.8 \n"9 "Project-Id-Version: Spam_BLIP 1.0.8.1\n" 10 10 "Report-Msgid-Bugs-To: edhynan@gmail.com\n" 11 "POT-Creation-Date: 201 6-08-23 09:37-0400\n"12 "PO-Revision-Date: 201 6-08-23 09:37EDT\n"11 "POT-Creation-Date: 2019-05-16 11:08-0400\n" 12 "PO-Revision-Date: 2019-05-16 11:08 EDT\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14 14 "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 Source1 # Spam_BLIP 1.0.8.1 Pot Source 2 2 # Copyright (C) 2013 Ed Hynan 3 3 # This file is distributed under the same license as the Spam_BLIP package. … … 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: Spam_BLIP 1.0.8 \n"9 "Project-Id-Version: Spam_BLIP 1.0.8.1\n" 10 10 "Report-Msgid-Bugs-To: edhynan@gmail.com\n" 11 "POT-Creation-Date: 201 6-08-23 09:37-0400\n"11 "POT-Creation-Date: 2019-05-16 11:08-0400\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
spam-blip/tags/1.0.8.1/readme.txt
r1772698 r2089237 3 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick%DONATE_LINK%hosted_button_id=4Q2Y8ZUG8HXLC 4 4 Tags: anti-spam, comment spam, spam comments, blog spam, spam, blog, comment, comments, content, links, network 5 Requires at least: 3.0.26 Tested up to: 4.97 Stable tag: 1.0.8 5 Requires at least: 4.2 6 Tested up to: 5.2 7 Stable tag: 1.0.8.1 8 8 Text Domain: spambl_l10n 9 9 License: GPLv3 or later … … 115 115 == Changelog == 116 116 117 = 1.0.8.1 = 118 * Check with WordPress 5.2. 119 * minor bug fix. 120 117 121 = 1.0.8 = 118 122 * Check with WordPress 4.6. … … 185 189 == Upgrade Notice == 186 190 191 = 1.0.8.1 = 192 * Check with WordPress 5.2. 193 * minor bug fix. 194 187 195 = 1.0.8 = 188 196 * Check with WordPress 4.6. -
spam-blip/trunk/Makefile
r1481612 r2089237 2 2 # License: GNU GPLv3 (see http://www.gnu.org/licenses/gpl-3.0.html) 3 3 4 PRJVERS = 1.0.8 4 PRJVERS = 1.0.8.1 5 5 PRJSTEM = Spam_BLIP 6 6 PRJNAME = $(PRJSTEM)-$(PRJVERS) -
spam-blip/trunk/Spam_BLIP.php
r1481612 r2089237 4 4 Plugin URI: //agalena.nfshost.com/b1/software/spam-blip-wordpress-comment-spam-plugin/ 5 5 Description: Stop comment spam before it is posted. 6 Version: 1.0.8 6 Version: 1.0.8.1 7 7 Author: Ed Hynan 8 8 Author URI: //agalena.nfshost.com/b1/ … … 129 129 130 130 // this version 131 const plugin_version = '1.0.8 ';131 const plugin_version = '1.0.8.1'; 132 132 133 133 // the widget class name … … 1650 1650 break; 1651 1651 default: 1652 continue ;1652 continue 2; 1653 1653 } 1654 1654 -
spam-blip/trunk/locale/spambl_l10n-en_US.po
r1481612 r2089237 1 # Spam_BLIP 1.0.8 Pot Source1 # Spam_BLIP 1.0.8.1 Pot Source 2 2 # Copyright (C) 2013 Ed Hynan 3 3 # This file is distributed under the same license as the Spam_BLIP package. … … 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: Spam_BLIP 1.0.8 \n"9 "Project-Id-Version: Spam_BLIP 1.0.8.1\n" 10 10 "Report-Msgid-Bugs-To: edhynan@gmail.com\n" 11 "POT-Creation-Date: 201 6-08-23 09:37-0400\n"12 "PO-Revision-Date: 201 6-08-23 09:37EDT\n"11 "POT-Creation-Date: 2019-05-16 11:08-0400\n" 12 "PO-Revision-Date: 2019-05-16 11:08 EDT\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14 14 "Language-Team: LANGUAGE <LL@li.org>\n" -
spam-blip/trunk/locale/spambl_l10n.pot
r1481612 r2089237 1 # Spam_BLIP 1.0.8 Pot Source1 # Spam_BLIP 1.0.8.1 Pot Source 2 2 # Copyright (C) 2013 Ed Hynan 3 3 # This file is distributed under the same license as the Spam_BLIP package. … … 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: Spam_BLIP 1.0.8 \n"9 "Project-Id-Version: Spam_BLIP 1.0.8.1\n" 10 10 "Report-Msgid-Bugs-To: edhynan@gmail.com\n" 11 "POT-Creation-Date: 201 6-08-23 09:37-0400\n"11 "POT-Creation-Date: 2019-05-16 11:08-0400\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
spam-blip/trunk/readme.txt
r1772698 r2089237 3 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick%DONATE_LINK%hosted_button_id=4Q2Y8ZUG8HXLC 4 4 Tags: anti-spam, comment spam, spam comments, blog spam, spam, blog, comment, comments, content, links, network 5 Requires at least: 3.0.26 Tested up to: 4.97 Stable tag: 1.0.8 5 Requires at least: 4.2 6 Tested up to: 5.2 7 Stable tag: 1.0.8.1 8 8 Text Domain: spambl_l10n 9 9 License: GPLv3 or later … … 115 115 == Changelog == 116 116 117 = 1.0.8.1 = 118 * Check with WordPress 5.2. 119 * minor bug fix. 120 117 121 = 1.0.8 = 118 122 * Check with WordPress 4.6. … … 185 189 == Upgrade Notice == 186 190 191 = 1.0.8.1 = 192 * Check with WordPress 5.2. 193 * minor bug fix. 194 187 195 = 1.0.8 = 188 196 * Check with WordPress 4.6.
Note: See TracChangeset
for help on using the changeset viewer.