Plugin Directory

Changeset 3360880


Ignore:
Timestamp:
09/13/2025 05:24:20 AM (7 months ago)
Author:
tanvirul
Message:

Release 1.0.7

Location:
advanced-google-recaptcha-for-woocommerce
Files:
18 added
2 edited

Legend:

Unmodified
Added
Removed
  • advanced-google-recaptcha-for-woocommerce/trunk/readme.txt

    r3257255 r3360880  
    44Requires PHP: 7.4
    55Requires at least: 4.8
    6 Tested up to: 6.7
     6Tested up to: 6.8
    77WC requires at least: 6.0
    8 WC tested up to: 9.7
    9 Stable tag: 1.0.6
     8WC tested up to: 10.1
     9Stable tag: 1.0.7
    1010License: GPLv2 or later
    1111License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4747== Changelog ==
    4848
     49= 1.0.7 =
     50* Add - WordPress 6.8+ compatibility
     51* Add - WooCommerce 10.1+ compatibility
     52
    4953= 1.0.6 =
    5054* Add - WordPress 6.7+ compatibility
  • advanced-google-recaptcha-for-woocommerce/trunk/recaptcha-for-woocommerce.php

    r3257255 r3360880  
    55 * Description: Enable Google reCaptcha to protect your eCommerce site against spam.
    66 * Author: Tanvirul Haque
    7  * Version: 1.0.6
     7 * Version: 1.0.7
    88 * Author URI: http://wpxpress.net
    99 * Text Domain: recaptcha-for-woocommerce
     
    1111 * Requires PHP: 7.4
    1212 * 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
    1715 * WC requires at least: 6.0
    1816 * License: GPLv2+
     
    2220
    2321if ( ! 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' );
    2523}
    2624
Note: See TracChangeset for help on using the changeset viewer.