Skip to content

Commit

Permalink
Merge pull request #13 from addonify/origin/lalman
Browse files Browse the repository at this point in the history
Version Updated.
  • Loading branch information
lalman30 authored Dec 13, 2024
2 parents 2054b55 + 89e769d commit f5a4fc5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Contributors: Addonify
Tags: recaptcha, edd recaptcha, google recaptcha, login recaptcha, register recaptcha, spam, security, edd
Requires at least: 5.0
Requires PHP: 7.4.0
Tested up to: 6.3.0
Stable tag: 1.0.12
Tested up to: 6.7.1
Stable tag: 1.0.13
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -58,6 +58,11 @@ Log into your Google account and [Sign Up](http://www.google.com/recaptcha/admin

== Changelog ==

= 1.0.13 - 13 December 2024 =

- Tested: with WordPress version 6.7.
- Tested: with EDD version 3.3.5.2.

= 1.0.12 - 25 August 2023 =

- Fix: reCaptcha not showing in login & register forms.
Expand Down
4 changes: 2 additions & 2 deletions addonify-recaptcha-for-edd.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Plugin Name: Addonify - reCaptcha For EDD
* Plugin URI: https://addonify.com/downloads/recaptcha-for-edd
* Description: Addonify reCaptcha For EDD is a simple plugin that adds Google reCaptcha in Easy Digital Downloads login and registration forms.
* Version: 1.0.12
* Version: 1.0.13
* Author: Addonify
* Author URI: https://addonify.com/
* License: GPL-2.0+
Expand All @@ -28,7 +28,7 @@
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
define( 'ADDONIFY_RECAPTCHA_FOR_EDD_VERSION', '1.0.12' );
define( 'ADDONIFY_RECAPTCHA_FOR_EDD_VERSION', '1.0.13' );

/**
* The code that runs during plugin activation.
Expand Down

0 comments on commit f5a4fc5

Please sign in to comment.