Changeset 3171780
- Timestamp:
- 10/19/2024 04:24:55 AM (17 months ago)
- Location:
- advanced-google-recaptcha-for-woocommerce
- Files:
-
- 18 added
- 2 edited
-
tags/1.0.5 (added)
-
tags/1.0.5/includes (added)
-
tags/1.0.5/includes/admin (added)
-
tags/1.0.5/includes/admin/assets (added)
-
tags/1.0.5/includes/admin/assets/css (added)
-
tags/1.0.5/includes/admin/assets/css/admin-styles.css (added)
-
tags/1.0.5/includes/admin/assets/js (added)
-
tags/1.0.5/includes/admin/assets/js/admin-scripts.js (added)
-
tags/1.0.5/includes/admin/assets/js/rfw-form-field-dependency.js (added)
-
tags/1.0.5/includes/admin/class-wc-recaptcha-for-woocommerce-settings.php (added)
-
tags/1.0.5/includes/class-wc-recaptcha-for-woocommerce-backend.php (added)
-
tags/1.0.5/includes/class-wc-recaptcha-for-woocommerce-frontend.php (added)
-
tags/1.0.5/includes/class-wc-recaptcha-for-woocommerce.php (added)
-
tags/1.0.5/index.php (added)
-
tags/1.0.5/languages (added)
-
tags/1.0.5/languages/recaptcha-for-woocommerce.pot (added)
-
tags/1.0.5/readme.txt (added)
-
tags/1.0.5/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
r3010748 r3171780 1 1 === reCaptcha for WooCommerce === 2 2 Contributors: tanvirul 3 Tags: checkout recaptcha, login recaptcha, protect, recaptcha, spam3 Tags: login recaptcha, google recaptcha, recaptcha, recaptcha checkout, woocommerce recaptcha 4 4 Requires PHP: 7.4 5 5 Requires at least: 4.8 6 Tested up to: 6. 46 Tested up to: 6.6 7 7 WC requires at least: 6.0 8 WC tested up to: 8.49 Stable tag: 1.0. 48 WC tested up to: 9.3 9 Stable tag: 1.0.5 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.5 = 50 * Add - WordPress 6.6+ compatibility 51 * Add - WooCommerce 9.3+ compatibility 52 49 53 = 1.0.4 = 50 54 * Add - WooCommerce 8.4+ compatibility -
advanced-google-recaptcha-for-woocommerce/trunk/recaptcha-for-woocommerce.php
r3010748 r3171780 5 5 * Description: Enable Google reCaptcha to protect your eCommerce site against spam. 6 6 * Author: Tanvirul Haque 7 * Version: 1.0. 47 * Version: 1.0.5 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. 414 * WC tested up to: 8.413 * Tested up to: 6.6 14 * WC tested up to: 9.3 15 15 * WC requires at least: 6.0 16 16 * License: GPLv2+ … … 20 20 21 21 if ( ! defined( 'WC_RECAPTCHA_FOR_WOOCOMMERCE_PLUGIN_VERSION' ) ) { 22 define( 'WC_RECAPTCHA_FOR_WOOCOMMERCE_PLUGIN_VERSION', '1.0. 4' );22 define( 'WC_RECAPTCHA_FOR_WOOCOMMERCE_PLUGIN_VERSION', '1.0.5' ); 23 23 } 24 24
Note: See TracChangeset
for help on using the changeset viewer.