Skip to content

Commit 1154358

Browse files
authored
Backport debug-helper 2.2.4 Changes. (#46510)
Co-authored-by: Grzegorz Chudzinski-Pawlowski <>
1 parent 7d4c2df commit 1154358

File tree

9 files changed

+11
-34
lines changed

9 files changed

+11
-34
lines changed

projects/plugins/debug-helper/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.2.4] - 2026-01-08
9+
### Changed
10+
- Replace use of confusing `esc_js` on an integer value with `intval`. [#46229]
11+
- Update package dependencies. [#45478]
12+
13+
### Fixed
14+
- Ensure proper flags are used with `json_encode()`. [#46117]
15+
816
## [2.2.3] - 2025-10-09
917
### Changed
1018
- Update package dependencies. [#44725] [#45096]
@@ -159,6 +167,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
159167

160168
- Initial version.
161169

170+
[2.2.4]: https://github.com/Automattic/jetpack-debug-helper/compare/v2.2.3...v2.2.4
162171
[2.2.3]: https://github.com/Automattic/jetpack-debug-helper/compare/v2.2.2...v2.2.3
163172
[2.2.2]: https://github.com/Automattic/jetpack-debug-helper/compare/v2.2.1...v2.2.2
164173
[2.2.1]: https://github.com/Automattic/jetpack-debug-helper/compare/v2.2.0...v2.2.1

projects/plugins/debug-helper/changelog/fix-audit_json_encode_flags_part_trois

Lines changed: 0 additions & 4 deletions
This file was deleted.

projects/plugins/debug-helper/changelog/fix-clean-up-uses-of-esc_js

Lines changed: 0 additions & 4 deletions
This file was deleted.

projects/plugins/debug-helper/changelog/renovate-lock-file-maintenance

Lines changed: 0 additions & 4 deletions
This file was deleted.

projects/plugins/debug-helper/changelog/update-composer-2.9

Lines changed: 0 additions & 5 deletions
This file was deleted.

projects/plugins/debug-helper/changelog/update-crew_refs

Lines changed: 0 additions & 5 deletions
This file was deleted.

projects/plugins/debug-helper/changelog/update-gpl-license-address

Lines changed: 0 additions & 5 deletions
This file was deleted.

projects/plugins/debug-helper/changelog/update-php8.4-set_as_default

Lines changed: 0 additions & 5 deletions
This file was deleted.

projects/plugins/debug-helper/plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Jetpack Debug Tools
44
* Description: Give me a Jetpack connection, and I'll break it every way possible.
55
* Author: Automattic
6-
* Version: 2.2.3
6+
* Version: 2.2.4
77
* Text Domain: jetpack
88
*
99
* @package automattic/jetpack-debug-helper.
@@ -32,7 +32,7 @@
3232
* The plugin version.
3333
* Increase that if you do any edits to ensure refreshing the cached assets.
3434
*/
35-
define( 'JETPACK_DEBUG_HELPER_VERSION', '2.2.3' );
35+
define( 'JETPACK_DEBUG_HELPER_VERSION', '2.2.4' );
3636

3737
/**
3838
* Include file names from the modules directory here.

0 commit comments

Comments
 (0)