6.0.12

2023-04-10 Fix13 Tweak8 Language1

Fixes

  • Avoid JS error when using the first compact date display format together with WPML. [TEC-4360]
  • Build secondary Views navigation links correctly when WPML is active. [TEC-4689]
  • Build the link to the Events page from the Permalinks settings page correctly. [TEC-4689]
  • Correctly handle the creation or update of Custom Tables v1 in multisite context. (thanks @jiadil). [TEC-4761]
  • Ensure the link to the Event Tags Archive page is correct when using the Block Editor. [TEC-4716]
  • Ensure the venue country is displayed in the list view when venues are created through the block editor interface. [TEC-4731]
  • Fix issue with events post type bleeding in on custom tag queries, instead of only on tag archive page. [TEC-4694]
  • Fixed a situation where an invalid request header in our pagination would cause some strict security settings to block these AJAX requests. [TEC-4723]
  • Fixes an edge case where running get_posts() twice with a taxonomy query, would result in an extra where statement added limiting results in an unexpected way. [TEC-4695]
  • Fixes situation in block editor where a default organizer would not persist after being saved. [ECP-1061]
  • Make improvements to the canonical tags added to event views to improve compatibility with SEO plugins. [TEC-4693]
  • Resolve the issue of the WP customizer not loading correctly when the Colbri Page Builder plugin is active. [TEC-4735]
  • Updates the Monolog repository to use TEC namespacing via Strauss, to provide more compatibility with other plugins. [TEC-4730]

Tweaks

  • Added filter: tec_events_custom_tables_v1_events_only_modifier_before_get_posts in our 6.0 query modifier, useful to make changes to the query prior to fetching posts for the selected events. [TEC-4695]
  • Added Filters: tec_events_linked_posts_my_posts_post_status, tec_events_linked_posts_all_posts_post_status to allow filtering of post status of Linked Posts. [CE-27]
  • Ensure we only have a single
    element in the single events page for improved accessibility. [TEC-3415]
  • Fire the tec_events_custom_tables_v1_fully_activated when the Custom Tables v1 implementation is fully loaded. [ET-1495]
  • Replace the use of FILTER_SANITIZE_STRING in favour of tec_sanitize_string to improve PHP 8.1 compatibility. [TEC-4666]
  • Added filters: tec_events_custom_tables_v1_events_only_modifier_before_get_posts, tec_events_linked_posts_my_posts_post_status, tec_events_linked_posts_all_posts_post_status, tribe_events_add_canonical_tag
  • Added actions: tec_events_custom_tables_v1_fully_activated
  • Changed views: blocks/event-tags, blocks/parts/details, v2/list/event/venue

Languages

  • 0 new strings added, 82 updated, 0 fuzzied, and 0 obsoleted