|
1 | 1 | == Groups by itthinx - changelog.txt |
2 | 2 |
|
| 3 | +2026-03-03 - version 4.0.0 |
| 4 | +* Update - WordPress 6.9 compatible. |
| 5 | +* Update - WooCommerce 10.5 compatible. |
| 6 | +* Fix - Fixes a fatal error due to missing resources when users with limited privileges access the dashboard sections related to Groups. |
| 7 | +* Fix - Use consistent CSS class for confirmation with [groups_leave] shortcode. |
| 8 | +* Dev - Use own namespace for selectize resources. |
| 9 | +* Dev - Now applies .groups-selectize class to selectize wrapper. |
| 10 | +* Add - Added Tom Select 2.5.2 build from https://github.com/itthinx/tom-select/tree/groups-tom-select |
| 11 | +* Update - Using Tom Select by default as the UI control for select fields instead of Selectize. |
| 12 | +* Update - Updated selectize.js to 0.15.2 build from https://github.com/itthinx/selectize.js/tree/groups-selectize |
| 13 | +* Dev - Added the groups_uie_which_select filter. |
| 14 | +* Dev - Avoid onboarding redirect to create product when filtering has no results in Products/All Products admin section. |
| 15 | +* Update - Users who can edit posts must have access restriction rights to modify restricted posts. |
| 16 | +* Update - Check users have access restriction rights to duplicate products (WooCommerce). |
| 17 | +* Fix - Avoid a potential PHP Fatal error during groups_user_can filter processing when additional parameters cannot be unpacked. |
| 18 | +* Fix - Avoid a PHP Deprecated notice where passing null to esc_url would pass it on to ltrim. |
| 19 | +* Update - Improved cache handling, expiration and invalidation. |
| 20 | +* Dev - Added the groups_cache_set_expires filter. |
| 21 | +* Dev - Added the groups_cache_set_expires_indefinite filter. |
| 22 | +* Dev - Added the groups_cache_robot_comment_groups filter. |
| 23 | +* Dev - Added the groups_cache_robot_post_groups filter. |
| 24 | +* Dev - Added the groups_cache_robot_term_groups filter. |
| 25 | +* Dev - Added the groups_cache_robot_user_groups filter. |
| 26 | +* Dev - Added the groups_cache_robot_flush_comment filter. |
| 27 | +* Dev - Added the groups_cache_robot_flush_post filter. |
| 28 | +* Dev - Added the groups_cache_robot_flush_user filter. |
| 29 | +* Dev - Added the groups_cache_robot_flush_term filter. |
| 30 | +* Dev - Added the groups_cache_robot_flush_all filter. |
| 31 | +* Dev - Added the groups_cache_robot_flush_groups filter. |
| 32 | +* Dev - Added lock for concurrent access resilience. |
| 33 | +* Update - Added the internal lock API. |
| 34 | +* Update - Added soft lock for general options access and modification. |
| 35 | +* Dev - Added the groups_lock_path filter. |
| 36 | +* Dev - Added the groups_lock_timeout filter. |
| 37 | +* Dev - Added the groups_lock_sleep filter. |
| 38 | +* Update - Made more resilient to dumb caches that do not invalidate updated options. |
| 39 | +* Dev - Revised cache procedure for post counts. |
| 40 | +* Dev - Revised cache procedure for eligible posts on previous/next. |
| 41 | +* Dev - Added support for the GROUPS_CACHE_DEBUG constant to enable cache-related debug logging. |
| 42 | +* Dev - Added support for the GROUPS_DEBUG constant. |
| 43 | +* Update - Added the log API. |
| 44 | +* Dev - Revised logic for switch_to_blog and restore_current_blog. |
| 45 | + |
3 | 46 | 2026-01-13 - version 3.11.0 |
4 | 47 | * Update - WordPress 6.9 compatible. |
5 | 48 | * Update - WooCommerce 10.4 compatible. |
|
0 commit comments