Events Calendar Pro
Features
- Adding Site Editor Single Venue template for use in themes that support Site Editor. [ECP-1620]
Fixes
- Site Editor themes did not properly display the venue Google Map. This has been resolved in ECP-1620. [TEC-4938]
- Site Editor themes did not properly display venue details such as their addresses. This has been resolved in ECP-1620. [ECP-1534]
- When Events Calendar Pro is active the admin menu does not highlight the correct items when viewing a post type index. [ECP-1682]
Languages
- 0 new strings added, 0 updated, 0 fuzzied, and 1 obsoleted
Security
- Improved the Shortcode around Events display of data to ensure data is only visible to users who have the correct permissions.
Languages
- 1 new strings added, 0 updated, 0 fuzzied, and 0 obsoleted
Compatibilitys
- Events Calendar PRO 6.3.1 is only compatible with The Events Calendar 6.3.1 and higher
Fixes
- Ensure the Recurring Event Description field that has been deprecated and removed no longer shows on the Event edit screen. [ECP-1582]
- Handles a post ID to a recurring event when doing a delete with the ORM like so
tribe_events()->where('id', 123 )->delete();. Previously it would convert to an occurrence and not delete the whole recurring event. [TEC-4935] - Updating validation error reporting API. [TECENG-46]
- WPML translation metabox was failing to load on the Edit Events page when Events Pro was active. [ECP-1629]
- Fix PHP 8.2 deprecation errors
PHP Deprecated: strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated in /.../wp-admin/admin-header.php on line 36. [ECP-1603] - Prevent a potential fatal with the Featured Venue Widget if the selected venue has been deleted. [ECP-1644]
Tweaks
- Added filters:
tec_events_pro_custom_tables_v1_series_occurrent_list_columns,tec_events_pro_custom_tables_v1_add_to_series_available_events,tec_events_pro_show_recurrence_description - Added actions:
tec_events_pro_custom_tables_v1_series_occurrent_list_column_{$column_name},tec_events_pro_custom_tables_v1_series_relationships_after - Removed actions:
tribe_log
Languages
- 2 new strings added, 56 updated, 1 fuzzied, and 1 obsoleted
Features
- New Ticket type when using with Event Tickets for Series Posts.
- Series Passes show on Series frontend page.
- Series Passes show on frontend for events in Series.
- Attendees and Orders pages for Series with passes.
- New Attached Ticket Types column on the Series admin list of events.
- Migration path to custom tables for sites with recurring events with tickets.
Tweaks
- Updating to be compatible with the new Trash Old Events frequency option structure in The Events Calendar. [ECP-1604]
- Added filters:
tec_events_pro_custom_tables_v1_series_occurrent_list_columns,tec_events_pro_custom_tables_v1_add_to_series_available_events - Added actions:
tec_events_pro_custom_tables_v1_series_occurrent_list_column_{$column_name},tec_events_pro_custom_tables_v1_series_relationships_after
Languages
- 0 new strings added, 9 updated, 0 fuzzied, and 0 obsoleted
Tweaks
= [6.2.4.1] 2024-08-26 =
Fixes
- WPML permalink resolution was failing to retain the
langquery param in some edge cases, namely on single posts with Pro activated. [TEC-4798] - Added legacy compatibility for
tribe_get_recurrence_start_dates()to function with the Custom Tables feature. [ECP-1422] - Resolved several
Deprecated: Creation of dynamic propertywarnings on:\TEC\Events_Pro\Custom_Tables\V1\Duplicate\Duplicate::$url,\TEC\Events\Custom_Tables\V1\Models\Validators\Validator::$error_messageand\Tribe__Events__Pro__PUE::$pue_instance[BTRIA-2088]
Tweaks
- Added filters:
tec_events_pro_recurrence_get_start_dates
Languages
- 0 new strings added, 64 updated, 0 fuzzied, and 0 obsoleted
Fixes
- Ensure Recurring Events are saved correctly on WordPress version 6.4. [ECP-1614]
Tweaks
- Remove the Tickets/RSVPs options from Series. [ECP-1587]
- Updated recurrence pattern warning text when tickets are already attached. [ECP-1529]
Fixes
- Organizer and venue views were not paginating to the past events due to a
pastflag getting lost during context switching. [ECP-1591]
Languages
- 1 new strings added, 0 updated, 0 fuzzied, and 1 obsoleted
Compatibilitys
- Events Calendar PRO 6.2.2 is only compatible with The Events Calendar 6.2.3 and higher
Fixes
- Handle some issues with incorrect application of noindex meta tags. [TEC-4717]
Tweaks
- Updated focus state for relevant elements to have default outline ensuring improved accessibility and consistent browser behavior. [TEC-4888]
- Changed views:
v2/components/multi-venue/suffix,v2/widgets/shortcodes/components/after,v2/widgets/shortcodes/components/before
Languages
- 0 new strings added, 7 updated, 0 fuzzied, and 0 obsoleted
Fixes
- Don't trigger
register_tec_telemetry_plugins()from ECP [TEC-4920]
