Commit a1b371e525 for woocommerce
commit a1b371e5259469f5319a1f82ab55a9a64c9ba5df
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date: Thu Feb 12 15:37:47 2026 +0000
Prepare Packages for Release (#63271)
Automated change: Prep @woocommerce/email-editor-config for release.
Co-authored-by: woocommercebot <woocommercebot@users.noreply.github.com>
diff --git a/packages/php/email-editor/changelog.md b/packages/php/email-editor/changelog.md
index 14fa0c14dd..54878496be 100644
--- a/packages/php/email-editor/changelog.md
+++ b/packages/php/email-editor/changelog.md
@@ -2,6 +2,11 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [2.7.0](https://github.com/woocommerce/email-editor/releases/tag/2.7.0) - 2026-02-12
+
+- Patch - Fix YouTube URL truncation in subscription emails when video IDs contain underscores. [#63252]
+- Minor - Add two-column grid layout support for Product Collection block in email rendering. [#63122]
+
## [2.6.0](https://github.com/woocommerce/email-editor/releases/tag/2.6.0) - 2026-02-04
- Minor - Add post_id parameter and action hook for context-aware personalization tags [#63103]
diff --git a/packages/php/email-editor/changelog/fix-youtube-url-truncation-in-emails b/packages/php/email-editor/changelog/fix-youtube-url-truncation-in-emails
deleted file mode 100644
index 6109dd4b8d..0000000000
--- a/packages/php/email-editor/changelog/fix-youtube-url-truncation-in-emails
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix YouTube URL truncation in subscription emails when video IDs contain underscores.
diff --git a/packages/php/email-editor/changelog/update-product-collection-two-columns b/packages/php/email-editor/changelog/update-product-collection-two-columns
deleted file mode 100644
index b1de0bc33d..0000000000
--- a/packages/php/email-editor/changelog/update-product-collection-two-columns
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Add two-column grid layout support for Product Collection block in email rendering.
diff --git a/packages/php/email-editor/composer.json b/packages/php/email-editor/composer.json
index 20afc408f3..45116f2058 100644
--- a/packages/php/email-editor/composer.json
+++ b/packages/php/email-editor/composer.json
@@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"prefer-stable": true,
"minimum-stability": "dev",
- "version": "2.6.0",
+ "version": "2.7.0",
"autoload": {
"classmap": [
"src/",
diff --git a/plugins/woocommerce/composer.lock b/plugins/woocommerce/composer.lock
index 5bb295fa28..6b1d94b12f 100644
--- a/plugins/woocommerce/composer.lock
+++ b/plugins/woocommerce/composer.lock
@@ -1178,11 +1178,11 @@
},
{
"name": "woocommerce/email-editor",
- "version": "2.6.0",
+ "version": "2.7.0",
"dist": {
"type": "path",
"url": "../../packages/php/email-editor",
- "reference": "087cd00b3f83b643f7d6acce246482294d9bed5d"
+ "reference": "66314d88b125128fe533a9fa9a3a87ffc39ad852"
},
"require": {
"php": ">=7.4"