-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
134 lines (70 loc) · 3.17 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
=== Addonify - reCaptcha For EDD ===
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.7.1
Stable tag: 1.0.13
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Addonify reCAPTCHA for EDD is a simple plugin that adds Google reCaptcha in Easy Digital Downloads login and registration forms.
== Description ==
[Addonify reCAPTCHA For EDD](https://addonify.com/) is a simple plugin that adds Google reCaptcha in Easy Digital Downloads login and registration forms. Enable reCaptcha from Dashboard > EDD Setting > reCaptcha.
**FEATURES:**
✅ Add Google reCaptcha v2 in EDD login forms.
✅ Add Google reCaptcha v2 in EDD register forms.
**KNOWN LIMITATIONS:**
❌ We have not tested this plugin in WP Multisite.
❌ EDD login submit button is clickable even without passing reCaptcha validation.
❌ EDD registration submit button is clickable even without passing reCaptcha validation.
❌ Only supports Google reCaptcha v2 no-robot checkbox.
== Installation ==
1. Upload `addonify-recaptcha-for-edd.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
== Screenshots ==
1. Enable Google reCaptcha from EDD setting page.
2. Google reCaptcha in EDD login form.
3. Google reCaptcha in EDD register form.
== Frequently Asked Questions ==
= Which version of Google reCAPTCHA does it support? =
Addonify reCAPTCHA For EDD plugin is based on reCAPTCHA v2.
= How to enable Google reCAPTCHA in EDD login and register forms? =
On your WordPress dashboard, click on Downloads > Settings. Click on reCAPTCHA tab. You'll find necessary options to enable Google reCAPTCHA in the EDD login and register forms.
= How to get Google reCAPTCHA API's key pair? =
Log into your Google account and [Sign Up](http://www.google.com/recaptcha/admin) to get your Google reCAPTCHA API's key pair.
== 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.
= 1.0.11 - 15 August 2023 =
- Updated: Tags.
- Fix: Readme.txt issues.
- Removed: Unused files & wp enqueue scripts that are not needed.
= 1.0.10 - 14 August 2023 =
- Added: Missing wordpress.org logo.
- Bumped: version of plugin to fix the issue of missing wordpress.org logo.
= 1.0.9 - 14 August 2023 =
- Tested: with WordPress version 6.3.0.
- Tested: with EDD version 3.1.5.
= 1.0.8 - 21 October 2022 =
- Tested: with WordPress version 6.0.3.
- Tested: with EDD version 3.1.0.1
= 1.0.7 - 31 August 2022 =
- Tested: with WordPress version 6.0.2.
= 1.0.6 - 28 May 2022 =
- Tested: up to WordPress 6.0
= 1.0.5 - 09 February 2022 =
- Tested: WordPress version 5.9
- Tested: EDD version 2.11.5
= 1.0.4 - 21 July 2021 =
- Tested: up to WordPress version 5.8
= 1.0.3 - 15 April 2021 =
- Updated: Explicit rendering of the reCaptcha widget.
= 1.0.2 - 12 January 2021 =
- Updated: Readme.txt
= 1.0.1 - 10 January 2021 =
- Updated readme.txt
= 1.0.0 - 05 January 2021 =
- Initial release