You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.txt
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,28 @@
1
1
== Groups by itthinx - changelog.txt
2
2
3
+
2025-08-20 - version 3.6.0
4
+
* Update - WordPress 6.8 compatible.
5
+
* Dev - Removed superfluous spaces in several translations.
6
+
* Dev - Removed superfluous spaces in code and text.
7
+
* Add - Added support for the class and submit_class shortcode parameters to the [groups_join] shortcode.
8
+
* Add - Added support for the class and submit_class shortcode parameters to the [groups_leave] shortcode.
9
+
* Fix - Fixed inappropriate class used for the container of the [groups_leave] shortcode.
10
+
* Update - A successful submission via the [groups_join] shortcode will cause a redirect to the current page so that the membership change is reflected.
11
+
* Add - Added the groups_join_submit_redirect filter.
12
+
* Update - A successful submission via the [groups_leave] shortcode will cause a redirect to the current page so that the membership change is reflected.
13
+
* Add - Added the groups_leave_submit_redirect filter.
14
+
* Dev - Instances of using proper API methods instead of supermagic properties to obtain data.
15
+
* Dev - Revised for PHPStan validation (rules via phpstan.neon).
16
+
* Dev - Updated Groups_User to provide expected return type Groups_Capability[] instead of string[] when asking for capabilities_deep.
17
+
* Dev - API improvement, added additional getters and setters to cache object, added key type checks.
18
+
* Dev - Revised and fixed several code formatting issues.
19
+
* Dev - Fixed instances of incorrect code documentation.
20
+
* Dev - Revised code documentation format where improper.
21
+
* Dev - Validation hints for verified property access (empty.variable).
22
+
* Dev - Validation hints for verified property access (property.notFound).
0 commit comments