Commit 00761eb74a for woocommerce
commit 00761eb74a076f1b3adc78d64b02c99b55b29034
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu Sep 18 11:07:13 2025 +0200
Prepare Packages for Release (#60998)
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 a259a06f1b..8f545918c6 100644
--- a/packages/php/email-editor/changelog.md
+++ b/packages/php/email-editor/changelog.md
@@ -2,14 +2,21 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [1.6.0](https://github.com/woocommerce/email-editor/releases/tag/1.6.0) - 2025-09-18
+
+- Patch - Downgrade Emogrifier dependency to avoid conflict [#60994]
+- Minor - Add email rendering instructions for the core/audio and core/embed blocks. [#60813]
+- Minor - Add email rendering instructions for the core/cover block. [#60837]
+- Minor - Add email rendering instructions for the core/gallery block. [#60775]
+
## [1.5.0](https://github.com/woocommerce/email-editor/releases/tag/1.5.0) - 2025-09-09
- Patch - Add type check when extracting vars from theme style values in email editor [#60538]
- Patch - Upgrade pelago/emogrifier to v8.0 [#60489]
+- Patch - Use a more robust way to post-process the style attribute values within the Email Editor. [#60764]
- Minor - Add email block renderer for the Table core block. [#60514]
- Minor - Add email rendering instructions for the core/media-text block. [#60752]
- Minor - Remove `block_preview_url` from `WooCommerceEmailEditor` object [#60603]
-- Patch - Use a more robust way to post-process the style attribute values within the Email Editor. [#60764]
## [1.4.2](https://github.com/woocommerce/email-editor/releases/tag/1.4.2) - 2025-08-21
diff --git a/packages/php/email-editor/changelog/60787-add-email-editor-html-processing-helper b/packages/php/email-editor/changelog/60787-add-email-editor-html-processing-helper
deleted file mode 100644
index b99fcfd2e8..0000000000
--- a/packages/php/email-editor/changelog/60787-add-email-editor-html-processing-helper
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Email Editor: Extract html processing helper from table class for reuse in other block rendering classes.
-
diff --git a/packages/php/email-editor/changelog/add-audio-email-rendering b/packages/php/email-editor/changelog/add-audio-email-rendering
deleted file mode 100644
index 63398997a4..0000000000
--- a/packages/php/email-editor/changelog/add-audio-email-rendering
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add email rendering instructions for the core/audio and core/embed blocks.
diff --git a/packages/php/email-editor/changelog/add-cover-block-email-rendering b/packages/php/email-editor/changelog/add-cover-block-email-rendering
deleted file mode 100644
index bd000cc92d..0000000000
--- a/packages/php/email-editor/changelog/add-cover-block-email-rendering
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add email rendering instructions for the core/cover block.
diff --git a/packages/php/email-editor/changelog/add-gallery-email-rendering b/packages/php/email-editor/changelog/add-gallery-email-rendering
deleted file mode 100644
index 1d0c9d867d..0000000000
--- a/packages/php/email-editor/changelog/add-gallery-email-rendering
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add email rendering instructions for the core/gallery block.
diff --git a/packages/php/email-editor/changelog/downgrade-emogrifier b/packages/php/email-editor/changelog/downgrade-emogrifier
deleted file mode 100644
index e0d6f6b901..0000000000
--- a/packages/php/email-editor/changelog/downgrade-emogrifier
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Downgrade Emogrifier dependency to avoid conflict
diff --git a/packages/php/email-editor/composer.json b/packages/php/email-editor/composer.json
index 196e5f7605..547179f353 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": "1.5.0",
+ "version": "1.6.0",
"autoload": {
"classmap": [
"src/"