PluginProbe
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP / 1.2.74
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP v1.2.74
1.2.74 1.2.73 1.2.72 1.2.71 1.2.70 1.2.69 1.2.68 1.2.67 1.2.66 1.2.65 1.2.64 1.2.63 trunk 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.20 1.0.21 All 174 releases
← All changes | readme.txt +45 -7 1.2.641.2.74 View file →
@@ -2,10 +2,10 @@
2 2 Contributors: stiofansisland, paoltaia, ayecode, ismiaini
3 3 Donate link: https://www.ko-fi.com/stiofan
4 4 Tags: login form, registration, registration form, user profile, user registration, members, membership
5 5 Requires at least: 6.1
6 -Tested up to: 7.0
7 -Stable tag: 1.2.64
6 +Tested up to: 7.1
7 +Stable tag: 1.2.74
8 8 License: GPLv3
9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html
10 10
11 11 Light weight Front-end login form, User Registration, User Profile and Members Directory plugin.
@@ -105,18 +105,20 @@
105 105 Should you find any bug, please report it in the [support forum](https://userswp.io/support/) and we will fix it asap!
106 106
107 107 UsersWP is 100% translatable.
108 108
109 +== Security ==
110 +
111 +To report a security vulnerability, please review our [vulnerability disclosure policy](https://ayecode.io/vulnerability-disclosure-policy/).
112 +
109 113 == Installation ==
110 114
111 115 = Minimum Requirements =
112 116
113 -* WordPress 5.0 or greater
117 +* WordPress 6.1 or greater
118 +* PHP version 7.2 or greater
119 +* MySQL version 8.0 or greater
114 120
115 -* PHP version 5.6 or greater
116 -
117 -* MySQL version 5.0 or greater
118 -
119 121 = Automatic installation =
120 122
121 123 Automatic installation is the easiest option. To do an automatic install of UsersWP, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.
122 124
@@ -157,8 +159,44 @@
157 159 5. Login Form.
158 160 6. Edit Account Form.
159 161
160 162 == Changelog ==
163 +
164 += 1.2.74 - 2026-09-16 =
165 +* Update AUI 0.2.54 and SD 1.2.36 - CHANGED
166 +
167 += 1.2.73 - 2026-09-15 =
168 +* Privacy tab settings on the Account page now reflect immediately after saving, without needing to flush the object cache. - FIXED
169 +* Support for Wordfence 2FA in login form - ADDED
170 +
171 += 1.2.72 - 2026-08-18 =
172 +* Merge AUI 0.2.52 & SD 1.2.35 - CHANGED
173 +
174 += 1.2.71 - 2026-08-17 =
175 +* Arbitrary File Deletion via upload_file_remove() AJAX handler - FIXED/SECURITY
176 +
177 += 1.2.70 - 2026-08-03 =
178 +* Badge Widget Variable Substitution - FIXED/SECURITY
179 +* Merge AUI 0.2.51 & SD 1.2.34 - CHANGED
180 +
181 += 1.2.69 - 2026-07-22 =
182 +* Allow username or email on the forgot Password form - FIXED
183 +
184 += 1.2.68 - 2026-07-15 =
185 +* Login button text was blank for non-bootstrap design - FIXED
186 +
187 += 1.2.67 - 2026-06-30 =
188 +* Password reset and activation links failing as "invalid or expired" on WordPress 6.8+ due to a hashing mismatch with core's new wp_fast_hash() key storage. - FIXED
189 +* WP2FA compatibility in login lightbox - FIXED
190 +* Missing WP 2FA provider bypassed login - FIXED
191 +
192 += 1.2.66 - 2026-06-29 =
193 +* redirect_to link encoding issue on Login and registration form - FIXED
194 +* Enhanced validation for file field deletion - FIXED/SECURITY
195 +
196 += 1.2.65 - 2026-06-24 =
197 +* Custom field deleted option provokes lots of warnings in debug.log - FIXED
198 +* Merge AUI 0.2.50 & SD 1.2.33 - CHANGED
161 199
162 200 = 1.2.64 - 2026-06-12 =
163 201 * Registration form titles with non-ASCII characters mangled by the activator - FIXED
164 202 * Option to change login button text in login form - ADDED