-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathchangelog.txt
More file actions
130 lines (79 loc) · 3.57 KB
/
changelog.txt
File metadata and controls
130 lines (79 loc) · 3.57 KB
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
= 2.4.1 - 2025-04-26 =
- Fix: missing author field in visual editor.
= 2.4.0 - 2024-12-09 =
- Option to limit or disable post revisions.
= 2.3.4 - 2024-01-21 =
- Don't hide admin notices of WP Crontrol plugin.
= 2.3.3 - 2024-01-12 =
- More fixes related to admin notices. Sorry.
= 2.3.2 - 2024-01-11 =
- Fix: admin notices in `post.php` and `post-new.php`
= 2.3.1 - 2023-12-16 =
- Fix: message about "connection lost" when "hide admin notices" is enabled
- Fix: don't hide "Settings saved" messages.
= 2.3.0 - 2023-11-19 =
- Option to disable RSS feeds
- Option to disable right click in frontend
- Option to remove language switcher from login page
- Option to disable WP CRON (via `DISABLE_WP_CRON` constant)
= 2.2.0 - 2023-09-21 =
- New security header: "Referrer-Policy" (value: `strict-origin-when-cross-origin`)
- New security header: "Permissions-Policy" (value: `geolocation=(), microphone=(), camera=(), interest-cohort=()`)
= 2.1.0 - 2023-09-19 =
* Option to disable comments (only in pages and blog posts)
* Option to hide annoying messages in admin panel
* Warns when **WP_DEVELOPMENT_MODE** constant is activated
= 2.0.0 - 2023-08-22 =
* The plugin now requires PHP 7.4+
* Clear the plugin options when the plugin is uninstalled.
* Option to display PHP version in admin footer
* Option to disable or limit the Heartbeat API
= 1.9.2 - 2023-01-18 =
* Fix settings link.
= 1.9.1 - 2023-01-11 =
* Removed "Disallow your site in iframes" option. Utilize the "Security Headers" option instead.
= 1.9.0 - 2023-01-10 =
* Feature: Disable jQuery Migrate (enabled by default).
* Feature: Security Headers (disabled by default).
* Tweak: improve some options.
= 1.8.0 - 2022-12-11 =
* Security: Now is possible disallow to render your site in a `<frame>`, `<iframe>`, `<embed>` or `<object>` outside of your site. Useful to avoid **click-jacking** attacks.
* Security: Now is possible disable the `/users` endpoint in the REST API, to prevent users enumeration.
= 1.7.1 - 2022-07-29 =
* Fix: Option 'Remove Dashboard "welcome panel"' was not working.
* Misc: Improve colors on warning about debug constants.
= 1.7.0 - 2022-07-29 =
* Security: Now is possible display a generic error message when a user fails to login (instead of hints). This option is enabled by default.
* Misc: Now is possible change the menu "Posts" to "Blog". This option is disabled by default.
* Security: The plugin now warns administrators that some WordPress constants (like WP_DEBUG) are enabled. This option is ALWAYS enabled.
* Tested with WordPress 6.0
= 1.6.0 - 2022-04-27 =
* Tested with WordPress 5.9
* Now is possible to remove 'Comments' from admin bar (default: Off)
* Now the option "Remove oEmbed support" is Off by default
* Improved and fixed portuguese translation
* Small enchantments
= 1.5.1 - 2021-03-26 =
* Fix disallow file edit setting
* Now is possible to disable author query and author pages separately
= 1.5.0 - 2020-04-19 =
* New Feature: Disallow file edit
= 1.4.0 - 2020-04-18 =
* New Feature: remove "Howdy" from admin bar
= 1.3.2 - 2020-04-18 =
* Fixed: Can not disable some options
= 1.3.1 - 2020-04-18 =
* Fix PHP Warning
= 1.3.0 - 2020-04-18 =
* Removed "jQuery CDN" option
= 1.2.0 - 2018-10-16 =
* New Feature: hide WordPress version in admin footer
* Tweak: jQuery default version now is 2.2.4
* Tweak: added description to informs the jQuery stable versions
* Tweak: informs that jQuery Migrate also is disabled when using jQuery from CDN
* Fix typos
= 1.1.0 - 2018-07-18 =
* New Feature: dashboard page with only one column
* Fix some typos
= 1.0.0 - 2018-05-23 =
* Initial release.