Releases: the-events-calendar/tribe-common
Releases · the-events-calendar/tribe-common
Hotfix Release: 6.5.1.1
- Fix - Add a callback to remove the
tribe_pue_key_notices
once on upgrade to version 6.5.1.1 [TEC-5384] - Fix - Adjustments were made to prevent a fatal error when tec_pue_checker_init was triggered too early, attempting to call tribe_is_truthy() before it was available. The license check and active plugin monitoring now run on admin_init to ensure proper loading. [TEC-5384]
- Fix - Update the license checker to ignore empty licenses. [TEC-5385]
- Language - 0 new strings added, 46 updated, 1 fuzzied, and 0 obsoleted.
Maintenace Release 6.5.1
- Fix - Added more details to
Core_Read_Interface
methods' docblocks to avoid errors in PHPStan. [TCMN-177] - Fix - Changed the way how translations are loaded to work with the latest WordPress language changes. [FBAR-341][CE-252]
- Fix - Providers will fire their registration action only once and only if they are active. [TCMN-178]
- Fix - Tweak load order to prevent Promoter fatal. Ensure PUE gets loaded first.
- Tweak - License validation now runs consistently during plugin activation, ensuring licenses are recognized earlier. [TEC-5351]
- Tweak - Removed actions:
tec_common_ian_loaded
- Language - 0 new strings added, 32 updated, 1 fuzzied, and 0 obsoleted.
Feature Release: 6.5.0
- Fix - Update asset, dependencies, customizations to align with WordPress 6.7 and React 18. [TEC-5322]
- Language - 0 new strings added, 23 updated, 1 fuzzied, and 0 obsoleted.
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