The Events Calendar
Fixes
- Ensure correct access rights to JSON-LD data depending on the user role. [TEC-4995]
Languages
- 0 new strings added, 130 updated, 0 fuzzied, and 5 obsoleted
Security
- Ensure all password protected posts have their settings respected. [TCMN-167]
Compatibilitys
- The Events Calendar 6.2.8 is only compatible with Event Tickets 5.7.0 and higher
Tweaks
- Include Event data into for Event Tickets Wallet Plus for both PDF and Apple Wallet passes.
Languages
- 0 new strings added, 135 updated, 0 fuzzied, and 11 obsoleted
Fixes
- 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.
Compatibilitys
- The Events Calendar 6.2.6.1 is only compatible with Event Tickets 5.6.8.1 and higher
Fixes
- Update a common library to prevent possible fatals. [TEC-4978]
Languages
- 0 new strings added, 2 updated, 0 fuzzied, and 0 obsoleted
Fixes
- SEO: Ensure that the noindex meta tag properly observes whether events are present on the page or not. [TEC-4976]
- SEO: Add noindex, nofollow for grid-based views like Month and Week View when they are not set as the home page. [TEC-4976]
Tweaks
- Add an X-Robots-Tag to the response headers for ical download links to help prevent search engine crawling. [TEC-4976]
- Added filter:
tec_events_ical_header_noindexto allow preventing the X-Robots-Tag addition. [TEC-4976] - Added filter
tec_events_seo_robots_meta_includeandtec_events_seo_robots_meta_include_{$view}to short-circuit the robots meta tag addition. [TEC-4976] - Added filter
tec_events_seo_robots_meta_contentto alter the content attribute of the robots meta tag addition. [TEC-4976] - Added filter
tec_events_seo_robots_meta_allowable_post_typesto allow for the filtering of single post types that can have robots meta tags added. - Deprecated filters
tec_events_add_no_index_meta_tag,tribe_events_add_no_index_meta, andtec_events_{$view}_add_no_index_metain favor of the above new filters.
Tweaks
- Updated hook for showing Event name in the event tickets order report pages. [ET-1810]
Fixes
- AM/PM time formats
g:i Aandg:i aare now respected for the French locale. [TEC-4807]
Fixes
- Prevent noindex code from adding tags to single event pages. [TEC-4949]
- Correct a problem that can cause a fatal when plugins are deactivated in a certain order. [TEC-4951]
Fixes
- Prevent a fatal caused by get_noindex_events on Events Calendar PRO views if PRO has not been updated. [TEC-4946]
Languages
- 0 new strings added, 2 updated, 0 fuzzied, and 0 obsoleted
