Skip to content

Releases: the-events-calendar/tribe-common

Hotfix Release: 5.3.0.4

19 Jun 15:28
5.3.0.4
bd35450
Compare
Choose a tag to compare
  • Fix - In installations where the plugins or wp-content directories were symbolic linked, assets would fail to be located.[TECTRIA-91]
  • Language - 0 new strings added, 0 updated, 0 fuzzied, and 0 obsoleted

Hotfix Release: 5.3.0.3

19 Jun 15:28
5.3.0.3
78c27d8
Compare
Choose a tag to compare
  • Fix - Issue where scripts would not be enqueued as modules. [TECTRIA-86]
  • Language - 0 new strings added, 0 updated, 1 fuzzied, and 0 obsoleted

Hotfix Release: 5.3.0.2

19 Jun 15:27
5.3.0.2
Compare
Choose a tag to compare
  • Fix - Windows Server compatibility issues with updated Assets handling. [TECTRIA-83]
  • Language - 0 new strings added, 0 updated, 1 fuzzied, and 0 obsoleted

Hotfix Release: 5.3.0.1

19 Jun 15:27
5.3.0.1
46bccd0
Compare
Choose a tag to compare
  • Fix - Issue on which some assets (css,js) would not be located in WP installs which could have some WP constant modified (WP_CONTENT_DIR, WP_PLUGIN_DIR)[TECTRIA-83]
  • Language - 0 new strings added, 0 updated, 1 fuzzied, and 0 obsoleted

Feature Release: 5.3.0

12 Jun 01:31
5.3.0
91ac85e
Compare
Choose a tag to compare
  • Feature - Refactor tribe_asset to use Stellar Assets. [TCMN-172]
  • Tweak - Remove ini_check for deprecated safe_mode. [TBD]
  • Tweak - Added information about upcoming promotion. [ET-2113]
  • Tweak - Added filters: tribe_asset_enqueue_{$asset->get_slug()}
  • Tweak - Removed filters: tribe_asset_enqueue_{$asset->slug}, tribe_asset_pre_register
  • Language: 7 new strings added, 5 updated, 2 fuzzied, and 0 obsoleted

Maintenance Release: 5.2.7

14 May 16:45
Compare
Choose a tag to compare
  • Fix - Add dir/filename of event-automator in the Plugins_API to fix CTA button text/links in the Help section. [TEC-5071]
  • Tweak - Add aria-hidden="true" to icons so screen readers ignore it. [TEC-5019]
  • Tweak - Updated our query-string javascript library to version 6.12. [TEC-5075]
  • Tweak - Add Events Schedule Manager cards in the Help and App Shop admin pages to promote. [TEC-5058]
  • Tweak - Prevent potential conflict by changing all calls to select2 to our internal select2TEC version. [TCMN-170]
  • Tweak - Removed filters: tec_help_calendar_faqs, tec_help_calendar_extensions, tec_help_calendar_products, tec_help_ticketing_faqs, tec_help_ticketing_extensions, tec_help_ticketing_products
  • Tweak - Changed views: v2/components/icons/arrow-right, v2/components/icons/caret-down, v2/components/icons/caret-left, v2/components/icons/caret-right, v2/components/icons/search
  • Language - 6 new strings added, 161 updated, 2 fuzzied, and 0 obsoleted

Maintenance Release: 5.2.6

25 Apr 01:55
5.2.6
e03e060
Compare
Choose a tag to compare
  • Tweak - Added the position parameter for submenu pages on the admin pages class. [ET-1707]
  • Language - 0 new strings added, 0 updated, 1 fuzzied, and 0 obsoleted

Maintenace Release 5.2.5

09 Apr 18:18
Compare
Choose a tag to compare

= [5.2.5] 2024-04-09 =

  • Tweak - Improve compatibility with some theme styling re: calendar buttons. [TEC-5047]
  • Tweak - Rename the Controller_Test_Case setUp and tearDown methods and annotate them with @before and @after annotations to improve PHPUnit version cross-compat.
  • Language - 0 new strings added, 0 updated, 1 fuzzied, and 0 obsoleted.

Maintenance Release 5.2.4

20 Mar 16:58
Compare
Choose a tag to compare

Fix - Resolves a PHP 8.2 deprecation error on Date_Utils - PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /.../wp-content/plugins/the-events-calendar/common/src/Tribe/Date_Utils.php on line 256. [ECP-1620]
Fix - This fixes an issue where a template with a duplicate name but located in different folders is called it would always reference the first file. Updated the key to be unique by folder as well. [ECP-1627]
Language - 0 new strings added, 0 updated, 1 fuzzied, and 0 obsoleted

Maintenance Release: 5.2.3

20 Feb 06:56
5.2.3
62b9ea7
Compare
Choose a tag to compare
  • Tweak - Refactor JS logic to prevent ticketing of recurring events. [ET-1936]
  • Fix - Better clean up of global space in Controller test case. [ET-1936]