• The default language of any content posted is English.
  • Information: Safety & Support
    Resources here are generally safe, but false positives may occur on Virustotal due to certain coding techniques. Exercise caution and test before use.
    Consider buying licenses to support developers. Your security is our priority.
The Events Calendar PRO + Addons

The Events Calendar PRO + Addons 6.3.1.1

= [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
  • Like
Reactions: edgars221289
= [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
  • Like
Reactions: ranex
= [6.0.11] 2023-04-10 =

* Enhancement - Add the option to display the Event Website on the Events List widget, [tribe_events_list] shortcode and Events List Elementor widget. [ECP-751]
* Fix - Display the map on the single venue page based on the latitude and longitude values if said values are provided. [ECP-1470]
* Fix - Fix type fatal error when using `wp_unique_post_slug` with unexpected data types. [ECP-1485]
* Tweak - Changed views: `v2/venue/meta/map`, `v2/widgets/widget-events-list/event/website`
* Language - 1 new strings added, 53 updated, 0 fuzzied, and 0 obsoleted
  • Like
Reactions: tatar221
= [6.0.10] 2023-3-20 =
* Feature - Add Additional Fields with a filter to the Event Automator event details. [EVA-61]
* Feature - Add Recurrence with a filter to the Event Automator event details. [EVA-33]
* Fix - Advanced Post Manager integration issues. [TEC-4541, TEC-4542, TEC-4594]
* Fix - Compatibility with ACF Post Object field. [TEC-4621]
* Fix - During an update that splits a recurring event, in cases where there is a "Never Ends" limit it will now carry over to the right side of the split instead of setting an explicit "After X" limit. [ECP-1285]
* Fix - Ensure full support for the translation of Series in WPML context. [ECP-1429]
* Fix - Ensure post list displays correctly after quick edit of Events. [ECP-1261]
* Fix - Fixes an issue after certain types of event updates, gutenberg would display "Changes you made may not be saved" alert. This was do to the post state being considered dirty when ID's changed in the response. [ECP-1452]
* Fix - In the admin sometimes link strings will be null in the `get_edit_post_link` hook callback. This will fix a fatal that was happening when string type was expected. [BTRIA-1689]
* Fix - Language switcher link for Recurring Event Occurrences when using WPML. [ECP-1471]
* Fix - Reload the Blocks Editor when breaking out an Event to avoid incoherent state. [ECP-1386]
* Fix - This fixes scenarios where the redirect URL would point to the recurring event (not an RDATE) instead of remaining on an existing original occurrence. [ECP-1424]
* Fix - Update auto-generated Series status when the Event status is updated with quick edit. [ECP-1224]
* Fix - When a recurring event has multiple occurrences on the same day, the permalinks were identical. This adds permalinks in these edge cases that are unique to the occurrence. [ECP-1380]
* Tweak - Add empty alt tag to featured images across all views when a user doesn't explicitly define one to improve SEO. [ECP-1454]
* Tweak - Ensure the individual Series' titles on the Events list table link to their respective Admin pages. [ECP-1216]
* Tweak - Added filters: `tec_pro_automator_map_event_recurrence_details`, `tec_pro_automator_map_event_additional_fields_details`, `tec_pro_eva_zapier_integration_recurring_fields_enabled`, `tec_pro_eva_zapier_integration_additional_fields_enabled`, `wpml_post_language_details`, `wpml_element_type`, `wpml_element_trid`, `wpml_get_element_translations`, `wpml_object_id`, `tec_events_pro_recurring_event_permalink_sequence_number`
* Tweak - Added actions: `wpml_set_element_language_details`
* Tweak - Changed views: `v2/photo/event/featured-image`, `v2/week/grid-body/events-day/event/tooltip/featured-image`, `v2/week/mobile-events/day/event/featured-image`
* Language - 0 new strings added, 70 updated, 3 fuzzied, and 0 obsoleted
  • Like
Reactions: tatar221
= [6.0.9] 2023-02-22 =
* Version - Events Calendar PRO 6.0.9 is only compatible with The Events Calendar 6.0.10 and higher.
* Tweak - PHP version compatibility bumped to PHP 7.4
* Tweak - Version Composer updated to 2
* Tweak - Version Node updated to 18.13.0
* Tweak - Version NPM update to 8.19.3
* Tweak - Reduce JavaScript bundle sizes for Blocks editor
* Deprecation - `TEC\Events_Pro\Custom_Tables\V1\Editors\Block\Provider::enqueue_block_editor_duplicate_assets()`.
  • Like
Reactions: tatar221
= [6.0.7] 2023-01-26 =
* Fix - Modifications to custom tables registration to ensure all sites get the new 6.0 table schema, preventing 404 and other related issues. [TEC-4631]
* Language - 0 new strings added, 217 updated, 1 fuzzied, and 0 obsoleted
  • Like
Reactions: tatar221
= [6.0.6] 2023-01-18 =
* Version - Events Calendar PRO 6.0.6 is only compatible with The Events Calendar 6.0.7 and higher
* Fix - When trashing a single, or "RDATE", occurrence from a recurring event, retain the recurring occurrences and don't apply any exclusions. [ECP-1332]
* Fix - Avoid user locale overriding the site locale during rewrite rules generation. [TEC-3733]
* Fix - Numerous issues related to the translation of Views rewrite slugs. [TEC-3733]
* Fix - Handle the case where rewrite rules map to arrays avoiding fatal errors. [TEC-4567]
* Fix - Correct logic for tribe_is_view functions to account for default view. [TEC-4586]
* Fix - Handle problems related to Time Format not using 24h breaking the Date update on Classic Editor [ECP-1441]
* Fix - Resolve the issue of the Map view URL not being translatable. [ECP-1406]
* Tweak - Change conditional in Assets that handles Elementor.
* Tweak - Prevent loading the more-events template when the view is not defined. [TEC-4586]
* Tweak - Ensure Featured Venue Widget uses the same slug as the View class so it does not load the default view. [TEC-4586]
* Tweak - Convert all uses of (view)->get_slug() to (view)::get_view_slug(). [TEC-4586]
* Tweak - Reorganize Event settings a bit. [TEC-4627]
* Tweak - Added filters: `tribe_all_occurrences_link`, `tec_is_venue_view`, `tec_is_organizer_view`
* Tweak - Removed filters: `tec_events_pro_custom_tables_v1_series_default_view`, `tribe_all_occurences_link`
* Tweak - Changed views: `v2/widgets/shortcodes/components/view-more`
  • Like
Reactions: tatar221
= [6.0.5] 2022-12-14 =
* Fix - Fix for recursion error in `Provisional_Post_Cache`, looping on the `ID_Generator::current()` call. [ECP-1432]
* Fix - Fixes `Fatal error: Uncaught TypeError: Cannot increment WP_Post in ...Series/Autogenerated_Series.php on line 359` when unintentionally incrementing WP_Post object in PHP 8. [ECP-1427]
* Fix - Adds support for `series` repository arguments in Tribe__Events__Pro__Repositories__Event. [ECP-1417]
* Fix - Prevent problems with international date formats for the timepicker causing Events to be saved with the incorrect Start and End date. [ECP-1352]
* Fix - Prevent fatals when using Widgets in a Shortcode [ECP-1434]
* Fix - Correct the override template pathing for the series templates. [ECP-1400]
* Tweak - Add aria label to Google Maps iFrame embed to improve accessibility. [TEC-4404]
* Tweak - Update the recurrence deletion notice copy to help users make clear and informed decisions about removing recurrences. [ECP-1413]
* Tweak - Add some context for abbreviated day translations. [ECP-1430]
* Tweak - Changed views: `custom-tables-v1/components/icons/series`, `custom-tables-v1/components/series-relationship-icon-link-pill`, `custom-tables-v1/components/series-relationship-icon-link`, `custom-tables-v1/components/series-relationship-icon`, `custom-tables-v1/components/series-relationship-marker-link`, `custom-tables-v1/recurrence/hide-recurring`, `custom-tables-v1/single/series-relationship-marker`, `v2/map/map/google-maps/default`, `v2/venue/meta/map`, `v2/widgets/shortcodes/components/after`, `v2/widgets/shortcodes/components/before`, `v2/widgets/shortcodes/components/title`
* Language - 10 new strings added, 3 updated, 0 fuzzied, and 6 obsoleted
  • Like
Reactions: tatar221
= [6.0.4] 2022-11-29 =
* Version - Events Calendar PRO 6.0.4 is only compatible with The Events Calendar 6.0.5 and higher
* Feature - Reorganization of Event Settings. [TCMN-149]
* Fix - Prevent events from outside a series from showing on the series summary page. [ECP-1372]
* Fix - Fix a query issue where getting Event taxonomy terms would compromise the following query results. [ECP-1416]
* Fix - Avoid array access errors when adding a date exclusions to recurrence rules. [ECP-1419]
* Deprecation - `Tribe__Events__Pro__Main::filter_settings_tab_fields()`.
* Language - 78 new strings added, 231 updated, 3 fuzzied, and 22 obsoleted.
  • Like
Reactions: tatar221
Top