Commit bebde76d25 for woocommerce
commit bebde76d252586fcc75c4d168310c3378df1d380
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date: Thu Jan 29 08:03:03 2026 +0000
Prepare Packages for Release (#63019)
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 24be10a14f..afdbccd464 100644
--- a/packages/php/email-editor/changelog.md
+++ b/packages/php/email-editor/changelog.md
@@ -2,6 +2,13 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [2.5.0](https://github.com/woocommerce/email-editor/releases/tag/2.5.0) - 2026-01-29
+
+- Minor - Fix image alignment by adding alignment to the inner cell when rendered. Fix image border alignment by adding a border wrapper. [#62899]
+- Minor - Add action hooks for customizing preview email sending: woocommerce_email_editor_send_preview_email_before_wp_mail and woocommerce_email_editor_send_preview_email_after_wp_mail. [#62936]
+- Minor - Add support for VideoPress embeds in the Email Editor package. [#62870]
+- Patch - Improved extraction of style values from site theme [#62911]
+
## [2.4.0](https://github.com/woocommerce/email-editor/releases/tag/2.4.0) - 2026-01-21
- Minor - Add woocommerce_email_editor_site_theme filter to allow overriding the site theme used when syncing global styles for the email editor. [#62889]
@@ -40,7 +47,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Patch - Fix core/post-content block rendering empty on second email in batch processing by overriding WordPress render callback with stateless version [#61546]
- Minor - Extend Rendering_Context with email-specific context support (user_id, order_id, recipient_email), add woocommerce_email_editor_rendering_email_context filter [#61546]
-- ** BREAKING CHANGE ** Updated all PHP dependencies. [#61753]
## [1.9.0](https://github.com/woocommerce/email-editor/releases/tag/1.9.0) - 2025-10-31
diff --git a/packages/php/email-editor/changelog/62870-add-email-rendering-for-videopress-embeds b/packages/php/email-editor/changelog/62870-add-email-rendering-for-videopress-embeds
deleted file mode 100644
index 680dc85732..0000000000
--- a/packages/php/email-editor/changelog/62870-add-email-rendering-for-videopress-embeds
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add support for VideoPress embeds in the Email Editor package.
\ No newline at end of file
diff --git a/packages/php/email-editor/changelog/62899-fix-email-editor-image-center-alignment b/packages/php/email-editor/changelog/62899-fix-email-editor-image-center-alignment
deleted file mode 100644
index c82cd7e206..0000000000
--- a/packages/php/email-editor/changelog/62899-fix-email-editor-image-center-alignment
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: fix
-
-Fix image alignment by adding alignment to the inner cell when rendered. Fix image border alignment by adding a border wrapper.
\ No newline at end of file
diff --git a/packages/php/email-editor/changelog/stomail-7684-add-preview-email-action-hooks b/packages/php/email-editor/changelog/stomail-7684-add-preview-email-action-hooks
deleted file mode 100644
index 23a3c5fc7d..0000000000
--- a/packages/php/email-editor/changelog/stomail-7684-add-preview-email-action-hooks
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add action hooks for customizing preview email sending: woocommerce_email_editor_send_preview_email_before_wp_mail and woocommerce_email_editor_send_preview_email_after_wp_mail.
diff --git a/packages/php/email-editor/changelog/wooprd-1714-assempler-theme-no-block-spacing b/packages/php/email-editor/changelog/wooprd-1714-assempler-theme-no-block-spacing
deleted file mode 100644
index 0d4a40b808..0000000000
--- a/packages/php/email-editor/changelog/wooprd-1714-assempler-theme-no-block-spacing
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: enhancement
-
-Improved extraction of style values from site theme
diff --git a/packages/php/email-editor/composer.json b/packages/php/email-editor/composer.json
index b5d7ca0a5c..e063b88d1e 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.4.0",
+ "version": "2.5.0",
"autoload": {
"classmap": [
"src/",
diff --git a/plugins/woocommerce/composer.lock b/plugins/woocommerce/composer.lock
index 32569c1873..46129f1d8d 100644
--- a/plugins/woocommerce/composer.lock
+++ b/plugins/woocommerce/composer.lock
@@ -1178,11 +1178,11 @@
},
{
"name": "woocommerce/email-editor",
- "version": "2.4.0",
+ "version": "2.5.0",
"dist": {
"type": "path",
"url": "../../packages/php/email-editor",
- "reference": "3be77c8e104719de10ebf0540914797bd53d0f6f"
+ "reference": "50132d52d42942a3cd86fde61964f850160dc1af"
},
"require": {
"php": ">=7.4"