The Events Calendar
Tweaks
- Update the backend block editor UI for a single event to look similar to its frontend version in order to create a true WYSIWYG experience when using the block editor. [TEC-4250]
- Added filters:
tribe_events_views_v2_month_ics_start_today
Fixes
- Correct a regex typo that was breaking proper JSON-LD data around event cost. [TEC-4263]
- Correct Month View ics export so it begins on the current day rather than the 1st. [TEC-4223]
- Add ISO Currency Code field to admin to set code sent via JSON-LD. TEC was incorrectly sending symbol. [TEC-4212]
- Ensure that the full styles custom properties require the skeleton style custom properties. [TEC-4308]
- Ensure that the State/Province field saves for non-US venues. [TEC-4309]
- Correct duplicated text in wpadminbar Events Menu. [TEC-4310]
- Load the assets required by the
Event ViewElementor widget in preview mode. [ECP-1065]
Languages
- 4 new strings added, 144 updated, 0 fuzzied, and 0 obsoleted.
Tweaks
- Update version of Freemius to 2.4.3.
Fixes
- Ensure the Venue and Organizer metaboxes load when creating a new post of that type. [TEC-4303]
Fixes
- Correct conditional in Filter Bar upsell banner. [TEC-4284]
- Un-deprecate
tribe_initialize_view()as it is used in some new views.
Fixes
- Prevent parse error due to trailing comma on a method call, PHP 7.1 compatibility required. Props @kzeni
Features
- Add a Filter Bar upsell banner to the Filters tab that displays when the Filter Bar plugin isn't active. [TEC-4238]
Tweaks
- Correct documentation around the subscribe link filters. Add link slug as array keys for
tec_views_v2_single_subscribe_linksfilter. [TEC-4215] - Move and deprecate some methods specific to the Google Calendar link from Main to the new Google_Calendar class. [TEC-4235]
- Prevent scripts from loading on all Admin pages, only load on pages needed.
- Performance improvements around Block Asset loading and redundancy.
- Internal caching of values to reduce
get_option()call count. - Switch from
sanitize_title_with_dashestosanitize_keyin a couple instances for performance gains. - Remove the
wp.editor.InnerBlocksGutenberg component in favor ofwp.blockEditor.InnerBlockswhich was deprecated since version 5.3. [TEC-4178] - Prevent asset loading from repeating calls to plugin URL and path, resulting in some minor performance gains.
Fixes
- Update the way we handle Classic Editor compatibility. Specifically around user choice. [TEC-4016]
- Remove incorrect reference for moment.min.js.map [TEC-4148]
- Fixed troubleshooting page styles for standalone Event Tickets setup [ET-1382]
- Remove singleton created from a deprecated class.
- Ensure that the tec_views_v2_use_subscribe_links filter applies to the single event view. [TEC-4219]
- Hide the "Export to .ics file" link by default, allow showing it via a filter. Also ensure the link is correct. [TEC-4214]
- Serve a single event import url for Google Calendar on the single event view. [TEC-4235]
- Improve theme CSS compatibility on View container by making sure our views take 100% of the width available (props @askwpgirl) [TEC-4257]
Languages
- 9 new strings added, 277 updated, 1 fuzzied, and 1 obsoleted
Deprecateds
- All files from Legacy Views will throw deprecated notices, refer to
https://evnt.is/v1-removalfor extra information. - Template functions
tribe_initialize_view,tribe_get_viewandtribe_show_monthwere deprecated, refer tohttps://evnt.is/v1-removalfor extra information.
Tweaks
- Minor CSS tweaks to align with the new shortcode based blocks in ECP. [ECP-1016]
- Add hook to CSV importer to enable add-on plugins to support their fields during import. [VE-387]
- Included new filter
tec_system_informationallowing better control over the Troubleshooting Help page. - Included a Views V2 Status on the Troubleshooting page system info section to help with clarity for support.
- Add notice for Themes using Full Site Editor incompatibility with Widgets. [TEC-4233]
Fixes
- Prevent Onboarding assets from loading on the admin when not needed.
- Remove CSS attributes targeting
aria-labelsto prevent inconsistent styling for different languages. [TEC-4227] - Resolve sorting problems when using orderby with the Event repository when no other orderby values are specified. [TEC-4232]
- Prevent unwanted notice on single-event and embed views from legacy views deprecation
Compatibilitys
- The Events Calendar 5.12.3 is only compatible with Events Calendar PRO 5.11.2 and higher
Fixes
- Ensure the modifications made through the
tribe_events_views_v2_category_titleare respected. [TEC-4110] - Correct issue where mobile default view does not load correctly when homepage set to Events Main. [TEC-3826]
Tweaks
- Boost SEO for category archive pages by fixing the title tag. [TEC-4110]
- Add filter to allow users to choose if the taxonomy should show parent categories [TEC-4110]
- Move handling of mobile view to ECP. Add filter to allow overriding default view. [TEC-3826]
Languages
- 0 new strings added, 71 updated, 0 fuzzied, and 0 obsoleted
Fixes
- Remove trailing comma that can cause fatals on older versions of PHP. [FBAR-252]
- Prevent infinite loops in the block editor when including the links block. [TEC-4190]
- Initial steps to make The Events Calendar compatible with PHP 8.1
