Skip to content

Commit

Permalink
Changelog and readme.txt edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
ice9js committed May 20, 2024
1 parent 1f28a65 commit 6a8fb49
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 66 deletions.
5 changes: 5 additions & 0 deletions projects/packages/changelogger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/changelogger/src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
class Application extends SymfonyApplication {

const VERSION = '4.2.4-alpha';
const VERSION = '4.2.4';

/**
* Constructor.
Expand Down
10 changes: 10 additions & 0 deletions projects/plugins/debug-helper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions projects/plugins/debug-helper/changelog/add-phan

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions projects/plugins/debug-helper/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 6a8fb49

Please sign in to comment.