Advanced noCaptcha & invisible Captcha - Version 5.2

Version Description

  • Now support reCaptcha v3 also
  • Fix: invisible captcha sometimes was not working
  • anr_verify_captcha filter added
Download this release

Release Info

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

Code changes from version 5.1 to 5.2

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.1
7
  Author: Shamim Hasan
8
  Author URI: https://www.shamimsplugins.com/contact-us/
9
  Text Domain: advanced-nocaptcha-recaptcha
@@ -40,7 +40,7 @@ class ANR {
40
  }
41
 
42
  private function constants() {
43
- define( 'ANR_PLUGIN_VERSION', '5.1' );
44
  define( 'ANR_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
45
  define( 'ANR_PLUGIN_URL', plugins_url( '/', __FILE__ ) );
46
  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.2
7
  Author: Shamim Hasan
8
  Author URI: https://www.shamimsplugins.com/contact-us/
9
  Text Domain: advanced-nocaptcha-recaptcha
40
  }
41
 
42
  private function constants() {
43
+ define( 'ANR_PLUGIN_VERSION', '5.2' );
44
  define( 'ANR_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
45
  define( 'ANR_PLUGIN_URL', plugins_url( '/', __FILE__ ) );
46
  define( 'ANR_PLUGIN_FILE', __FILE__ );
images/advanced-nocaptcha-recaptcha.jpg DELETED
Binary file
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: recaptcha,nocaptcha,invisible,no captcha,bot,spam,captcha,woocommerce capt
4
  Donate link: https://www.paypal.me/hasanshamim
5
  Requires at least: 4.4
6
  Tested up to: 5.1.1
7
- Stable tag: 5.1
8
  Requires PHP: 5.4
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -87,7 +87,7 @@ You can access your file via FTP or file manager and rename "advanced-nocaptcha-
87
 
88
  == Changelog ==
89
 
90
- = 5.1 =
91
 
92
  * Now support reCaptcha v3 also
93
  * Fix: invisible captcha sometimes was not working
4
  Donate link: https://www.paypal.me/hasanshamim
5
  Requires at least: 4.4
6
  Tested up to: 5.1.1
7
+ Stable tag: 5.2
8
  Requires PHP: 5.4
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
87
 
88
  == Changelog ==
89
 
90
+ = 5.2 =
91
 
92
  * Now support reCaptcha v3 also
93
  * Fix: invisible captcha sometimes was not working
style/style.css DELETED
@@ -1,3 +0,0 @@
1
- #login {
2
- width: 350px !important;
3
- }