6.1.4

2023-08-10 Compatibility1 Fix8 Tweak8 Language1

Compatibilitys

  • The minimum supported version of WordPress is now 6.1.0

Fixes

  • In some scenarios our pagination and various view actions would fail due to 403 errors on the REST endpoints, because of failing nonce checks, likely due to cache. Updating the way we handle nonces to avoid some scenarios the wrong nonce could be cached. [TEC-4814]
  • This issue was regarding our rewrite parsing for the view picker url generation with WPML enabled. It was failing to parse the translated rewrite properly, and leaving unparsed permalinks. [TEC-4758]
  • Ensure we output valid html around
    and
    elements in an accessible way. [TEC-4812]
  • Ensure the block editor includes support for user-defined custom CSS classes. [TEC-4724]
  • Handle some issues with incorrect application of noindex meta tags. [TEC-4717]
  • Our logic to include tribe_events post type on the tag archive page was incorrectly bleeding into other queries happening on the page. This narrows the scope for the WP_Query post type overrides and avoids situations where Divi templates were not loading properly. [TEC-4819]
  • Correct some PHP 8.1 deprecations that impact loading of views. [TEC-4871]
  • Prevent TypeError warnings around admin_footer_text_settings filter due to type hinting conflicting with other plugins returning null.

Tweaks

  • Deprecated misspelled tribe_get_organiser_object_after filter for one with correct spelling: tribe_get_organizer_object_after. Done as part of [TEC-4812]
  • Remove end colons from some translated strings. Done as part of [TEC-4812]
  • Fix typo in template displaying stray "w". [TEC-4870]
  • Removed code pertaining to Event Tickets CT1. [ETP-874]
  • Added filters: tec_events_views_v2_get_rest_nonces, tribe_events_get_organizer_object_after
  • Deprecated filters: tribe_events_get_organiser_object_after
  • Deprecated functions: In Tribe\Views\V2\Views\Traits\HTML_Cache.php the get_view_nonce_fields(),get_view_nonce_attributes(), get_view_nonce_json_properties(), extract_nonces_before_cache(), extract_nonces_before_cache(), extract_nonces_before_cache(), and maybe_generate_nonce() functions have been deprecated.
  • Changed views: blocks/classic-event-details.php, blocks/event-category.php, blocks/event-datetime.php, blocks/event-organizer.php, blocks/event-price.php, blocks/event-tags.php, blocks/event-venue.php, blocks/event-website.php, blocks/featured-image.php, blocks/parts/details.php, blocks/parts/organizer.php, blocks/parts/subscribe-list.php, blocks/parts/subscribe-single.php, modules/meta/organizer.php, modules/meta/venue.php, v2/components/events-bar/search.php, v2/day.php, v2/list.php, v2/month.php, v2/widgets/widget-events-list.php.

Languages

  • 11 new strings added, 12 updated, 0 fuzzied, and 0 obsoleted.