Commit 587c07f7de for woocommerce
commit 587c07f7de5b22a6c585c5c0264b7ce259a4b4c9
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue Nov 25 15:07:44 2025 +0100
Prepare Packages for Release (#62124)
Automated change: Prep @woocommerce/email-editor-config for release.
Co-authored-by: lysyjan <13644846+lysyjan@users.noreply.github.com>
diff --git a/packages/php/email-editor/changelog.md b/packages/php/email-editor/changelog.md
index 768b8d0331..1e8996a824 100644
--- a/packages/php/email-editor/changelog.md
+++ b/packages/php/email-editor/changelog.md
@@ -2,6 +2,12 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [2.0.1](https://github.com/woocommerce/email-editor/releases/tag/2.0.1) - 2025-11-25
+
+- Patch - Swap core/post-content render callback only during email rendering to prevent conflicts with other plugins like MailPoet. [#61874]
+- Patch - Add support for conditional "Finish checkout" button text in cart collections for email rendering [#61822]
+- Patch - Improve email editor preview in new tab functionality by adding post context to the rendered data filter. [#62010]
+
## [2.0.0](https://github.com/woocommerce/email-editor/releases/tag/2.0.0) - 2025-11-07
- Patch - Fix core/post-content block rendering empty on second email in batch processing by overriding WordPress render callback with stateless version [#61546]
diff --git a/packages/php/email-editor/changelog/add-cart-button-text b/packages/php/email-editor/changelog/add-cart-button-text
deleted file mode 100644
index 88e7ff415f..0000000000
--- a/packages/php/email-editor/changelog/add-cart-button-text
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: update
-
-Add support for conditional "Finish checkout" button text in cart collections for email rendering
diff --git a/packages/php/email-editor/changelog/fix-post-content-context-aware-rendering b/packages/php/email-editor/changelog/fix-post-content-context-aware-rendering
deleted file mode 100644
index c3b44b3d77..0000000000
--- a/packages/php/email-editor/changelog/fix-post-content-context-aware-rendering
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Swap core/post-content render callback only during email rendering to prevent conflicts with other plugins like MailPoet.
diff --git a/packages/php/email-editor/changelog/wooprd-1279-incorrect-woo_content-block-rendered-output-in-preview b/packages/php/email-editor/changelog/wooprd-1279-incorrect-woo_content-block-rendered-output-in-preview
deleted file mode 100644
index aae585a266..0000000000
--- a/packages/php/email-editor/changelog/wooprd-1279-incorrect-woo_content-block-rendered-output-in-preview
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: enhancement
-
-Improve email editor preview in new tab functionality by adding post context to the rendered data filter.
diff --git a/packages/php/email-editor/composer.json b/packages/php/email-editor/composer.json
index df607ad581..0ad005ebf0 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.0.0",
+ "version": "2.0.1",
"autoload": {
"classmap": [
"src/",
diff --git a/plugins/woocommerce/composer.lock b/plugins/woocommerce/composer.lock
index 26eaf2b5ff..0351b4d6a1 100644
--- a/plugins/woocommerce/composer.lock
+++ b/plugins/woocommerce/composer.lock
@@ -1178,11 +1178,11 @@
},
{
"name": "woocommerce/email-editor",
- "version": "2.0.0",
+ "version": "2.0.1",
"dist": {
"type": "path",
"url": "../../packages/php/email-editor",
- "reference": "ebb815c2599b07e7054387174551ca20674d82e8"
+ "reference": "36d431f7edcecb4be6e48559cf3192938169751d"
},
"require": {
"php": ">=7.4"