Advanced noCaptcha & invisible Captcha - Version 5.7.1

Version Description

  • Minor bug fixed.
Download this release

Release Info

Developer shamim51
Plugin Icon 128x128 Advanced noCaptcha & invisible Captcha
Version 5.7.1
Comparing to
See all releases

Code changes from version 5.7 to 5.7.1

Files changed (2) hide show
  1. advanced-nocaptcha-recaptcha.php +2 -2
  2. readme.txt +5 -1
advanced-nocaptcha-recaptcha.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Advanced noCaptcha & invisible Captcha
4
  Plugin URI: https://www.shamimsplugins.com/contact-us/
5
  Description: Show noCaptcha or invisible captcha in Comment Form, bbPress, BuddyPress, WooCommerce, CF7, Login, Register, Lost Password, Reset Password. Also can implement in any other form easily.
6
- Version: 5.7
7
  Author: Shamim Hasan
8
  Author URI: https://www.shamimsplugins.com/contact-us/
9
  Text Domain: advanced-nocaptcha-recaptcha
@@ -41,7 +41,7 @@ class ANR {
41
  }
42
 
43
  private function constants() {
44
- define( 'ANR_PLUGIN_VERSION', '5.7' );
45
  define( 'ANR_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
46
  define( 'ANR_PLUGIN_URL', plugins_url( '/', __FILE__ ) );
47
  define( 'ANR_PLUGIN_FILE', __FILE__ );
3
  Plugin Name: Advanced noCaptcha & invisible Captcha
4
  Plugin URI: https://www.shamimsplugins.com/contact-us/
5
  Description: Show noCaptcha or invisible captcha in Comment Form, bbPress, BuddyPress, WooCommerce, CF7, Login, Register, Lost Password, Reset Password. Also can implement in any other form easily.
6
+ Version: 5.7.1
7
  Author: Shamim Hasan
8
  Author URI: https://www.shamimsplugins.com/contact-us/
9
  Text Domain: advanced-nocaptcha-recaptcha
41
  }
42
 
43
  private function constants() {
44
+ define( 'ANR_PLUGIN_VERSION', '5.7.1' );
45
  define( 'ANR_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
46
  define( 'ANR_PLUGIN_URL', plugins_url( '/', __FILE__ ) );
47
  define( 'ANR_PLUGIN_FILE', __FILE__ );
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: recaptcha,nocaptcha,invisible,bot,spam,captcha,woocommerce,widget,plugin,c
4
  Donate link: https://www.shamimsplugins.com/products/advanced-nocaptcha-and-invisible-captcha-pro/
5
  Requires at least: 4.4
6
  Tested up to: 5.4
7
- Stable tag: 5.7
8
  Requires PHP: 5.4
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -88,6 +88,10 @@ You can access your file via FTP or file manager and rename "advanced-nocaptcha-
88
 
89
  == Changelog ==
90
 
 
 
 
 
91
  = 5.7 =
92
 
93
  * IP whitelist feature added.
4
  Donate link: https://www.shamimsplugins.com/products/advanced-nocaptcha-and-invisible-captcha-pro/
5
  Requires at least: 4.4
6
  Tested up to: 5.4
7
+ Stable tag: 5.7.1
8
  Requires PHP: 5.4
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
88
 
89
  == Changelog ==
90
 
91
+ = 5.7.1 =
92
+
93
+ * Minor bug fixed.
94
+
95
  = 5.7 =
96
 
97
  * IP whitelist feature added.