Version Description
- 14.08.2019 =
- Update : BWS menu has been updated.
- Pro : The bug with the reCAPTCHA verification on the Divi Contact forms has been fixed.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Google Captcha (reCAPTCHA) by BestWebSoft |
Version | 1.51 |
Comparing to | |
See all releases |
Code changes from version 1.50 to 1.51
- bws_menu/bws_menu.php +4 -2
- bws_menu/class-bws-settings.php +1 -1
- bws_menu/product_list.php +9 -3
- google-captcha.php +1 -1
- readme.txt +10 -2
bws_menu/bws_menu.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
-
* Version: 2.1.
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
|
@@ -734,7 +734,9 @@ if ( ! function_exists( 'bws_get_banner_array' ) ) {
|
|
734 |
array( 'cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.62' ),
|
735 |
array( 'bwscrrntl_hide_banner_on_plugin_page', 'bws-car-rental/bws-car-rental.php', '0.0.1' ),
|
736 |
array( 'rtng_hide_banner_on_plugin_page', 'rating-bws/rating-bws.php', '1.0.0' ),
|
737 |
-
array( 'prflxtrflds_hide_banner_on_plugin_page', 'profile-extra-fields/profile-extra-fields.php', '1.1.3' )
|
|
|
|
|
738 |
);
|
739 |
}
|
740 |
}
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
+
* Version: 2.1.9
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
|
734 |
array( 'cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.62' ),
|
735 |
array( 'bwscrrntl_hide_banner_on_plugin_page', 'bws-car-rental/bws-car-rental.php', '0.0.1' ),
|
736 |
array( 'rtng_hide_banner_on_plugin_page', 'rating-bws/rating-bws.php', '1.0.0' ),
|
737 |
+
array( 'prflxtrflds_hide_banner_on_plugin_page', 'profile-extra-fields/profile-extra-fields.php', '1.1.3' ),
|
738 |
+
array( 'psttcsv_hide_banner_on_plugin_page', 'post-to-csv/post-to-csv.php', '1.3.4' ),
|
739 |
+
array( 'cstmdmnpg_hide_banner_on_plugin_page', 'custom-admin-page/custom-admin-page.php', '1.0.0' )
|
740 |
);
|
741 |
}
|
742 |
}
|
bws_menu/class-bws-settings.php
CHANGED
@@ -757,7 +757,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
757 |
if( ! empty( $single_license['pro_basename'] ) ) {
|
758 |
$license_key = ! empty( $bstwbsftwppdtplgns_options[ $single_license['pro_basename'] ] ) ? $bstwbsftwppdtplgns_options[ $single_license['pro_basename'] ] : '';
|
759 |
}
|
760 |
-
$current_plugin_link = ( ! empty( $this->link_key ) && ! empty( $this->link_pn ) ? esc_url( 'https://bestwebsoft.com/products/wordpress/plugins/' . $
|
761 |
?>
|
762 |
<table class="form-table">
|
763 |
<tr>
|
757 |
if( ! empty( $single_license['pro_basename'] ) ) {
|
758 |
$license_key = ! empty( $bstwbsftwppdtplgns_options[ $single_license['pro_basename'] ] ) ? $bstwbsftwppdtplgns_options[ $single_license['pro_basename'] ] : '';
|
759 |
}
|
760 |
+
$current_plugin_link = ( ! empty( $this->link_key ) && ! empty( $this->link_pn ) ? esc_url( 'https://bestwebsoft.com/products/wordpress/plugins/' . $this->wp_slug . '/' . '?k=' . $this->link_key . '&pn=' . $this->link_pn . '&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version ) : esc_url( 'https://bestwebsoft.com/products/wordpress/plugins/' . $this->wp_slug . '/' ) );
|
761 |
?>
|
762 |
<table class="form-table">
|
763 |
<tr>
|
bws_menu/product_list.php
CHANGED
@@ -83,7 +83,10 @@ $bws_plugins = array(
|
|
83 |
'name' => 'Custom Admin Page',
|
84 |
'description' => __( 'Add unlimited custom pages to WordPress admin dashboard.', 'bestwebsoft' ),
|
85 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/custom-admin-page/?k=9ac03f16c25e845e8e055a221c3e1467&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
86 |
-
'settings' => 'admin.php?page=custom-admin-page.php'
|
|
|
|
|
|
|
87 |
),
|
88 |
'custom-fields-search/custom-fields-search.php' => array(
|
89 |
'category' => array( 'navigation' ),
|
@@ -118,7 +121,7 @@ $bws_plugins = array(
|
|
118 |
),
|
119 |
'facebook-button-plugin/facebook-button-plugin.php' => array(
|
120 |
'category' => array( 'smm' ),
|
121 |
-
'name' => 'Facebook
|
122 |
'description' => __( 'Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and widgets.', 'bestwebsoft' ),
|
123 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/facebook-like-button/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
124 |
'settings' => 'admin.php?page=facebook-button-plugin.php',
|
@@ -305,7 +308,10 @@ $bws_plugins = array(
|
|
305 |
'name' => 'Post to CSV',
|
306 |
'description' => __( 'Export WordPress posts to CSV file format easily. Configure data order.', 'bestwebsoft' ),
|
307 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/post-to-csv/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
308 |
-
'settings' => 'admin.php?page=post-to-csv.php'
|
|
|
|
|
|
|
309 |
),
|
310 |
'profile-extra-fields/profile-extra-fields.php' => array(
|
311 |
'category' => array( 'admin-tools' ),
|
83 |
'name' => 'Custom Admin Page',
|
84 |
'description' => __( 'Add unlimited custom pages to WordPress admin dashboard.', 'bestwebsoft' ),
|
85 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/custom-admin-page/?k=9ac03f16c25e845e8e055a221c3e1467&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
86 |
+
'settings' => 'admin.php?page=custom-admin-page.php',
|
87 |
+
'pro_version' => 'custom-admin-page-pro/custom-admin-page-pro.php',
|
88 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/custom-admin-page/buy/?k=b986f456dba092b537f1a7755a363be9&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
89 |
+
'pro_settings' => 'admin.php?page=custom-admin-page.php'
|
90 |
),
|
91 |
'custom-fields-search/custom-fields-search.php' => array(
|
92 |
'category' => array( 'navigation' ),
|
121 |
),
|
122 |
'facebook-button-plugin/facebook-button-plugin.php' => array(
|
123 |
'category' => array( 'smm' ),
|
124 |
+
'name' => 'Bestwebsoft Buttons for Facebook',
|
125 |
'description' => __( 'Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and widgets.', 'bestwebsoft' ),
|
126 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/facebook-like-button/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
127 |
'settings' => 'admin.php?page=facebook-button-plugin.php',
|
308 |
'name' => 'Post to CSV',
|
309 |
'description' => __( 'Export WordPress posts to CSV file format easily. Configure data order.', 'bestwebsoft' ),
|
310 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/post-to-csv/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
311 |
+
'settings' => 'admin.php?page=post-to-csv.php',
|
312 |
+
'pro_version' => 'post-to-csv-pro/post-to-csv-pro.php',
|
313 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/post-to-csv/buy/?k=b6521601d1579ed9c556ba98234f2d8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
314 |
+
'pro_settings' => 'admin.php?page=post-to-csv-pro.php'
|
315 |
),
|
316 |
'profile-extra-fields/profile-extra-fields.php' => array(
|
317 |
'category' => array( 'admin-tools' ),
|
google-captcha.php
CHANGED
@@ -6,7 +6,7 @@ Description: Protect WordPress website forms from spam entries with Google Captc
|
|
6 |
Author: BestWebSoft
|
7 |
Text Domain: google-captcha
|
8 |
Domain Path: /languages
|
9 |
-
Version: 1.
|
10 |
Author URI: https://bestwebsoft.com/
|
11 |
License: GPLv3 or later
|
12 |
*/
|
6 |
Author: BestWebSoft
|
7 |
Text Domain: google-captcha
|
8 |
Domain Path: /languages
|
9 |
+
Version: 1.51
|
10 |
Author URI: https://bestwebsoft.com/
|
11 |
License: GPLv3 or later
|
12 |
*/
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://bestwebsoft.com/donate/
|
|
4 |
Tags: anti-spam security, antispam, recaptcha, captcha, captha, Invisible reCaptcha, Invisible captcha, Invisibl reCaptcha, comment, cpatcha, google catcha, Invisible re captcha, recaptcha version3
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 5.2.2
|
7 |
-
Stable tag: 1.
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -31,7 +31,7 @@ http://www.youtube.com/watch?v=qwHsW3IJ7gQ
|
|
31 |
* Testimonials
|
32 |
* Custom form
|
33 |
* Hide Google Captcha (reCAPTCHA) for the whitelisted IP addresses
|
34 |
-
* Disable the submit button
|
35 |
* Validity check of keys in admin panel
|
36 |
* Available Google Captcha (reCAPTCHA) themes for:
|
37 |
* Version 1
|
@@ -266,6 +266,10 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
|
|
266 |
|
267 |
== Changelog ==
|
268 |
|
|
|
|
|
|
|
|
|
269 |
= V1.50 - 31.07.2019 =
|
270 |
* Pro : The bug with the Divi Theme hooks has been fixed.
|
271 |
|
@@ -482,6 +486,10 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
|
|
482 |
|
483 |
== Upgrade Notice ==
|
484 |
|
|
|
|
|
|
|
|
|
485 |
= V1.50 =
|
486 |
* Bugs fixed.
|
487 |
|
4 |
Tags: anti-spam security, antispam, recaptcha, captcha, captha, Invisible reCaptcha, Invisible captcha, Invisibl reCaptcha, comment, cpatcha, google catcha, Invisible re captcha, recaptcha version3
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 5.2.2
|
7 |
+
Stable tag: 1.51
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
31 |
* Testimonials
|
32 |
* Custom form
|
33 |
* Hide Google Captcha (reCAPTCHA) for the whitelisted IP addresses
|
34 |
+
* Disable the submit button
|
35 |
* Validity check of keys in admin panel
|
36 |
* Available Google Captcha (reCAPTCHA) themes for:
|
37 |
* Version 1
|
266 |
|
267 |
== Changelog ==
|
268 |
|
269 |
+
= V1.51 - 14.08.2019 =
|
270 |
+
* Update : BWS menu has been updated.
|
271 |
+
* Pro : The bug with the reCAPTCHA verification on the Divi Contact forms has been fixed.
|
272 |
+
|
273 |
= V1.50 - 31.07.2019 =
|
274 |
* Pro : The bug with the Divi Theme hooks has been fixed.
|
275 |
|
486 |
|
487 |
== Upgrade Notice ==
|
488 |
|
489 |
+
= V1.51 =
|
490 |
+
* Functionality improved.
|
491 |
+
* Bugs fixed.
|
492 |
+
|
493 |
= V1.50 =
|
494 |
* Bugs fixed.
|
495 |
|