diff --git a/projects/packages/changelogger/CHANGELOG.md b/projects/packages/changelogger/CHANGELOG.md index 638361ee1d664..893e064f89065 100644 --- a/projects/packages/changelogger/CHANGELOG.md +++ b/projects/packages/changelogger/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.2.4] - 2024-05-20 +### Changed +- Internal updates. + ## [4.2.3] - 2024-05-06 ### Changed - Internal updates. @@ -232,6 +236,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Added - Initial version. +[4.2.4]: https://github.com/Automattic/jetpack-changelogger/compare/4.2.3...4.2.4 [4.2.3]: https://github.com/Automattic/jetpack-changelogger/compare/4.2.2...4.2.3 [4.2.2]: https://github.com/Automattic/jetpack-changelogger/compare/4.2.1...4.2.2 [4.2.1]: https://github.com/Automattic/jetpack-changelogger/compare/4.2.0...4.2.1 diff --git a/projects/packages/changelogger/changelog/fix-changelogger-getRepoData-test b/projects/packages/changelogger/changelog/fix-changelogger-getRepoData-test deleted file mode 100644 index 085dc33c441da..0000000000000 --- a/projects/packages/changelogger/changelog/fix-changelogger-getRepoData-test +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Fix test by always using `Z`, not `+00:00`, for UTC timezones. No functionality change as both are equivalent ISO timestamps. - - diff --git a/projects/packages/changelogger/src/Application.php b/projects/packages/changelogger/src/Application.php index 6994d0bdb46a8..a0c7332bbb059 100644 --- a/projects/packages/changelogger/src/Application.php +++ b/projects/packages/changelogger/src/Application.php @@ -19,7 +19,7 @@ */ class Application extends SymfonyApplication { - const VERSION = '4.2.4-alpha'; + const VERSION = '4.2.4'; /** * Constructor. diff --git a/projects/plugins/debug-helper/CHANGELOG.md b/projects/plugins/debug-helper/CHANGELOG.md index 2850447634275..3c3cdd7224d67 100644 --- a/projects/plugins/debug-helper/CHANGELOG.md +++ b/projects/plugins/debug-helper/CHANGELOG.md @@ -5,6 +5,15 @@ 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.1] - 2024-05-20 +### Changed +- General: Use wp_admin_notice function introduced in WP 6.4 to display notices. [#37051] +- Updated package dependencies. [#35591] [#36309] [#36775] [#37348] + +### Fixed +- REST API: Restrict access to authenticated site admins. [#36999] +- REST API: Add an exception for the new IDC REST endpoint. [#37024] + ## [2.0.0] - 2024-02-07 ### Added - Add brute force protection access for particular environments that do not support the WAF [#31761] @@ -104,6 +113,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial version. +[2.0.1]: https://github.com/Automattic/jetpack-debug-helper/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/Automattic/jetpack-debug-helper/compare/v1.6.0...v2.0.0 [1.6.0]: https://github.com/Automattic/jetpack-debug-helper/compare/v1.5.0...v1.6.0 [1.5.0]: https://github.com/Automattic/jetpack-debug-helper/compare/v1.4.0...v1.5.0 diff --git a/projects/plugins/debug-helper/changelog/add-phan b/projects/plugins/debug-helper/changelog/add-phan deleted file mode 100644 index 976dd1167f5e1..0000000000000 --- a/projects/plugins/debug-helper/changelog/add-phan +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: added -Comment: Add Phan configuration. No change to the project itself. - - diff --git a/projects/plugins/debug-helper/changelog/add-phan-wp-constant-stubs b/projects/plugins/debug-helper/changelog/add-phan-wp-constant-stubs deleted file mode 100644 index 94a5f73d3ea02..0000000000000 --- a/projects/plugins/debug-helper/changelog/add-phan-wp-constant-stubs +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update Phan baseline for config change. No change to functionality. - - diff --git a/projects/plugins/debug-helper/changelog/add-phpdoc-return-never b/projects/plugins/debug-helper/changelog/add-phpdoc-return-never deleted file mode 100644 index 19cf68dd8fb88..0000000000000 --- a/projects/plugins/debug-helper/changelog/add-phpdoc-return-never +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated php docs to use `@return never` where appropriate. No change to functionality. - - diff --git a/projects/plugins/debug-helper/changelog/add-rest-exception-idc-debugger b/projects/plugins/debug-helper/changelog/add-rest-exception-idc-debugger deleted file mode 100644 index f883f6ae76a53..0000000000000 --- a/projects/plugins/debug-helper/changelog/add-rest-exception-idc-debugger +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Added exception for new IDC REST endpoint. diff --git a/projects/plugins/debug-helper/changelog/fix-phan-in-changelogger b/projects/plugins/debug-helper/changelog/fix-phan-in-changelogger deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/debug-helper/changelog/fix-phan-in-changelogger +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/debug-helper/changelog/renovate-lock-file-maintenance b/projects/plugins/debug-helper/changelog/renovate-lock-file-maintenance deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/debug-helper/changelog/renovate-lock-file-maintenance +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/debug-helper/changelog/renovate-lock-file-maintenance#2 b/projects/plugins/debug-helper/changelog/renovate-lock-file-maintenance#2 deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/debug-helper/changelog/renovate-lock-file-maintenance#2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/debug-helper/changelog/renovate-lock-file-maintenance#3 b/projects/plugins/debug-helper/changelog/renovate-lock-file-maintenance#3 deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/debug-helper/changelog/renovate-lock-file-maintenance#3 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/debug-helper/changelog/renovate-lock-file-maintenance#4 b/projects/plugins/debug-helper/changelog/renovate-lock-file-maintenance#4 deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/debug-helper/changelog/renovate-lock-file-maintenance#4 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/debug-helper/changelog/renovate-mediawiki-mediawiki-codesniffer-43.x b/projects/plugins/debug-helper/changelog/renovate-mediawiki-mediawiki-codesniffer-43.x deleted file mode 100644 index cf85227fdf021..0000000000000 --- a/projects/plugins/debug-helper/changelog/renovate-mediawiki-mediawiki-codesniffer-43.x +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Adjust spacing in comment for a change in phpcs 3.8.1 - - diff --git a/projects/plugins/debug-helper/changelog/update-debug-helper-rest-route-permissions b/projects/plugins/debug-helper/changelog/update-debug-helper-rest-route-permissions deleted file mode 100644 index 563cd88ad9297..0000000000000 --- a/projects/plugins/debug-helper/changelog/update-debug-helper-rest-route-permissions +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -REST API: restrict access to authenticated site admins diff --git a/projects/plugins/debug-helper/changelog/update-symfony-console b/projects/plugins/debug-helper/changelog/update-symfony-console deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/debug-helper/changelog/update-symfony-console +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/debug-helper/changelog/update-use-wp-admin-notice b/projects/plugins/debug-helper/changelog/update-use-wp-admin-notice deleted file mode 100644 index 2988ba2249366..0000000000000 --- a/projects/plugins/debug-helper/changelog/update-use-wp-admin-notice +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -General: use wp_admin_notice function introduced in WP 6.4 to display notices. diff --git a/projects/plugins/debug-helper/plugin.php b/projects/plugins/debug-helper/plugin.php index 2afed8f0cf785..56754fe72d512 100644 --- a/projects/plugins/debug-helper/plugin.php +++ b/projects/plugins/debug-helper/plugin.php @@ -3,7 +3,7 @@ * Plugin Name: Jetpack Debug Tools * Description: Give me a Jetpack connection, and I'll break it every way possible. * Author: Automattic - Jetpack Crew - * Version: 2.0.1-alpha + * Version: 2.0.1 * Text Domain: jetpack * * @package automattic/jetpack-debug-helper. @@ -33,7 +33,7 @@ * The plugin version. * Increase that if you do any edits to ensure refreshing the cached assets. */ -define( 'JETPACK_DEBUG_HELPER_VERSION', '2.0.1-alpha' ); +define( 'JETPACK_DEBUG_HELPER_VERSION', '2.0.1' ); /** * Include file names from the modules directory here.