Changeset 3360880
- Timestamp:
- 09/13/2025 05:24:20 AM (7 months ago)
- Location:
- advanced-google-recaptcha-for-woocommerce
- Files:
-
- 18 added
- 2 edited
-
tags/1.0.7 (added)
-
tags/1.0.7/includes (added)
-
tags/1.0.7/includes/admin (added)
-
tags/1.0.7/includes/admin/assets (added)
-
tags/1.0.7/includes/admin/assets/css (added)
-
tags/1.0.7/includes/admin/assets/css/admin-styles.css (added)
-
tags/1.0.7/includes/admin/assets/js (added)
-
tags/1.0.7/includes/admin/assets/js/admin-scripts.js (added)
-
tags/1.0.7/includes/admin/assets/js/rfw-form-field-dependency.js (added)
-
tags/1.0.7/includes/admin/class-wc-recaptcha-for-woocommerce-settings.php (added)
-
tags/1.0.7/includes/class-wc-recaptcha-for-woocommerce-backend.php (added)
-
tags/1.0.7/includes/class-wc-recaptcha-for-woocommerce-frontend.php (added)
-
tags/1.0.7/includes/class-wc-recaptcha-for-woocommerce.php (added)
-
tags/1.0.7/index.php (added)
-
tags/1.0.7/languages (added)
-
tags/1.0.7/languages/recaptcha-for-woocommerce.pot (added)
-
tags/1.0.7/readme.txt (added)
-
tags/1.0.7/recaptcha-for-woocommerce.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/recaptcha-for-woocommerce.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
advanced-google-recaptcha-for-woocommerce/trunk/readme.txt
r3257255 r3360880 4 4 Requires PHP: 7.4 5 5 Requires at least: 4.8 6 Tested up to: 6. 76 Tested up to: 6.8 7 7 WC requires at least: 6.0 8 WC tested up to: 9.79 Stable tag: 1.0. 68 WC tested up to: 10.1 9 Stable tag: 1.0.7 10 10 License: GPLv2 or later 11 11 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 47 47 == Changelog == 48 48 49 = 1.0.7 = 50 * Add - WordPress 6.8+ compatibility 51 * Add - WooCommerce 10.1+ compatibility 52 49 53 = 1.0.6 = 50 54 * Add - WordPress 6.7+ compatibility -
advanced-google-recaptcha-for-woocommerce/trunk/recaptcha-for-woocommerce.php
r3257255 r3360880 5 5 * Description: Enable Google reCaptcha to protect your eCommerce site against spam. 6 6 * Author: Tanvirul Haque 7 * Version: 1.0. 67 * Version: 1.0.7 8 8 * Author URI: http://wpxpress.net 9 9 * Text Domain: recaptcha-for-woocommerce … … 11 11 * Requires PHP: 7.4 12 12 * Requires at least: 4.8 13 * Tested up to: 6.7 14 * WC tested up to: 9.7 15 * Tested up to: 6.7 16 * WC tested up to: 9.5 13 * Tested up to: 6.8 14 * WC tested up to: 10.1 17 15 * WC requires at least: 6.0 18 16 * License: GPLv2+ … … 22 20 23 21 if ( ! defined( 'WC_RECAPTCHA_FOR_WOOCOMMERCE_PLUGIN_VERSION' ) ) { 24 define( 'WC_RECAPTCHA_FOR_WOOCOMMERCE_PLUGIN_VERSION', '1.0. 6' );22 define( 'WC_RECAPTCHA_FOR_WOOCOMMERCE_PLUGIN_VERSION', '1.0.7' ); 25 23 } 26 24
Note: See TracChangeset
for help on using the changeset viewer.