Releases: the-events-calendar/tribe-common
Releases · the-events-calendar/tribe-common
Maintenance Release: 6.4.2
- Tweak - Move Action Scheduler into Common instead of TEC. [TEC-5345]
- Tweak - When installing new plugins
TEC_IS_ANY_LICENSE_VALID_TRANSIENT
will update correctly. [TEC-5332] - Tweak - Added actions:
tec_pue_checker_init
,tec_help_hub_iframe_header
- Fix - Fix fatals due to undefined properties [TCMN-179]
- Fix - Improved data sanitization for tribe_pue_key_notices to prevent memory exhaustion errors caused by corrupted data. [ET-2277]
- Fix - Resolve warning about deprecation of passing null to version_compare function.
- Language - 0 new strings added, 57 updated, 1 fuzzied, and 0 obsoleted.
Maintenance Release: 6.4.1
- Feature - Add an abstract admin page to start consolidating how we do admin pages. See the "First Time Setup" page (onboarding wizard) for an example. [TEC-5294]
- Tweak - Ensure we are not loading any assets from node_modules. Include anything we need as a 3rd party code in our plugin. [TCMN-175]
- Fix - Cast
$block
argument to string to avoid PHP 8+ deprecation notice when non string (or array) variables are passed as the 3rd argument ofpreg_replace
. - Fix - Correctly identify licenses using uplink, like Event Tickets Plus. [n/a]
- Fix - Ensure that number_format is used with a float value to prevent issues with PHP 8.0+. [ETP-962]
- Fix - Ensure we get an object to test for subnav. Pass the object to class filter for more context. [n/a]
- Fix - Prevent fatal on ET integration page when used with Events Pro but without Event Tickets Plus. [TCMN-174]
- Deprecated - Integrations Tab registration in Event Ticket Settings from common. These will be registered from Event Tickets Plus only instead. [TCMN-174]
- Language - 0 new strings added, 33 updated, 1 fuzzied, and 0 obsoleted.
Feature Release 6.4.0
- Feature - In-App Notifications system. [TEC-5165]
- Tweak - Added filters:
tec_common_ian_opt_in
,tec_common_ian_conditional_php
,tec_common_ian_conditional_wp
,tec_common_ian_allowed_pages
,tec_common_ian_show_icon
,tec_common_ian_setting_optin_tooltip
,tec_common_ian_api_url
,tec_common_ian_slugs
,tec_common_ian_render
- Tweak - Added actions:
tec_common_ian_loaded
- Language - 22 new strings added, 15 updated, 1 fuzzied, and 0 obsoleted.
Maintenance Release 6.3.2
- Feature - Implemented the core Help Hub logic, providing a flexible framework for managing support integrations, resource templates, and plugin-specific customization.
- Feature - Introduced Asset interface which accounts for symlinks, while still provides a fluent api. [SL-246]
- Feature - Update stellarwp/assets to version 1.4.2. [SL-246]
- Tweak - Added actions:
tec_help_hub_before_render
,tec_help_hub_after_render
,tec_help_hub_before_iframe_render
,tec_help_hub_after_iframe_render
,tec_help_hub_registered
. - Tweak - Added filters:
tec_help_hub_resource_sections_{$data_class_name}
,tec_help_hub_resource_sections
,tec_help_hub_body_classes
. - Language - 0 new strings added, 0 updated, 1 fuzzied, and 0 obsoleted.
Maintenance Release: 6.3.1
Feature Release: 6.3.0
Feature Release 6.2.0
- Feature - New Conditional Content supporting classes with available Traits for User targeted Dismissal.
- Fix - Allow more svg attributes through the fields sanitization. [TEC-5282]
- Tweak - Remove all of the deprecated Marketing related classes and files, as they are no longer used.
- Tweak - Added filters:
tec_settings_sidebar_sections
- Tweak - Removed filters:
tribe_black_friday_start_time
,tribe_black_friday_end_time
- Tweak - Added actions:
tec_conditional_content_black_friday
- Deprecated - Removed deprecated classes:
Tribe\Admin\Notice\Marketing
,Tribe\Admin\Notice\Marketing\Black_Friday
,Tribe\Admin\Notice\Marketing\End_Of_Year_Sale
,Tribe\Admin\Notice\Marketing\Stellar_Sale
,Tribe\Admin\Notice\Conditional_Content\
,Tribe\Admin\Notice\Marketing\Black_Friday
,Tribe\Admin\Notice\Marketing\End_Of_Year_Sale
,Tribe\Admin\Notice\Marketing\Stellar_Sale
- Language - 1 new strings added, 44 updated, 1 fuzzied, and 22 obsoleted
Feature Release 6.1.0
- Feature - Update core settings functionality and styles to allow for new plugin settings layout. [TEC-5124]
- Feature - Update settings field generation and add functionality to facilitate sidebars on settings pages. [TEC-5137]
- Tweak - Added filters:
tribe_field_output_{$this->type}
,tribe_field_output_{$this->type}_{$this->id}
,tec_settings_page_logo_source
,tribe_settings_wrap_classes
,tribe_settings_form_class
,tribe_settings_tab_{$key}
- Tweak - Removed filters:
tribe_field_output_
,tribe_settings_form_element_tab_
,tribe_settings_tab_
- Tweak - Added actions:
tec_settings_sidebar_start
,tec_settings_sidebar_header_start
,tec_settings_sidebar_header_end
,tec_settings_sidebar_end
,tec_settings_init
,tec_settings_render_modal_sidebar
,tribe_settings_tab_after_link
,tec_settings_tab_licenses
- Language - 16 new strings added, 138 updated, 6 fuzzied, and 18 obsoleted
Hotfix Release: 6.0.3.1
- Security - Improve general escaping for ORM queries to prevent legacy Events methods to be used for SQL injections.
Maintenance Release 6.0.3
- Feature - Adding the method
tec_copy_to_clipboard_button
which can be used to print a button which on click would copy a text to the user's clipboard. [ET-2158] - Fix - Correct bug when term slugs were numeric.
- Fix - Optimized prime_term_cache to return early when no posts are provided [TECTRIA-229]
- Language - 2 new strings added, 21 updated, 1 fuzzied, and 0 obsoleted