The Events Calendar PRO + Addons

Плагин The Events Calendar PRO + Addons v6.3.1.1

Оригинальный календарь для WordPress
= [6.3.1.1] 2024-02-22 =

* Security - Improved the Shortcode around Events display of data to ensure data is only visible to users who have the correct permissions.
* Language - 1 new strings added, 0 updated, 0 fuzzied, and 0 obsoleted
= [6.3.0] 2024-01-22 =

* Feature - New Ticket type when using with Event Tickets for Series Posts.
* Feature - Series Passes show on Series frontend page.
* Feature - Series Passes show on frontend for events in Series.
* Feature - Attendees and Orders pages for Series with passes.
* Feature - New Attached Ticket Types column on the Series admin list of events.
* Feature - Migration path to custom tables for sites with recurring events with tickets.
* Tweak - Updating to be compatible with the new Trash Old Events frequency option structure in The Events Calendar. [ECP-1604]
* Tweak - Added filters: `tec_events_pro_custom_tables_v1_series_occurrent_list_columns`, `tec_events_pro_custom_tables_v1_add_to_series_available_events`
* Tweak - Added actions: `tec_events_pro_custom_tables_v1_series_occurrent_list_column_{$column_name}`, `tec_events_pro_custom_tables_v1_series_relationships_after`
* Language - 0 new strings added, 9 updated, 0 fuzzied, and 0 obsoleted
= [6.2.3.1] 2023-11-09 =

* Fix - Ensure Recurring Events are saved correctly on WordPress version 6.4. [ECP-1614]
= [6.2.3] 2023-10-19 =

* Fix - Organizer and venue views were not paginating to the past events due to a `past` flag getting lost during context switching. [ECP-1591]
* Tweak - Updated recurrence pattern warning text when tickets are already attached. [ECP-1529]
* Language - 1 new strings added, 0 updated, 0 fuzzied, and 1 obsoleted
= [6.2.2] 2023-10-03 =

* Version - Events Calendar PRO 6.2.2 is only compatible with The Events Calendar 6.2.3 and higher
* Fix - Handle some issues with incorrect application of noindex meta tags. [TEC-4717]
* Tweak - Updated focus state for relevant elements to have default outline ensuring improved accessibility and consistent browser behavior. [TEC-4888]
* Tweak - Changed views: `v2/components/multi-venue/suffix`, `v2/widgets/shortcodes/components/after`, `v2/widgets/shortcodes/components/before`
* Language - 0 new strings added, 7 updated, 0 fuzzied, and 0 obsoleted
= [6.2.1] 2023-09-05 =
* Fix - In scenarios where the `wp_posts` table was larger than the base provisional ID (1000000), during activation of ECP the provisional ID could get rolled back to a lower value, causing conflicts with legitimate post IDs and provisional IDs. [ECP-1565]
* Fix - Fixes a `Return value of TEC\Events_Pro\Custom_Tables\V1\Traits\With_Event_RecurrenceTest::add_off_pattern_flag_to_rule() must be of the type array, string returned` fatal from a return type definition. This was occurring in edge cases, where recurrence data was likely invalid to begin with. [ECP-1566]
* Fix - Do not delete edited Series following deletion of last Event in it. [ECP-1560]
* Fix - After a 6.0 migration, some recurring events with date instances that were marked as `same-time` would show wrong times in classic editor. This edge case should be resolved now. The underlying data was correct but the interface support was no longer handling `same-time` dates. [ECP-1511]
* Fix - Modify output of additional fields for Event Automator to provide consistent output and prevent infinite growth of fields in Zapier. [EVA-103]
* Tweak - Removed 'Series' post type from the list of available post types under "Tickets > Settings" in Event Tickets. [ECP-1568]
= [6.1.2] 2023-08-10 =

* Version - Events Calendar Pro 6.1.2 is only compatible with The Events Calendar 6.1.4 and higher.
* Version - The minimum supported version of WordPress is now 6.1.0
* Fix - 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]
* Fix - Ensure the block editor includes support for user-defined custom CSS classes. [TEC-4724]
* Fix - Optimize queries related to condensing recurring events when the `Condense events in Series` setting is enabled. [ECP-1517]
* Tweak - Correct passing null to `json_decode()` for PHP 8.1 compatibility. [ECP-1557]
* Tweak - Changed views: `blocks/additional-fields/checkbox`, `blocks/additional-fields/dropdown`, `blocks/additional-fields/radio`, `blocks/additional-fields/text`, `blocks/additional-fields/textarea`, `blocks/additional-fields/url`, `blocks/related-events`, `v2/map`, `v2/photo`, `v2/summary`, `v2/week`, `v2/widgets/widget-countdown`, `v2/widgets/widget-featured-venue`
* Language - 9 new strings added, 50 updated, 2 fuzzied, and 6 obsoleted.
= [6.1.1] 2023-07-13 =

* Fix - Performance improvements on Week view when a lot of Future and Past events were found. [ECP-50]
* Fix - Preventing duplicated queries on views that contain Occurrences of a Series [ECP-50]
* Feat - Add the `tec_events_pro_custom_tables_v1_event_relationship_updated` and `tec_events_pro_custom_tables_v1_series_relationships_updated` filters to allow developers to hook into the event and series relationship update process. [ET-1486]
* Fix - Now occurrences that land on the same date for an event, will retain their sequence number and URL when new occurrences are added. The event sequence no longer relies on the order of occurrences. [ECP-1489]
* Fix - Ensure the Event Time is displayed correctly for Multi-day events in the Summary view. [ECP-1072]
* Fix - Recurring Events count in telemetry. [ECP-1520]
* Tweak - Fire the `tec_events_pro_custom_tables_v1_fully_activated` action when the Custom Tables v1 component is activated. [ET-1486]
* Tweak - Added actions: `tec_events_pro_custom_tables_v1_fully_activated`, `tec_events_pro_custom_tables_v1_event_relationship_updated`, `tec_events_pro_custom_tables_v1_series_relationships_updated`
* Tweak - Changed views: `v2/summary/date-group/date-tag`
* Language - 0 new strings added, 31 updated, 1 fuzzied, and 0 obsoleted
= [6.1.0] 2023-06-14 =
* Version - Events Calendar PRO 6.1.0 is only compatible with The Events Calendar 6.1.0 and higher
* Feature - Replace Freemius with Telemetry - an in-house info system. [TEC-4700]
* Feature - Add plugin info to Site Health admin page. [TEC-4701]
* Fix - Ensure all the strings in the add event page are translatable. [ECP-1453]
* Fix - Ensure the `Use in Block Editor` option under `Events → Settings → Additional Fields` works as expected. [ECP-1481]
* Fix - Removing our eager schema updates. This was causing a number of `ALTER` statements being run redundantly. No longer utilizes cache/transient for the last run check as it is not dependable. [TEC-4797]
* Tweak - Updates title tags on events pages, to be more unique and search specific, taking on formats like "Summary of Events from February 2, 2017 - February 3, 2019". [TEC-4692]\
* Language - 4 new strings added, 96 updated, 0 fuzzied, and 1 obsoleted
= [6.0.12.1] 2023-05-18 =

* Fix - Fix the state bug causing a large number of XHR requests that were being made in the block editor. [TEC-4805]
* Language - 0 new strings added, 10 updated, 0 fuzzied, and 0 obsoleted
Сверху Снизу