-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathchangelog.txt
38 lines (34 loc) · 1.72 KB
/
changelog.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
== Groups Blog Protect by itthinx - changelog.txt ==
= 1.4.0 =
* WordPress 6.4 compatible.
* Added compatibility plugin header fields.
* Requires at least WordPress 6.0.
* Requires at least PHP 7.4.
* Updated for the latest API changes in Groups for membership checks.
* Updated instances of missing output escaping on the admin side.
* Adds the documentation link to the plugin entry.
* Fixes minor code format issues.
* Updated and added missing code documentation.
* Updated the translation template.
* Adds support for the GROUPS_BLOG_PROTECT_GROUP constant to determine which group is used to protect the blog.
* Adds support for the GROUPS_BLOG_PROTECT_GROUP_n constant, where n is the blog ID, to determine which group is used to protect a particular blog in a multisite setup.
* Updated redirection processing to avoid redirect loops caused by redirecting to posts protected by Groups.
* Updated information on chosen post for redirection, adds link to post and shows post type.
* Updated the plugin tags for context.
* Updated the plugin description and information about its features.
* Updated the plugin's settings screen and information displayed.
* Moved the plugin's menu to the Groups menu (unless if Groups is missing in which case it is displayed under Settings).
* Adds the option to lock the WordPress admin dashboard.
= 1.3.0 =
* WordPress 5.7 compatible.
= 1.2.0 =
* WordPress 5.4 compatible.
* Updated outdated links.
* Replaced uses of the plugin's language domain constant.
* Added the text domain declaration.
* Upped the minimum WordPress requirement to 5.0.
* Added the translation template for the plugin's translatable strings.
* Code formatting corrections.
* Updated the settings screen.
= 1.1.0 =
* WordPress 5.2 compatible.