Skip to content

Commit

Permalink
Changelog edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
ice9js committed Nov 21, 2023
1 parent c2cd9c4 commit 99e1407
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion projects/packages/boost-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.2.1] - 2023-11-21
### Fixed
- Abstract static methods in `Automattic\Jetpack\Boost_Core\Lib\Cacheable` are now actually abstract, instead of being implemented to always throw. [#34220]
- Made abstract static methods in `Automattic\Jetpack\Boost_Core\Lib\Cacheable` abstract, instead of being implemented to always throw. [#34220]

## [0.2.0] - 2023-11-20
### Changed
Expand Down
4 changes: 2 additions & 2 deletions projects/packages/changelogger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [4.0.1] - 2023-11-21
### Added
- Add `symfony/*` v4.4 as an option, for use with PHP 7.1. [#34217]
- Added `symfony/*` v4.4 as an option, for use with PHP 7.1. [#34217]

### Removed
- Remove use of `wikimedia/at-ease` package as PHP 7 improved the behavior of `@`. [#34217]
- Removed use of `wikimedia/at-ease` package as PHP 7 improved the behavior of `@`. [#34217]

## [4.0.0] - 2023-11-20
### Changed
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/my-jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [4.0.1] - 2023-11-21
### Added
- My Jetpack: Mark Jetpack AI as upgradable in interstitial page [#34215]
- Marked Jetpack AI as upgradable in the interstitial page. [#34215]

## [4.0.0] - 2023-11-20
### Added
Expand Down
12 changes: 5 additions & 7 deletions projects/plugins/jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
### This is a list detailing changes for all Jetpack releases.

## 12.9-a.9 - 2023-11-21
### Major Enhancements
- Generate and print the fonts that are used in global styles or block-level settings if the Jetpack Google Fonts module is enabled to avoid printing all google fonts definition in the head [#34157]

### Enhancements
- Jetpack AI: add support for tiered plans on the usage panel. [#34195]
### Bug fixes
- Fixed all Google font definitions being printed in the head, instead only printing fonts that are used in global styles or required by block settings. [#34157]

### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
- Replace nested `dirname` with use of the php 7.0+ `$levels` parameter. No change in functionality. [#34218]
- Subscriber button: pointer cursor on hover [#34190]
- Replaced nested `dirname` with use of the php 7.0+ `$levels` parameter. No change in functionality. [#34218]
- Subscriber Button: Added pointer cursor on hover. [#34190]
- Jetpack AI: Added support for tiered plans on the usage panel. [#34195]

## 12.9-a.7 - 2023-11-20
### Enhancements
Expand Down

0 comments on commit 99e1407

Please sign in to comment.