From 2af72f46af134bb2c69a8af5cf645653a2b2cfe3 Mon Sep 17 00:00:00 2001 From: Ashley Gibson Date: Wed, 1 Apr 2026 10:15:16 +0100 Subject: [PATCH 1/2] Remove package.json from export-ignore list --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index a001e48dc..32756cda2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,7 +9,6 @@ .gitattributes export-ignore .gitignore export-ignore Gruntfile.js export-ignore -package.json export-ignore package-lock.json export-ignore phpcs.xml export-ignore phpunit.xml export-ignore From 726db0760292514dbb573ea02b11d7260a9e4557 Mon Sep 17 00:00:00 2001 From: Ashley Gibson Date: Wed, 1 Apr 2026 10:15:57 +0100 Subject: [PATCH 2/2] Update changelog --- woocommerce/changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/woocommerce/changelog.txt b/woocommerce/changelog.txt index 158879fe5..7f890a557 100644 --- a/woocommerce/changelog.txt +++ b/woocommerce/changelog.txt @@ -1,6 +1,7 @@ *** SkyVerge WooCommerce Plugin Framework Changelog *** -2026.nn.nn - version 6.1.4 +2026.04.01 - version 6.1.4 +* Fix - Remove package.json from export-ignore 2026.04.01 - version 6.1.3 * Fix - Move WeakMap initialization to PHP 8.2+ only, as there are some bugs with it in certain versions of PHP 8.0.x and 8.1.x.