Changeset 3212438
- Timestamp:
- 12/24/2024 06:12:59 AM (15 months ago)
- Location:
- addonify-recaptcha-for-edd
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.13 (copied) (copied from addonify-recaptcha-for-edd/trunk)
-
tags/1.0.13/README.txt (modified) (2 diffs)
-
tags/1.0.13/addonify-recaptcha-for-edd.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/addonify-recaptcha-for-edd.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
addonify-recaptcha-for-edd/tags/1.0.13/README.txt
r2958218 r3212438 5 5 Requires at least: 5.0 6 6 Requires PHP: 7.4.0 7 Tested up to: 6. 3.08 Stable tag: 1.0.1 27 Tested up to: 6.7.1 8 Stable tag: 1.0.13 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 58 58 59 59 == 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. 60 65 61 66 = 1.0.12 - 25 August 2023 = -
addonify-recaptcha-for-edd/tags/1.0.13/addonify-recaptcha-for-edd.php
r2958218 r3212438 10 10 * Plugin URI: https://addonify.com/downloads/recaptcha-for-edd 11 11 * 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.1 212 * Version: 1.0.13 13 13 * Author: Addonify 14 14 * Author URI: https://addonify.com/ … … 29 29 * Rename this for your plugin and update it as you release new versions. 30 30 */ 31 define( 'ADDONIFY_RECAPTCHA_FOR_EDD_VERSION', '1.0.1 2' );31 define( 'ADDONIFY_RECAPTCHA_FOR_EDD_VERSION', '1.0.13' ); 32 32 33 33 /** -
addonify-recaptcha-for-edd/trunk/README.txt
r2958218 r3212438 5 5 Requires at least: 5.0 6 6 Requires PHP: 7.4.0 7 Tested up to: 6. 3.08 Stable tag: 1.0.1 27 Tested up to: 6.7.1 8 Stable tag: 1.0.13 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 58 58 59 59 == 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. 60 65 61 66 = 1.0.12 - 25 August 2023 = -
addonify-recaptcha-for-edd/trunk/addonify-recaptcha-for-edd.php
r2958218 r3212438 10 10 * Plugin URI: https://addonify.com/downloads/recaptcha-for-edd 11 11 * 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.1 212 * Version: 1.0.13 13 13 * Author: Addonify 14 14 * Author URI: https://addonify.com/ … … 29 29 * Rename this for your plugin and update it as you release new versions. 30 30 */ 31 define( 'ADDONIFY_RECAPTCHA_FOR_EDD_VERSION', '1.0.1 2' );31 define( 'ADDONIFY_RECAPTCHA_FOR_EDD_VERSION', '1.0.13' ); 32 32 33 33 /**
Note: See TracChangeset
for help on using the changeset viewer.