-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog-password-reset-enforcement.txt
64 lines (51 loc) · 1.66 KB
/
changelog-password-reset-enforcement.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
== Changelog ==
= 1.9.0 (2024-12-13) =
* Dependencies updated
* Code improvements
= 1.8.0 (2024-11-08) =
* Custom capabilities for managing the plugin settings implemented
* Compatibility with WordPress 6.7 confirmed
* Dependencies updated
* Code improvements
= 1.7.2 (2024-10-25) =
* JS dependency map and tree-shaking optimized
= 1.7.1 (2024-10-23) =
* Add missing Cache utility class
= 1.7.0 (2024-10-17) =
* Language mapping file added for easier generation of JSON translation files
* Language files updated for Polish translation
* Add caching to user roles getter function, along with proper cache invalidation, to improve the plugin's performance
* Dependencies updated
* Code improvements
= 1.6.0 (2024-08-30) =
* Required WordPress core version bumped to 6.6 to use the new React JSX runtime package
* Compatibility with older version of PHP (7.4) implemented
* Plugin container implementation improved
* Plugin settings page implementation improved
* Dependencies updated
* Code improvements
= 1.5.0 (2024-07-11) =
* Settings page redesigned
* Dependencies updated
* Code improvements
= 1.4.0 (2024-05-24) =
* Dependencies updated
* Code improvements
* Basic onboarding process implemented
= 1.3.0 (2024-04-26) =
* Dependencies updated
* Code improvements
= 1.2.0 (2024-03-26) =
* Plugin container implemented
= 1.1.1 (2024-02-01) =
* Docblock types updated
= 1.1.0 (2024-01-26) =
* Internal dependency management improved
* Assets loading improved
* Unnecessary ABSPATH check removed
* Type check improved
* Settings and Fields configuration improved
* Settings page build process improved
* Code organization improvements
= 1.0.0 (2023-11-23) =
* The first stable release