Commit 89404c1de33 for woocommerce
commit 89404c1de33909d29cf2ccd69d2e4c1cc7ed7c06
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date: Mon Feb 23 19:45:58 2026 +0000
Prepare Packages for Release (#63420)
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 c4f6c2f31d7..510e651a77a 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.9.0](https://github.com/woocommerce/email-editor/releases/tag/2.9.0) - 2026-02-23
+
+- Patch - Verify user can edit post in send preview email endpoint permission check [#63413]
+- Minor - Removed enqueuing of custom RichText package that was needed for WordPress < 6.8 [#63289]
+
## [2.8.1](https://github.com/woocommerce/email-editor/releases/tag/2.8.1) - 2026-02-20
- Patch - Fix unbounded static cache memory leaks in vendor-prefixed CSS inlining dependencies (emogrifier and symfony/css-selector) for long-running processes. [#63365]
diff --git a/packages/php/email-editor/changelog/remove-custom-richtext-for-email-editor b/packages/php/email-editor/changelog/remove-custom-richtext-for-email-editor
deleted file mode 100644
index 893c0fefcb9..00000000000
--- a/packages/php/email-editor/changelog/remove-custom-richtext-for-email-editor
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Removed enqueuing of custom RichText package that was needed for WordPress < 6.8
diff --git a/packages/php/email-editor/changelog/wooplug-6338-improve-permission-checks-for-send-preview-email-endpoint b/packages/php/email-editor/changelog/wooplug-6338-improve-permission-checks-for-send-preview-email-endpoint
deleted file mode 100644
index 4ff22ca47bf..00000000000
--- a/packages/php/email-editor/changelog/wooplug-6338-improve-permission-checks-for-send-preview-email-endpoint
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Verify user can edit post in send preview email endpoint permission check
diff --git a/packages/php/email-editor/composer.json b/packages/php/email-editor/composer.json
index d971dc27690..dd1a6d71526 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.8.1",
+ "version": "2.9.0",
"autoload": {
"classmap": [
"src/",
diff --git a/plugins/woocommerce/composer.lock b/plugins/woocommerce/composer.lock
index 84e9edcfed1..428c9bc682c 100644
--- a/plugins/woocommerce/composer.lock
+++ b/plugins/woocommerce/composer.lock
@@ -1178,11 +1178,11 @@
},
{
"name": "woocommerce/email-editor",
- "version": "2.8.1",
+ "version": "2.9.0",
"dist": {
"type": "path",
"url": "../../packages/php/email-editor",
- "reference": "1720d8e3e3b37a7723c067c3374946f15399d828"
+ "reference": "99fb68f65ce7d682b40d90aad39ad1f5205aa659"
},
"require": {
"php": ">=7.4"