Plugin Directory

Changeset 3257255


Ignore:
Timestamp:
03/17/2025 03:43:05 PM (12 months ago)
Author:
tanvirul
Message:

Release 1.0.6

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

Legend:

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

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

    r3171780 r3257255  
    55 * Description: Enable Google reCaptcha to protect your eCommerce site against spam.
    66 * Author: Tanvirul Haque
    7  * Version: 1.0.5
     7 * Version: 1.0.6
    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.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
    1517 * WC requires at least: 6.0
    1618 * License: GPLv2+
     
    2022
    2123if ( ! 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' );
    2325}
    2426
Note: See TracChangeset for help on using the changeset viewer.