Commit 05e22c074f4 for woocommerce
commit 05e22c074f4bcb6538e2cb56207eed0688e2ef0b
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date: Sat Aug 15 00:13:46 2026 +0530
Prepare Packages for Release (#67746)
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 d7694e0f6d1..86ce0053d94 100644
--- a/packages/php/email-editor/changelog.md
+++ b/packages/php/email-editor/changelog.md
@@ -2,15 +2,19 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [2.16.1](https://github.com/woocommerce/email-editor/releases/tag/2.16.1) - 2026-08-14
+
+- Patch - Render a block's background color once instead of twice, which made a translucent palette color appear darker than intended. [#67673]
+
## [2.16.0](https://github.com/woocommerce/email-editor/releases/tag/2.16.0) - 2026-08-12
- Patch - Center table header cells in rendered emails when no alignment is set, so they match the editor canvas instead of falling back to left. [#67443]
- Patch - Prevent inline button wrapper tables from leaving extra baseline space below buttons in rendered block emails. [#67466]
- Patch - Prevent long unbreakable words in paragraph, heading, and site title blocks from expanding the wrapping table and breaking the rendered email layout. [#67519]
+- Patch - Update PHP development dependencies to versions that resolve reported security advisories. [#67595]
- Minor - Add Renderer::render_from_content() for rendering block markup that has no backing post, such as file-based templates. See docs/rendering.md. [#67025]
- Minor - Add rendering context awareness to the Personalizer: personalize_content() accepts a text/html rendering context which is exposed to tag callbacks, Personalization_Tag supports an optional text value type with automatic escaping in HTML content, and tags embedded inside larger link URLs are now replaced correctly. [#66937]
- Minor - Allow integrations to authorize and handle send-preview requests without a backing post [#67025]
-- Patch - Update PHP development dependencies to versions that resolve reported security advisories. [#67595]
## [2.15.1](https://github.com/woocommerce/email-editor/releases/tag/2.15.1) - 2026-07-30
diff --git a/packages/php/email-editor/changelog/fix-duplicate-preset-background-color b/packages/php/email-editor/changelog/fix-duplicate-preset-background-color
deleted file mode 100644
index 5b7130b2dc8..00000000000
--- a/packages/php/email-editor/changelog/fix-duplicate-preset-background-color
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Render a block's background color once instead of twice, which made a translucent palette color appear darker than intended.
diff --git a/packages/php/email-editor/composer.json b/packages/php/email-editor/composer.json
index 5ceaab32a52..4cd96589a2f 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.16.0",
+ "version": "2.16.1",
"autoload": {
"classmap": [
"src/",
diff --git a/plugins/woocommerce/composer.lock b/plugins/woocommerce/composer.lock
index f32b329af3a..9f100591600 100644
--- a/plugins/woocommerce/composer.lock
+++ b/plugins/woocommerce/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "fea8cee5a54322fb06559c14bf64d347",
+ "content-hash": "7bbfec722f64c9ba34e6a6f79e91daa1",
"packages": [
{
"name": "automattic/block-delimiter",
@@ -1182,11 +1182,11 @@
},
{
"name": "woocommerce/email-editor",
- "version": "2.16.0",
+ "version": "2.16.1",
"dist": {
"type": "path",
"url": "../../packages/php/email-editor",
- "reference": "ceb0d8acd6ff62eaca7ce657efd8caabef486a6e"
+ "reference": "c43d6f6d7a3d239a79e9295266bf0dd185c41c40"
},
"require": {
"php": ">=7.4"