The Events Calendar
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
Fixes
- Ensure the UI can handle an unlimited number of recurrence rules when users create recurring events using the block editor. [ECP-1572]
- Resolved "Uncaught ReferenceError: lodash is not defined" error by adding
lodashas a dependency for the Block Editor Assets. [ECP-1575] - Resolves an issue around our new nonce structure used in view pagination, losing the authenticated user and failing to display user specific capabilities. [ECP-1581]
Tweaks
- Updated focus state for relevant elements to have default outline ensuring improved accessibility and consistent browser behavior. [TEC-4888]
- Added filters:
tec_events_add_no_index_meta_tag,tec_events_noindex,tec_events_{$view}_add_no_index_meta,tec_events_no_index_meta
Languages
- 0 new strings added, 183 updated, 0 fuzzied, and 0 obsoleted
Compatibilitys
- The Events Calendar 6.2.2.1 is only compatible with Event Tickets 5.6.5.1 and higher
Fixes
- Correct issue where Telemetry would register active plugins multiple times. [TEC-4920]
Compatibilitys
- The Events Calendar 6.2.2 is only compatible with Event Tickets 5.6.5 and higher
Fixes
- When using the Event Tickets email feature the Organizer email and website will no longer be switched. [ET-1843]
- When subscribing to an event, the organizer name will not encode as many characters, especially spaces. [ET-1778]
Languages
- 0 new strings added, 9 updated, 0 fuzzied, and 0 obsoleted
Fixes
- WP Rewrite was being incorrectly initialized in some scenarios due to container DI, and causing some 404s. This was affecting classes that extend the
Tribe__Rewrite. [TEC-4844] - Fixed a bug where
0and1were displayed on thegeneralanddisplaytabs for Network admins on multisite installations. [TEC-4774] - In some cases when multiple Widgets were used on a page, the view results would return the wrong cache, displaying incorrect results. This fixes the inspection of the different view filters being used to determine whether it is cached or not. [ECP-1561]
- Correct some accessibility issues in the subscribe dropdowns. Props to @alh0319 for calling these out! [TEC-4185]
Tweaks
- Enhanced venue and organizer labels by updating aria labels with additional placeholders and revised translator comments, improving internationalization and accessibility. [TEC-4874]
- Changed views:
blocks/parts/organizer,blocks/parts/subscribe-list,modules/meta/organizer,modules/meta/venue,v2/components/subscribe-links/item,v2/components/subscribe-links/list,v2/components/subscribe-links/single-event-list
Languages
- 1 new strings added, 22 updated, 0 fuzzied, and 8 obsoleted
Fixes
- Ensure we pass the correct number of params to
maybe_get_new_order_from_blocks[TEC-4889]
