From fbf857f5b73f4898b53658ee27913ff738db70b1 Mon Sep 17 00:00:00 2001 From: Camwyn <929375+Camwyn@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:29:24 +0000 Subject: [PATCH] Process changelog for refs/heads/release/T24.hydra This is an automated PR created by Camwyn. Generated by: https://github.com/the-events-calendar/tribe-common/actions/runs/12376157569 --- changelog.md | 3 ++- changelog/fix-remove-assets-from-node-modules | 4 ---- readme.txt | 3 ++- 3 files changed, 4 insertions(+), 6 deletions(-) delete mode 100644 changelog/fix-remove-assets-from-node-modules diff --git a/changelog.md b/changelog.md index a8e20c0512..25d3715ca3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,9 @@ # Changelog -### [6.4.1] 2024-12-13 +### [6.4.1] 2024-12-17 * 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 of `preg_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] diff --git a/changelog/fix-remove-assets-from-node-modules b/changelog/fix-remove-assets-from-node-modules deleted file mode 100644 index 718ec054c5..0000000000 --- a/changelog/fix-remove-assets-from-node-modules +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: 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] diff --git a/readme.txt b/readme.txt index 8c9d366de8..489a5eeeec 100644 --- a/readme.txt +++ b/readme.txt @@ -1,8 +1,9 @@ == Changelog == -= [6.4.1] 2024-12-16 = += [6.4.1] 2024-12-17 = * 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 of `preg_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]