The Events Calendar PRO

The Events Calendar PRO 7.4.4

No permission to download
* 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`
* Fix - Avoid fatal when `tribe_get_global_query_object` is called too early. [BTRIA-1556]
* 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
* 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.
* Version - Events Calendar PRO 6.0.3 is only compatible with The Events Calendar 6.0.4 and higher
* Fix - Prevent broken view related `tribe_is_*()` methods to be broken when using with WordPress 6.1 [TEC-4552]
* Fix - Fix for migrating offset RRULE with different time > The RRULE shows as being the same time as the first occurrence. [ECP-1269]
* Fix - Fix for fatal when saving an empty recurrence date in classic editor. [ECP-1363]
* Fix - Refactor Custom Tables v1 post-decorating code to avoid serialization/unserialization issues. [TEC-4379]
* Fix - Fixed issue where "Event will not occur" option doesn't work unless events begin at the top of the hour 🙂00). [ECP-1355]
* Fix - Fixed fatal error with queueing of the migration telemetry report. [ECP-1403]
* Fix - Avoid fatal errors when hydrating Occurrences cache on incoherent database or cache state. [ECP-1402]
* Fix - Ensure view labels are translated appropriately. [TEC-4485]
* Fix - Prevent `E_ERROR` when using third-party plugins with blocks editor around `tec_event_series()` method [ECP-1409]
* Fix - Avoid type errors in the `tec_events_pro_blocks_recurrence_meta` filter. [TEC-4559]
* Fix - Ensure tribe() singletons are bound before attempting to use them. [ECP-1396]
* Fix - Avoid duplicated queries by including a memoization for Occurrence data. [TBD]
* Fix - Prevent errors when adding exclusion dates to recurring events using the Custom Tables implementation. [ECP-1401]
* Fix - Mitigated PHP errors related Occurrence and Provisional Post objects. [ECP-1402]
* Language - 6 new strings added, 113 updated, 0 fuzzied, and 0 obsoleted.
= [v6.0.2.1] 2022-11-03 =
* Fix - Fixed an issue where migrated Recurring Event Occurrences would not be displayed on the frontend. [ECP-1398]
* Fix - Refactor Custom Tables v1 post-decorating code to avoid serialization/unserialization issues. [TEC-4379]

= [v6.0.2] 2022-10-20 =
* Fix - Series Post Type now is registered with `with_front => false` which prevents the URL weirdness for Series Archive page. [ECP-1340]
* Fix - Correct a few misnamed custom prop references. [TEC-4445]
* Fix - Ensure all the Virtual Event assets required by the Elementor Event widget load correctly. [ECP-1255]
* Fix - Remove strict type hinting from Custom Tables v1 code that could cause fatals in some environments. [ECP-1343]
* Fix - Avoid post ID related issues in Custom Tables v1 queries. [TEC-4770]
* Fix - Solve issues with unregistred Series post type during migration. [ECP-1321]
* Fix - Redirect was failing on edge case where RDATE would be split to new event. Centralized redirection. [ECP-1366]
* Fix - Language fix. A typo in evaluating whether an occurrence update notice message was for a recurring event or not, would cause to evaluate incorrectly. [ECP-1366]
* Fix - Editing an RDATE occurrence > Issue when saving for "This and following events". The events would be split but the RDATEs were not moved properly and the date would not adjust correctly. [ECP-1361]
* Fix - Improve the logic of the Blocks Editor code to detect recurring events. [ECP-1374]
* Fix - Ensure Week View checks positive for `tribe_is_by_date`. [TEC-4509]
* Fix - Some "event updated" messages were displaying wrong verbs and a duplicate published notice was showing. [ECP-1383]
* Fix - Correct some migration errors around ensuring we have an object before accessing its properties. [ECP-1361]
* Tweak - Hook into the filter in TEC to allow Week view to be listed as a by-date-view. [TEC-4458]
* Tweak - Improve some error messaging around migrations. [ECP-1336]
* Language - 3 new strings added, 126 updated, 0 fuzzied, and 3 obsoleted.
Download The Events Calendar Pro v6.0.2 WordPress Plugin Nulled Free
= [v6.0.2] 2022-10-20 =

* Fix - Series Post Type now is registered with `with_front => false` which prevents the URL weirdness for Series Archive page. [ECP-1340]
* Fix - Correct a few misnamed custom prop references. [TEC-4445]
* Fix - Ensure all the Virtual Event assets required by the Elementor Event widget load correctly. [ECP-1255]
* Fix - Remove strict type hinting from Custom Tables v1 code that could cause fatals in some environments. [ECP-1343]
* Fix - Avoid post ID related issues in Custom Tables v1 queries. [TEC-4770]
* Fix - Solve issues with unregistred Series post type during migration. [ECP-1321]
* Fix - Redirect was failing on edge case where RDATE would be split to new event. Centralized redirection. [ECP-1366]
* Fix - Language fix. A typo in evaluating whether an occurrence update notice message was for a recurring event or not, would cause to evaluate incorrectly. [ECP-1366]
* Fix - Editing an RDATE occurrence > Issue when saving for "This and following events". The events would be split but the RDATEs were not moved properly and the date would not adjust correctly. [ECP-1361]
* Fix - Improve the logic of the Blocks Editor code to detect recurring events. [ECP-1374]
* Fix - Ensure Week View checks positive for `tribe_is_by_date`. [TEC-4509]
* Fix - Some "event updated" messages were displaying wrong verbs and a duplicate published notice was showing. [ECP-1383]
* Fix - Correct some migration errors around ensuring we have an object before accessing its properties. [ECP-1361]
* Tweak - Hook into the filter in TEC to allow Week view to be listed as a by-date-view. [TEC-4458]
* Tweak - Improve some error messaging around migrations. [ECP-1336]
* Language - 3 new strings added, 126 updated, 0 fuzzied, and 3 obsoleted.
Download The Events Calendar Pro v6.0.1 WordPress Plugin Nulled Free
= [v6.0.1] 2022-09-22 =

* Feature - Add a link to convert an Event to single in the Events Manager and Series edit screens [ECP-1308]
* Fix - Prevent fatal Fatal error `Call to undefined method DateTimeImmutable::format_i18n()` on Week view that occurred on certain versions of php 8.0 [ECP-1346]
* Fix - Correct some translation domains pointing to the wrong plugin. [BTRIA-1302]
* Fix - Correct a mismatch between the get_terms filter and our hooked function signature. [ECP-1327]
* Fix - Normalize and reformat Event recurrence and date-related meta before migration to fix a number of migration warnings. [ECP-1304]
* Fix - Fix regression that was making the Events Calendar PRO tabs show up on the Event Tickets settings. [ECP-1338]
* Fix - Ensure we don't try to check nonexistent globals ($_POST, $_GET, etc). [ECP-1162]
* Fix - Correct a block editor fatal. [ECP-1330]
* Fix - Fix a fatal in the mini-calendar widget. [ECP-1317]
* Fix - Ensure that taxonomies get carried over when splitting recurring events. [ECP-1303]
* Fix - Ensure recurring events have a series generated for them when one is not specified. [ECP-1274]
* Fix - Prevent duplicated JOINs on View Series filters. [ECP-1246]
* Fix - Prevent editing the first occurrence of a recurring event from creating a new event. [ECP-1232]
* Tweak - Add some explanatory text to the Single Update option. [ECP-1307]
* Tweak - Prevent conflicts with the WooCommerce product page shortcode when in the editor. [ECP-1231]
* Language - 6 new strings added, 130 updated, 1 fuzzied, and 2 obsoleted
Download The Events Calendar Pro v6.0.0 WordPress Plugin Nulled Free
= [v6.0.0] 2022-09-06 =
* Version - Events Calendar PRO 6.0.0 is only compatible with The Events Calendar 6.0.0 and higher
* Feature - Custom tables and optimization of Cache Primers to enable reduced and stabilized number of queries on Event views.
* Feature - Event Series are available to manage Recurring Events.
* Feature - Inclusion of Event Series custom table `{$prefix}_tec_series_relationships`.
* Feature - Duplication of Events.
* Fix - Avoid infinite loops in some combinations of recurrence rules and dates.
* Language - 323 new strings added, 321 updated, 4 fuzzied, and 59 obsoleted
* Tweak - Legacy views are now fully deprecated and most of the template files and code was removed, please see other changelog items to see modifications.
* Tweak - Added filters: `tec_events_pro_custom_tables_v1_redirect_id`, `tec_events_pro_custom_tables_v1_duplicate_arguments`, `tec_events_pro_custom_tables_v1_duplicate_event_taxonomies`, `tec_events_pro_custom_tables_v1_duplicate_event_additional_meta`, `tec_events_pro_custom_tables_v1_duplicate_event_virtual_meta`, `tec_events_pro_custom_tables_v1_duplicate_event_virtual_meeting_meta`, `tec_events_pro_custom_tables_v1_series_occurrent_list_metabox_per_page`, `tribe_events_pro_recurrence_template_custom_recurrence_months_before`, `tribe_events_pro_recurrence_template_year_same_day_select_before`, `tec_events_pro_lock_rules_ui`, `tec_events_pro_lock_exclusions_ui`, `tec_events_pro_custom_tables_v1_editor_occurrences_months_in_advance`, `tec_events_pro_custom_tables_v1_provisional_post_base_threshold`, `tec_events_pro_custom_tables_v1_provisional_post_base_initial`, `tec_events_custom_tables_v1_clone_post_fields`, `tec_events_custom_tables_v1_clone_post_meta`, `tec_events_pro_custom_tables_v1_migration_enabled`, `tec_events_pro_custom_tables_v1_occurrence_cache_post`, `tec_events_pro_custom_tables_v1_occurrence_cache_meta`, `tec_events_custom_tables_v1_remove_series_autogenerated_flag`, `tribe_events_register_series_type_args`, `tribe_series_label_singular`, `tribe_series_label_plural`, `tribe_series_label_singular_lowercase`, `tribe_series_label_plural_lowercase`, `tec_community_events_use_series`, `tec_events_pro_custom_tables_v1_redirect_event_link_to_series`, `tec_events_pro_custom_tables_v1_template_assets_is_event_single`, `tec_events_pro_custom_tables_v1_series_default_view`, `tec_events_pro_custom_tables_v1_series_event_view_slug`, `the_title`, `tec_events_custom_tables_v1_redirect_nonce_action`, `tec_events_pro_manager_boundary_datetime_by_status`, `tribe_events_pro_editor_config`, `tec_events_pro_recurrence_meta_get`, `tec_events_pro_blocks_recurrence_meta`, `tec_events_pro_editor_meta_value`, `tec_events_pro_recurrence_update_commit`, `tec_events_pro_recurrence_meta_update`, `tribe_events_pro_recurrence_recurrence_strings`, `tribe_events_pro_recurrence_admin_template_strings`, `tribe_events_pro_recurrence_template_rule_type_buttons_after`, `tribe_events_pro_recurrence_template_add_recurrence_button_after`, `tribe_events_pro_exclusion_template_rule_type_buttons_after`, `tribe_events_pro_recurrence_template_recurrence_month_on_the_after`, `tribe_events_pro_recurrence_template_recurrence_week_days_after`, `tribe_events_pro_recurrence_template_year_not_same_day_after`, `tec_events_custom_tables_v1_show_series_title`, `tec_events_custom_tables_v1_series_marker_label_classes`
* Tweak - Removed filters: `tribe_events_pro_google_maps_api`, `tribe_events_pro_countdown_widget_limit`, `tribe_events_pro_countdown_widget_paged`, `tribe_events_pro_countdown_widget_allowed_status`, `widget_title`, `tribe_events_`, `tribe_events_widget_jsonld_enabled`, `tribe_events_pro_add_title`, `tribe_events_pro_js_version`, `tribe_allow_widget_on_post_page_edit_screen`, `tribe_events_display_user_toggle_subsequent_recurrences`, `tribe_events_ajax_response`, `tribe_events_pro_shortcodes_countdown_widget_class`, `tribe_events_pro_shortcodes_list_widget_class`, `tribe_events_pro_shortcodes_venue_widget_class`, `tribe_events_pro_tribe_events_shortcode_truthy_values`, `tribe_events_pro_tribe_events_shortcode_output`, `tribe_events_pro_tribe_events_shortcode_wrapper_classes`, `tribe_events_pro_header_attributes`, `tribe_events_pro_week_hour_format`, `tribe_events_pro_week_header_date_format`, `tribe_events_pro_this_week_widget_query_args`, `tribe_events_this_week_date_format`, `tribe_events_pro_venue_widget_event_query_args`, `tribe_events_pro_stylesheet_url`, `tribe_get_map_view_permalink`, `tribe_get_week_permalink`, `tribe_get_photo_view_permalink`, `tribe_events_single_organizer_posts_per_page`, `tribe_organizer_upcoming_events`, `tribe_events_single_venue_posts_per_page`, `tribe_venue_upcoming_events`, `tribe_events_week_get_current_day`, `tribe_events_week_has_all_day_events`, `tribe_events_week_get_hours`, `tribe_events_week_get_days`, `tribe_events_week_day_header_classes`, `tribe_events_week_day_header`, `tribe_events_week_column_classes`, `tribe_events_week_get_the_date`, `tribe_events_week_event_attributes`, `tribe_events_the_mini_calendar_header_attributes`, `tribe_events_the_mini_calendar_prev_link`, `tribe_events_the_mini_calendar_title`, `tribe_events_the_mini_calendar_next_link`, `tribe_events_the_mini_calendar_day_link`, `tribe_events_get_mini_calendar_args`, `tribe_events_map_view_event_type`, `tribe_events_pro_min_calendar_widget_query_args`, `tribe_events_this_week_header_attributes`, `tribe_events_venue_widget_thumbnail_size`
* Tweak - Added actions: `tec_events_pro_custom_tables_v1_before_duplicate_event`, `tribe_log`, `tec_events_pro_custom_tables_v1_after_duplicate_event`, `tec_events_pro_custom_tables_v1_editors_provider_registered`, `tec_events_custom_tables_v1_error`, `tec_events_pro_output_before_rules_ui`, `tec_events_pro_output_before_exclusions_ui`
* Tweak - Removed actions: `tribe_events_pro_widget_render`, `tribe_events_pro_pre_get_posts`, `tribe_events_mini_cal_before_the_title`, `tribe_events_mini_cal_after_the_title`, `tribe_events_pro_tribe_events_shortcode_prepare`, `tribe_events_pro_tribe_events_shortcode_prepare_`, `tribe_events_pro_tribe_events_shortcode_prepare_view`, `tribe_events_pro_tribe_events_shortcode_pre_render`, `tribe_events_pro_tribe_events_shortcode_before_render`, `tribe_events_pro_tribe_events_shortcode_title_bar`, `tribe_events_pro_tribe_events_shortcode_after_render`, `tribe_events_pro_tribe_events_shortcode_post_render`, `tribe_events_this_week_widget_before_the_title`, `tribe_events_this_week_widget_after_the_title`, `tribe_events_venue_widget_before_the_title`, `tribe_events_venue_widget_after_the_title`, `tribe_events_before_template`, `tribe_events_after_template`, `tribe_events_before_header`, `tribe_events_before_header_nav`, `tribe_events_after_header_nav`, `tribe_events_after_header`, `tribe_events_before_loop`, `tribe_events_after_loop`, `tribe_events_before_footer`, `tribe_events_before_footer_nav`, `tribe_events_after_footer_nav`, `tribe_events_after_footer`, `tribe_events_inside_before_loop`, `tribe_events_inside_after_loop`, `tribe_events_before_the_event_title`, `tribe_events_after_the_event_title`, `tribe_events_before_the_meta`, `tribe_events_inside_cost`, `tribe_events_after_the_meta`, `tribe_events_before_the_content`, `tribe_events_after_the_content`, `tribe_events_before_the_title`, `tribe_events_after_the_title`, `tribe_events_widget_list_inside_before_loop`, `tribe_events_widget_list_inside_after_loop`, `tribe_events_mini_cal_before_header`, `tribe_events_mini_cal_after_header`, `tribe_events_mini_cal_before_the_grid`, `tribe_events_mini_cal_after_the_grid`, `tribe_events_mini_cal_list_inside_before_loop`, `tribe_events_mini_cal_list_inside_after_loop`, `tribe_events_before_this_week_title`, `tribe_events_after_this_week_title`, `tribe_events_venue_widget_before_the_list`, `tribe_events_list_venue_before_the_event_image`, `tribe_events_venue_widget_after_the_event_image`, `tribe_events_venue_widget_after_the_list`
* 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`, `pro/list/venue-nav`, `pro/map-basic`, `pro/map`, `pro/map/content`, `pro/map/gmap-container`, `pro/map/loop`, `pro/map/nav`, `pro/map/single-event`, `pro/map/single-featured`, `pro/map/title-bar`, `pro/photo`, `pro/photo/content`, `pro/photo/loop`, `pro/photo/nav`, `pro/photo/single-event`, `pro/photo/title-bar`, `pro/week`, `pro/week/content`, `pro/week/loop-grid-allday`, `pro/week/loop-grid-hourly`, `pro/week/loop-grid`, `pro/week/mobile`, `pro/week/nav`, `pro/week/single-event`, `pro/week/title-bar`, `pro/week/tooltip`, `pro/widgets/countdown-widget`, `pro/widgets/list-widget`, `pro/widgets/mini-calendar-widget`, `pro/widgets/mini-calendar/grid`, `pro/widgets/mini-calendar/list`, `pro/widgets/mini-calendar/single-day`, `pro/widgets/this-week-widget`, `pro/widgets/this-week/loop-grid-day`, `pro/widgets/this-week/nav`, `pro/widgets/this-week/single-event`, `pro/widgets/venue-widget`, `v2/map/event-cards/event-card/tooltip/title`
Download The Events Calendar Pro v5.14.5 WordPress Plugin Nulled Free
= [v5.14.5] 2022-08-09 =

* Feature - Add Elementor styling support to the `Events View` widget. [ECP-1106]
* Fix - Add integrations to ensure the Brizy Page Builder plays well with the [tribe_events] shortcode. [ECP-1094]
* Fix - Correct issue with Week and Day views on datepicker change. [ECP-1136]
* Fix - Ensure the taxonomy dropdown works in Beaver Builder FE editor. [ECP-1129]
* Tweak - Update the calendar print design. [TEC-4425]
* Tweak - Added new function load_brizy_builder_integration to selectively load integrations for Brizy Page Builder. [ECP-1094]
* Language - 31 new strings added, 313 updated, 0 fuzzied, and 318 obsoleted.
  • Like
Reactions: giulius
Top