-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog-password-requirements.txt
55 lines (44 loc) · 1.76 KB
/
changelog-password-requirements.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
== Changelog ==
= 2.7.1 (2024-11-25) =
* Plugin now checks whether the PRO version is activated; in case if it is, it stops loading itself
* Uninstall file removed as it was out of date and could conflict with the PRO version of the plugin
= 2.7.0 (2024-11-08) =
* Custom capabilities for managing the plugin settings implemented
* Compatibility with WordPress 6.7 confirmed
* Dependencies updated
* Code improvements
= 2.6.1 (2024-10-25) =
* JS dependency map and tree-shaking optimized
* PHP 7.4 compatibility fixes implemented
= 2.6.0 (2024-10-17) =
* Fix blog switching bug in WordPress Multisite (Network) installations
* Add caching to user roles getter function, along with proper cache invalidation, to improve the plugin's performance
* Language mapping file added for easier generation of JSON translation files
* Dependencies updated
* Code improvements
= 2.5.0 (2024-08-30) =
* Compatibility with older version of PHP (7.4) implemented
* Dependencies updated
* Code improvements
= 2.4.0 (2024-08-20) =
* Password reset validation improvements - now rendering an user-friendly error message rather than a "wp_die" screen
* Password hint logic improved
* Required WordPress core version bumped to 6.6 to use the new React JSX runtime package
* Plugin container implementation improved
* Dependencies updated
* Code improvements
= 2.3.0 (2024-07-11) =
* Settings page redesigned
* Dependencies updated
* Code improvements
= 2.2.0 (2024-05-24) =
* Dependencies updated
* Code improvements
* Basic onboarding process implemented
= 2.1.1 (2024-04-26) =
* Plugin assets and descriptions updated
= 2.1.0 (2024-04-26) =
* Code improvements and dependency updates
* Improvements on plugin activation and deactivation hooks registration
= 2.0.0 (2024-04-12) =
* The first stable, public release