Plugin Directory

Changeset 3171780


Ignore:
Timestamp:
10/19/2024 04:24:55 AM (17 months ago)
Author:
tanvirul
Message:

Release 1.0.5

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

Legend:

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

    r3010748 r3171780  
    11=== reCaptcha for WooCommerce ===
    22Contributors: tanvirul
    3 Tags: checkout recaptcha, login recaptcha, protect, recaptcha, spam
     3Tags: login recaptcha, google recaptcha, recaptcha, recaptcha checkout, woocommerce recaptcha
    44Requires PHP: 7.4
    55Requires at least: 4.8
    6 Tested up to: 6.4
     6Tested up to: 6.6
    77WC requires at least: 6.0
    8 WC tested up to: 8.4
    9 Stable tag: 1.0.4
     8WC tested up to: 9.3
     9Stable tag: 1.0.5
    1010License: GPLv2 or later
    1111License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4747== Changelog ==
    4848
     49= 1.0.5 =
     50* Add - WordPress 6.6+ compatibility
     51* Add - WooCommerce 9.3+ compatibility
     52
    4953= 1.0.4 =
    5054* Add - WooCommerce 8.4+ compatibility
  • advanced-google-recaptcha-for-woocommerce/trunk/recaptcha-for-woocommerce.php

    r3010748 r3171780  
    55 * Description: Enable Google reCaptcha to protect your eCommerce site against spam.
    66 * Author: Tanvirul Haque
    7  * Version: 1.0.4
     7 * Version: 1.0.5
    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.4
    14  * WC tested up to: 8.4
     13 * Tested up to: 6.6
     14 * WC tested up to: 9.3
    1515 * WC requires at least: 6.0
    1616 * License: GPLv2+
     
    2020
    2121if ( ! 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' );
    2323}
    2424
Note: See TracChangeset for help on using the changeset viewer.