Plugin Directory

Changeset 3212438


Ignore:
Timestamp:
12/24/2024 06:12:59 AM (15 months ago)
Author:
addonify
Message:

Update to version 1.0.13 from GitHub

Location:
addonify-recaptcha-for-edd
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • addonify-recaptcha-for-edd/tags/1.0.13/README.txt

    r2958218 r3212438  
    55Requires at least: 5.0
    66Requires PHP: 7.4.0
    7 Tested up to: 6.3.0
    8 Stable tag: 1.0.12
     7Tested up to: 6.7.1
     8Stable tag: 1.0.13
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5858
    5959== Changelog ==
     60
     61= 1.0.13 - 13 December 2024 =
     62
     63- Tested: with WordPress version 6.7.
     64- Tested: with EDD version 3.3.5.2.
    6065
    6166= 1.0.12 - 25 August 2023 =
  • addonify-recaptcha-for-edd/tags/1.0.13/addonify-recaptcha-for-edd.php

    r2958218 r3212438  
    1010 * Plugin URI:        https://addonify.com/downloads/recaptcha-for-edd
    1111 * Description:       Addonify reCaptcha For EDD is a simple plugin that adds Google reCaptcha in Easy Digital Downloads login and registration forms.
    12  * Version:           1.0.12
     12 * Version:           1.0.13
    1313 * Author:            Addonify
    1414 * Author URI:        https://addonify.com/
     
    2929 * Rename this for your plugin and update it as you release new versions.
    3030 */
    31 define( 'ADDONIFY_RECAPTCHA_FOR_EDD_VERSION', '1.0.12' );
     31define( 'ADDONIFY_RECAPTCHA_FOR_EDD_VERSION', '1.0.13' );
    3232
    3333/**
  • addonify-recaptcha-for-edd/trunk/README.txt

    r2958218 r3212438  
    55Requires at least: 5.0
    66Requires PHP: 7.4.0
    7 Tested up to: 6.3.0
    8 Stable tag: 1.0.12
     7Tested up to: 6.7.1
     8Stable tag: 1.0.13
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5858
    5959== Changelog ==
     60
     61= 1.0.13 - 13 December 2024 =
     62
     63- Tested: with WordPress version 6.7.
     64- Tested: with EDD version 3.3.5.2.
    6065
    6166= 1.0.12 - 25 August 2023 =
  • addonify-recaptcha-for-edd/trunk/addonify-recaptcha-for-edd.php

    r2958218 r3212438  
    1010 * Plugin URI:        https://addonify.com/downloads/recaptcha-for-edd
    1111 * Description:       Addonify reCaptcha For EDD is a simple plugin that adds Google reCaptcha in Easy Digital Downloads login and registration forms.
    12  * Version:           1.0.12
     12 * Version:           1.0.13
    1313 * Author:            Addonify
    1414 * Author URI:        https://addonify.com/
     
    2929 * Rename this for your plugin and update it as you release new versions.
    3030 */
    31 define( 'ADDONIFY_RECAPTCHA_FOR_EDD_VERSION', '1.0.12' );
     31define( 'ADDONIFY_RECAPTCHA_FOR_EDD_VERSION', '1.0.13' );
    3232
    3333/**
Note: See TracChangeset for help on using the changeset viewer.