Commit 6c33f631ad4 for woocommerce
commit 6c33f631ad480646dfc9428c6cec6f7b58312f90
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date: Mon Jul 27 14:58:57 2026 +0530
Prepare Packages for Release (#67011)
Automated change: Prep @automattic/woocommerce-analytics for release.
Co-authored-by: woocommercebot <woocommercebot@users.noreply.github.com>
diff --git a/packages/php/woocommerce-analytics/CHANGELOG.md b/packages/php/woocommerce-analytics/CHANGELOG.md
index b142c1123e3..c1076163632 100644
--- a/packages/php/woocommerce-analytics/CHANGELOG.md
+++ b/packages/php/woocommerce-analytics/CHANGELOG.md
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## 0.16.7 - 2026-07-27
+### Security
+- Stop emitting request-derived properties into cacheable front-end page HTML. [#67003]
+
+### Changed
+- Update package dependencies. [#65999]
+
+### Fixed
+- Recognize active WooCommerce installations in custom plugin directories. [#66665]
+
## 0.16.6 - 2026-06-17
### Fixed
- Stop minting throwaway anonymous IDs for events from clients without a persisted visitor cookie (e.g. UA-spoofing crawlers hitting add-to-cart), which inflated session counts. Such events are now skipped instead. [#65792]
diff --git a/packages/php/woocommerce-analytics/changelog/fix-cacheable-page-request-derived-props b/packages/php/woocommerce-analytics/changelog/fix-cacheable-page-request-derived-props
deleted file mode 100644
index 93b8999f679..00000000000
--- a/packages/php/woocommerce-analytics/changelog/fix-cacheable-page-request-derived-props
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: security
-
-Stop emitting request-derived properties into cacheable front-end page HTML.
diff --git a/packages/php/woocommerce-analytics/changelog/fix-custom-woocommerce-plugin-directory b/packages/php/woocommerce-analytics/changelog/fix-custom-woocommerce-plugin-directory
deleted file mode 100644
index 59502ece337..00000000000
--- a/packages/php/woocommerce-analytics/changelog/fix-custom-woocommerce-plugin-directory
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fixed
-
-Recognize active WooCommerce installations in custom plugin directories.
diff --git a/packages/php/woocommerce-analytics/changelog/resync-composer-locks b/packages/php/woocommerce-analytics/changelog/resync-composer-locks
deleted file mode 100644
index 45028352a80..00000000000
--- a/packages/php/woocommerce-analytics/changelog/resync-composer-locks
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: changed
-
-Update package dependencies.
diff --git a/packages/php/woocommerce-analytics/composer.json b/packages/php/woocommerce-analytics/composer.json
index d9a6a81ac18..6527d388c0d 100644
--- a/packages/php/woocommerce-analytics/composer.json
+++ b/packages/php/woocommerce-analytics/composer.json
@@ -3,7 +3,7 @@
"description": "Enhanced analytics for WooCommerce users.",
"type": "jetpack-library",
"license": "GPL-2.0-or-later",
- "version": "0.16.6",
+ "version": "0.16.7",
"require": {
"php": ">=7.2",
"automattic/jetpack-assets": "^4.3",