Commit 2ee5ac57d48 for woocommerce
commit 2ee5ac57d482801ff911560d6272ab73d24a9351
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date: Mon Aug 24 22:54:24 2026 +0100
Prepare Packages for Release (#67989)
* Automated change: Prep @automattic/woocommerce-analytics for release.
* Exclude woocommerce-analytics CHANGELOG.md from markdownlint
The file is generated by Jetpack changelogger, whose format omits the
blank lines around headings and lists that MD022 and MD032 require. It
arrived with that format when the package was merged in from Jetpack in
PR 64040 and has never linted clean, so every release-prep PR that
touches it turns the Validate markdown check red.
Ignoring it keeps the check meaningful without fighting the generator on
each release.
---------
Co-authored-by: woocommercebot <woocommercebot@users.noreply.github.com>
Co-authored-by: Brandon Kraft <public@brandonkraft.com>
diff --git a/.markdownlintignore b/.markdownlintignore
index b7d5b6b6a81..7e1afe04e8c 100644
--- a/.markdownlintignore
+++ b/.markdownlintignore
@@ -3,3 +3,4 @@ plugins/woocommerce/lib/classes/*
plugins/woocommerce/lib/packages/*
packages/php/email-editor/vendor-prefixed/*
plugins/woocommerce/src/Internal/StockNotifications/CODERABBIT-TRIAGE-RAW.md
+packages/php/woocommerce-analytics/CHANGELOG.md
diff --git a/packages/php/woocommerce-analytics/CHANGELOG.md b/packages/php/woocommerce-analytics/CHANGELOG.md
index c1076163632..ca6bffc52be 100644
--- a/packages/php/woocommerce-analytics/CHANGELOG.md
+++ b/packages/php/woocommerce-analytics/CHANGELOG.md
@@ -5,6 +5,17 @@ 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.17.0 - 2026-08-24
+### Security
+- Update wp-coding-standards/wpcs to 3.4.1 (security release). [#67036]
+
+### Changed
+- Update PHP development dependencies to versions that resolve reported security advisories. [#67595]
+- Use the tooling catalog for shared Babel, PostCSS, and webpack versions. [#67842]
+
+### Removed
+- Minimum supported PHP version is now 7.4. [#67983]
+
## 0.16.7 - 2026-07-27
### Security
- Stop emitting request-derived properties into cacheable front-end page HTML. [#67003]
diff --git a/packages/php/woocommerce-analytics/changelog/update-php-dev-dependency-security-patches b/packages/php/woocommerce-analytics/changelog/update-php-dev-dependency-security-patches
deleted file mode 100644
index 05cf60875ee..00000000000
--- a/packages/php/woocommerce-analytics/changelog/update-php-dev-dependency-security-patches
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: changed
-
-Update PHP development dependencies to versions that resolve reported security advisories.
diff --git a/packages/php/woocommerce-analytics/changelog/update-woocommerce-analytics-for-jetpack-dropping-php-7.2 b/packages/php/woocommerce-analytics/changelog/update-woocommerce-analytics-for-jetpack-dropping-php-7.2
deleted file mode 100644
index c6246e65b08..00000000000
--- a/packages/php/woocommerce-analytics/changelog/update-woocommerce-analytics-for-jetpack-dropping-php-7.2
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: major
-Type: removed
-
-Minimum supported PHP version is now 7.4.
diff --git a/packages/php/woocommerce-analytics/changelog/update-wpcs-3-4-1 b/packages/php/woocommerce-analytics/changelog/update-wpcs-3-4-1
deleted file mode 100644
index e155eba093d..00000000000
--- a/packages/php/woocommerce-analytics/changelog/update-wpcs-3-4-1
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: security
-
-Update wp-coding-standards/wpcs to 3.4.1 (security release).
diff --git a/packages/php/woocommerce-analytics/changelog/wooplug-7554-add-tooling-catalog b/packages/php/woocommerce-analytics/changelog/wooplug-7554-add-tooling-catalog
deleted file mode 100644
index 4650bfc1df2..00000000000
--- a/packages/php/woocommerce-analytics/changelog/wooplug-7554-add-tooling-catalog
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: changed
-
-Use the tooling catalog for shared Babel, PostCSS, and webpack versions.
diff --git a/packages/php/woocommerce-analytics/composer.json b/packages/php/woocommerce-analytics/composer.json
index becf29f8b38..e7945957bed 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.7",
+ "version": "0.17.0",
"require": {
"php": ">=7.4",
"automattic/jetpack-assets": "^4.3 || ^5.0",