6.2.7
2023-11-14 Fix5 Tweak3 Language1Fixes
- On the Past Events View, the nonce was incorrectly being generated twice, and one of them would be cached in our HTML transient cache. This was causing a 401 nonce errors to occur when the cached nonce expired. The nonce generation was moved outside the HTML generation that is being cached. [TEC-4936]
- WordPress 6.3 introduce some changes in filters that regressed a prior fix for authentication and our new nonce structure used in view pagination. One symptom of the issue was losing the authenticated user and failing to display user specific capabilities on event views. [ECP-1601]
- Resolves issue where a deleted venue still attached to an event would cause an
PHP Warning: Undefined variable $data in /code/wp-content/plugins/the-events-calendar/src/Tribe/REST/V1/Post_Repository.php on line 327error. [TEC-4954] - Resolves an issue with certain versions of WordPress already having the legacy widget block registered causing us to trigger the console error
Block "core/legacy-widget" is already registered.would occur. Now we check if registered first. [TEC-4764] - Resolved several
Deprecated: Creation of dynamic propertywarnings on:\Tribe__Events__Linked_Posts__Chooser_Meta_Box::$singular_name_lowercaseand\TEC\Events\Custom_Tables\V1\Models\Builder::$query[BTRIA-2088]
Tweaks
- Adjust the content in the admin welcome page to include a link to the TEC Facebook community group. [TEC-4953]
- Added filters:
tec_events_get_full_site_block_template_services,tec_events_views_v2_get_rest_nonce_html - Changed views:
blocks/archive-events,blocks/single-event
Languages
- 11 new strings added, 119 updated, 0 fuzzied, and 5 obsoleted.
