Changeset 1781851
- Timestamp:
- 12/06/2017 10:22:54 AM (8 years ago)
- Location:
- captcha/trunk
- Files:
-
- 3 edited
-
captcha.php (modified) (2 diffs)
-
hcptc-custom-code.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
captcha/trunk/captcha.php
r1781847 r1781851 1 <?php1 <?php 2 2 3 3 /* … … 14 14 Domain Path: /languages 15 15 16 Version: 4.4. 216 Version: 4.4.3 17 17 18 18 Author URI: https://wordpress.org/plugins/captcha/ -
captcha/trunk/hcptc-custom-code.php
r1781845 r1781851 73 73 74 74 75 if($cptch_plugin_activation_status == 1 and empty($cptch_enable_advanced_blocking) and $cptch_plugin_install_status == 2)75 if($cptch_plugin_activation_status == 1 and empty($cptch_enable_advanced_blocking) ) 76 76 77 77 add_action( 'admin_notices', 'cptch_esccss_notice'); // call action -
captcha/trunk/readme.txt
r1781847 r1781851 4 4 Requires at least: 3.9 5 5 Tested up to: 4.9.1 6 Stable tag: 4.4. 26 Stable tag: 4.4.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 283 283 284 284 == Changelog == 285 286 = V4.4.3 - 06.12.2017 = 287 * resolve issue that comes in v4.4.2 285 288 286 289 = V4.4.2 - 06.12.2017 =
Note: See TracChangeset
for help on using the changeset viewer.