Changeset 2176255
- Timestamp:
- 10/20/2019 01:04:01 AM (6 years ago)
- Location:
- goodbye-captcha/trunk
- Files:
-
- 1 deleted
- 2 edited
-
3.1.30 (deleted)
-
goodbye-captcha.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
goodbye-captcha/trunk/goodbye-captcha.php
r2172027 r2176255 5 5 * @author Mihai Chelaru 6 6 * @link http://www.wpbruiser.com 7 * @copyright 201 8WPBruiser7 * @copyright 2019 WPBruiser 8 8 * 9 9 * @wordpress-plugin … … 11 11 * Plugin URI: http://www.wpbruiser.com 12 12 * Description: An extremely powerful anti-spam plugin that blocks spambots without annoying captcha images. 13 * Version: 3.1.3 213 * Version: 3.1.33 14 14 * Author: Mihai Chelaru 15 15 * Author URI: http://www.wpbruiser.com … … 24 24 class GoodByeCaptcha 25 25 { 26 CONST PLUGIN_VERSION = '3.1.3 2';26 CONST PLUGIN_VERSION = '3.1.33'; 27 27 CONST PLUGIN_SLUG = 'wp-bruiser'; 28 28 CONST PLUGIN_NAME = 'WPBruiser'; -
goodbye-captcha/trunk/readme.txt
r2172027 r2176255 5 5 Requires at least: 4.0 6 6 Tested up to: 5.2 7 Stable tag: 3.1.3 27 Stable tag: 3.1.33 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 223 223 == Changelog == 224 224 225 = 3.1.33 = 226 **Fixes** 227 - The plugin does not have a valid header issue 228 225 229 = 3.1.32 = 226 230 **Improvements**
Note: See TracChangeset
for help on using the changeset viewer.