Changeset 3257255
- Timestamp:
- 03/17/2025 03:43:05 PM (12 months ago)
- Location:
- advanced-google-recaptcha-for-woocommerce
- Files:
-
- 18 added
- 2 edited
-
tags/1.0.6 (added)
-
tags/1.0.6/includes (added)
-
tags/1.0.6/includes/admin (added)
-
tags/1.0.6/includes/admin/assets (added)
-
tags/1.0.6/includes/admin/assets/css (added)
-
tags/1.0.6/includes/admin/assets/css/admin-styles.css (added)
-
tags/1.0.6/includes/admin/assets/js (added)
-
tags/1.0.6/includes/admin/assets/js/admin-scripts.js (added)
-
tags/1.0.6/includes/admin/assets/js/rfw-form-field-dependency.js (added)
-
tags/1.0.6/includes/admin/class-wc-recaptcha-for-woocommerce-settings.php (added)
-
tags/1.0.6/includes/class-wc-recaptcha-for-woocommerce-backend.php (added)
-
tags/1.0.6/includes/class-wc-recaptcha-for-woocommerce-frontend.php (added)
-
tags/1.0.6/includes/class-wc-recaptcha-for-woocommerce.php (added)
-
tags/1.0.6/index.php (added)
-
tags/1.0.6/languages (added)
-
tags/1.0.6/languages/recaptcha-for-woocommerce.pot (added)
-
tags/1.0.6/readme.txt (added)
-
tags/1.0.6/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
r3171780 r3257255 4 4 Requires PHP: 7.4 5 5 Requires at least: 4.8 6 Tested up to: 6. 66 Tested up to: 6.7 7 7 WC requires at least: 6.0 8 WC tested up to: 9. 39 Stable tag: 1.0. 58 WC tested up to: 9.7 9 Stable tag: 1.0.6 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.6 = 50 * Add - WordPress 6.7+ compatibility 51 * Add - WooCommerce 9.7+ compatibility 52 49 53 = 1.0.5 = 50 54 * Add - WordPress 6.6+ compatibility -
advanced-google-recaptcha-for-woocommerce/trunk/recaptcha-for-woocommerce.php
r3171780 r3257255 5 5 * Description: Enable Google reCaptcha to protect your eCommerce site against spam. 6 6 * Author: Tanvirul Haque 7 * Version: 1.0. 57 * Version: 1.0.6 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.6 14 * WC tested up to: 9.3 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 15 17 * WC requires at least: 6.0 16 18 * License: GPLv2+ … … 20 22 21 23 if ( ! defined( 'WC_RECAPTCHA_FOR_WOOCOMMERCE_PLUGIN_VERSION' ) ) { 22 define( 'WC_RECAPTCHA_FOR_WOOCOMMERCE_PLUGIN_VERSION', '1.0. 5' );24 define( 'WC_RECAPTCHA_FOR_WOOCOMMERCE_PLUGIN_VERSION', '1.0.6' ); 23 25 } 24 26
Note: See TracChangeset
for help on using the changeset viewer.