diff --git a/projects/plugins/inspect/CHANGELOG.md b/projects/plugins/inspect/CHANGELOG.md index 22077d5e421e..3a1c78fa04a0 100644 --- a/projects/plugins/inspect/CHANGELOG.md +++ b/projects/plugins/inspect/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). +## [2.0.0-a.9] - 2026-01-09 +### Added +- IDC: Add revalidation for IDCs. [#46268] +- Tested up to WordPress 6.9 [#45571] + +### Changed +- Update package dependencies. [#45478] [#45652] [#45915] [#46143] [#46456] + +### Fixed +- Ensure proper flags are used with `json_encode()`. [#46117] + ## [2.0.0-a.7] - 2025-10-09 ### Added - Add `typecheck` script to ensure that TypeScript files are type-checked. [#45034] @@ -42,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - General: Update minimum PHP version to 7.2. [#40147] - General: Indicate compatibility with WordPress 6.8. [#42701] +[2.0.0-a.9]: https://github.com/Automattic/jetpack-inspect/compare/v2.0.0-a.7...v2.0.0-a.9 [2.0.0-a.7]: https://github.com/Automattic/jetpack-inspect/compare/v2.0.0-a.5...v2.0.0-a.7 [2.0.0-a.5]: https://github.com/Automattic/jetpack-inspect/compare/v2.0.0-a.3...v2.0.0-a.5 [2.0.0-a.3]: https://github.com/Automattic/jetpack-inspect/compare/v2.0.0-a.1...v2.0.0-a.3 diff --git a/projects/plugins/inspect/changelog/add-idc-revalidate b/projects/plugins/inspect/changelog/add-idc-revalidate deleted file mode 100644 index cdd253511ae0..000000000000 --- a/projects/plugins/inspect/changelog/add-idc-revalidate +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -IDC: Add revalidation for IDCs. diff --git a/projects/plugins/inspect/changelog/fix-audit_json_encode_flags_part_trois b/projects/plugins/inspect/changelog/fix-audit_json_encode_flags_part_trois deleted file mode 100644 index f140a52a9274..000000000000 --- a/projects/plugins/inspect/changelog/fix-audit_json_encode_flags_part_trois +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Ensure proper flags are used with `json_encode()`. diff --git a/projects/plugins/inspect/changelog/fix-phan-PhanAccessMethodInternal b/projects/plugins/inspect/changelog/fix-phan-PhanAccessMethodInternal deleted file mode 100644 index 7d5794112262..000000000000 --- a/projects/plugins/inspect/changelog/fix-phan-PhanAccessMethodInternal +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Resolve all PhanAccessMethodInternal instances (all of which are suppression comments). - - diff --git a/projects/plugins/inspect/changelog/prerelease b/projects/plugins/inspect/changelog/prerelease deleted file mode 100644 index 47f5577b9214..000000000000 --- a/projects/plugins/inspect/changelog/prerelease +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update composer.lock. - - diff --git a/projects/plugins/inspect/changelog/prerelease#2 b/projects/plugins/inspect/changelog/prerelease#2 deleted file mode 100644 index 47f5577b9214..000000000000 --- a/projects/plugins/inspect/changelog/prerelease#2 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update composer.lock. - - diff --git a/projects/plugins/inspect/changelog/prerelease#3 b/projects/plugins/inspect/changelog/prerelease#3 deleted file mode 100644 index 47f5577b9214..000000000000 --- a/projects/plugins/inspect/changelog/prerelease#3 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update composer.lock. - - diff --git a/projects/plugins/inspect/changelog/renovate-eslint-packages b/projects/plugins/inspect/changelog/renovate-eslint-packages deleted file mode 100644 index 3449a8fc6f33..000000000000 --- a/projects/plugins/inspect/changelog/renovate-eslint-packages +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix JS packages that were declared as both dependencies and dev dependencies. Note it doesn't really matter which is used for plugins. - - diff --git a/projects/plugins/inspect/changelog/renovate-lock-file-maintenance b/projects/plugins/inspect/changelog/renovate-lock-file-maintenance deleted file mode 100644 index 45028352a802..000000000000 --- a/projects/plugins/inspect/changelog/renovate-lock-file-maintenance +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update package dependencies. diff --git a/projects/plugins/inspect/changelog/renovate-typescript-5.x b/projects/plugins/inspect/changelog/renovate-typescript-5.x deleted file mode 100644 index 45028352a802..000000000000 --- a/projects/plugins/inspect/changelog/renovate-typescript-5.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update package dependencies. diff --git a/projects/plugins/inspect/changelog/renovate-wordpress-monorepo b/projects/plugins/inspect/changelog/renovate-wordpress-monorepo deleted file mode 100644 index 45028352a802..000000000000 --- a/projects/plugins/inspect/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update package dependencies. diff --git a/projects/plugins/inspect/changelog/renovate-wordpress-monorepo#2 b/projects/plugins/inspect/changelog/renovate-wordpress-monorepo#2 deleted file mode 100644 index 45028352a802..000000000000 --- a/projects/plugins/inspect/changelog/renovate-wordpress-monorepo#2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update package dependencies. diff --git a/projects/plugins/inspect/changelog/renovate-wordpress-monorepo#3 b/projects/plugins/inspect/changelog/renovate-wordpress-monorepo#3 deleted file mode 100644 index 45028352a802..000000000000 --- a/projects/plugins/inspect/changelog/renovate-wordpress-monorepo#3 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update package dependencies. diff --git a/projects/plugins/inspect/changelog/update-composer-2.9 b/projects/plugins/inspect/changelog/update-composer-2.9 deleted file mode 100644 index 8e084f9f20fb..000000000000 --- a/projects/plugins/inspect/changelog/update-composer-2.9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update composer.lock for composer 2.9. - - diff --git a/projects/plugins/inspect/changelog/update-jetpack-tested-to-ver-wp b/projects/plugins/inspect/changelog/update-jetpack-tested-to-ver-wp deleted file mode 100644 index 64f88d756239..000000000000 --- a/projects/plugins/inspect/changelog/update-jetpack-tested-to-ver-wp +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Tested up to WordPress 6.9 diff --git a/projects/plugins/inspect/changelog/update-php8.4-set_as_default b/projects/plugins/inspect/changelog/update-php8.4-set_as_default deleted file mode 100644 index 13c9b64ec748..000000000000 --- a/projects/plugins/inspect/changelog/update-php8.4-set_as_default +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update composer.lock - - diff --git a/projects/plugins/inspect/changelog/update-tooling-update_stable_tag_in_backport b/projects/plugins/inspect/changelog/update-tooling-update_stable_tag_in_backport deleted file mode 100644 index 3cc9f3cb3168..000000000000 --- a/projects/plugins/inspect/changelog/update-tooling-update_stable_tag_in_backport +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Update stable tag in trunk. - - diff --git a/projects/plugins/inspect/composer.json b/projects/plugins/inspect/composer.json index d8300fff93c6..ee6b4ad6824a 100644 --- a/projects/plugins/inspect/composer.json +++ b/projects/plugins/inspect/composer.json @@ -33,7 +33,7 @@ "automattic/jetpack-autoloader": true, "automattic/jetpack-composer-plugin": true }, - "autoloader-suffix": "2662d159b2161b86f56c5059a9d397af_inspectâ“¥2_0_0_a_7" + "autoloader-suffix": "2662d159b2161b86f56c5059a9d397af_inspectâ“¥2_0_0_a_9" }, "scripts": { "phpunit": [ diff --git a/projects/plugins/inspect/jetpack-inspect.php b/projects/plugins/inspect/jetpack-inspect.php index 141a23980ad7..2f8661c92c48 100644 --- a/projects/plugins/inspect/jetpack-inspect.php +++ b/projects/plugins/inspect/jetpack-inspect.php @@ -7,7 +7,7 @@ * * @wordpress-plugin * Plugin Name: Jetpack Inspect - * Version: 2.0.0-a.7 + * Version: 2.0.0-a.9 * Plugin URI: https://automattic.com * Description: Inspect HTTP incoming and outgoing requests and responses. * Author: pyronaur diff --git a/projects/plugins/inspect/package.json b/projects/plugins/inspect/package.json index f55b01632594..ffd7627d542c 100644 --- a/projects/plugins/inspect/package.json +++ b/projects/plugins/inspect/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-inspect", - "version": "2.0.0-a.7", + "version": "2.0.0-a.9", "private": true, "description": "A debugging plugin to inspect Jetpack interactions with WordPress.com.", "homepage": "https://jetpack.com", diff --git a/projects/plugins/inspect/readme.txt b/projects/plugins/inspect/readme.txt index 5c39696f0ba0..d609a1ef030c 100644 --- a/projects/plugins/inspect/readme.txt +++ b/projects/plugins/inspect/readme.txt @@ -4,7 +4,7 @@ Tags: jetpack, stuff Requires at least: 6.7 Requires PHP: 7.2 Tested up to: 6.9 -Stable tag: 2.0.0-a.7 +Stable tag: 2.0.0-a.9 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -33,13 +33,17 @@ directory take precedence. For example, `/assets/screenshot-1.png` would win ove 2. This is the second screen shot == Changelog == -### 2.0.0-a.7 - 2025-10-09 +### 2.0.0-a.9 - 2026-01-09 #### Added -- Add `typecheck` script to ensure that TypeScript files are type-checked. +- IDC: Add revalidation for IDCs. +- Tested up to WordPress 6.9 #### Changed - Update package dependencies. +#### Fixed +- Ensure proper flags are used with `json_encode()`. + == Arbitrary section == You may provide arbitrary sections, in the same format as the ones above. This may be of use for extremely complicated