Skip to content

Commit

Permalink
Boost: Portback readme and changelog after boost 3.0.0 release (#35345)
Browse files Browse the repository at this point in the history
* Update changelog/readme

* Update changelog/readme
  • Loading branch information
dilirity authored Jan 31, 2024
1 parent fa62935 commit a47916b
Show file tree
Hide file tree
Showing 19 changed files with 18 additions and 90 deletions.
16 changes: 9 additions & 7 deletions projects/plugins/boost/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,28 @@ 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).

## [3.0.0-beta] - 2024-01-22
## [3.0.0] - 2024-01-30
### Added
- Cloud CSS: Added internal support for custom CSS Generation parametr for more reliable Cloud CSS generation. [#35129]
- Cloud CSS: Improve reliability. [#35129]
- General: Added Jetpack Sync to allow for better support. [#34825]

### Changed
- Code Modernization: Replace usage of strpos() with str_contains(), str_starts_with, and std_ends. [#34137]
- Code Modernization: Replace usage of strpos() with str_starts_with(). [#34135]
- Code Modernization: Replace usage of substr() with str_starts_with() and str_ends_with(). [#34207]
- General: Cleanup unused JS constants on Boost admin page. [#34823]
- General: Migrated Admin UI from Svlete to React, for consistency with the rest of Jetpack.
- General: Updated PHP requirement to PHP 7.0+ [#34126]
- Update cloud css regenerate button to always be visible, but disable it when generation is running.
- Update Purchase Successful page copy and layout.
- Made various PHP code improvements.

### Removed
- Removed Boost setup prompt/banner on wp-admin plugins page. [#34771]
- Removed lazy-loading module. [#35100]
- Speed Scores: Temporarily removed the score change popout.

### Fixed
- Concatenate JS: Output inline before/after scripts for handles with `src` false. [#35121]
- Critical CSS: Exclude @charset and @import statements from Critical CSS. [#34660]
- Site Health: Fixed showing critical CSS issue in site-health if module is disabled
- Speed Scores: Fix score auto-refresh

## [2.2.1] - 2023-12-21
### Fixed
Expand Down Expand Up @@ -366,7 +368,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- First public alpha release

[3.0.0-beta]: https://github.com/Automattic/jetpack-boost-production/compare/2.2.1...3.0.0-beta
[3.0.0]: https://github.com/Automattic/jetpack-boost-production/compare/2.2.1...3.0.0
[2.2.1]: https://github.com/Automattic/jetpack-boost-production/compare/2.2.0...2.2.1
[2.2.0]: https://github.com/Automattic/jetpack-boost-production/compare/2.1.1...2.2.0
[2.1.1]: https://github.com/Automattic/jetpack-boost-production/compare/2.0.2...2.1.1
Expand Down

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.

5 changes: 0 additions & 5 deletions projects/plugins/boost/changelog/fix-image-guide-style

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/boost/changelog/fix-performance-history

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/boost/changelog/fix-score-refresh

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/boost/changelog/fix-site-health

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/boost/changelog/fix-ui-issues

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/boost/changelog/remove-popout

This file was deleted.

This file was deleted.

16 changes: 9 additions & 7 deletions projects/plugins/boost/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: performance, speed, pagespeed, web vitals, critical css, optimize, defer
Requires at least: 5.5
Tested up to: 6.4
Requires PHP: 7.0
Stable tag: 2.2.1
Stable tag: 3.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -180,26 +180,28 @@ If you run into compatibility issues, please do let us know. You can drop us a l
2. Jetpack Boost Speed Improvement

== Changelog ==
### 3.0.0-beta - 2024-01-22
### 3.0.0 - 2024-01-30
#### Added
- Cloud CSS: Added internal support for custom CSS Generation parametr for more reliable Cloud CSS generation.
- Cloud CSS: Improve reliability.
- General: Added Jetpack Sync to allow for better support.

#### Changed
- Code Modernization: Replace usage of strpos() with str_contains(), str_starts_with, and std_ends.
- Code Modernization: Replace usage of strpos() with str_starts_with().
- Code Modernization: Replace usage of substr() with str_starts_with() and str_ends_with().
- General: Cleanup unused JS constants on Boost admin page.
- General: Migrated Admin UI from Svlete to React, for consistency with the rest of Jetpack.
- General: Updated PHP requirement to PHP 7.0+
- Update cloud css regenerate button to always be visible, but disable it when generation is running.
- Update Purchase Successful page copy and layout.
- Made various PHP code improvements.

#### Removed
- Removed Boost setup prompt/banner on wp-admin plugins page.
- Removed lazy-loading module.
- Speed Scores: Temporarily removed the score change popout.

#### Fixed
- Concatenate JS: Output inline before/after scripts for handles with `src` false.
- Critical CSS: Exclude @charset and @import statements from Critical CSS.
- Site Health: Fixed showing critical CSS issue in site-health if module is disabled
- Speed Scores: Fix score auto-refresh

--------

Expand Down

0 comments on commit a47916b

Please sign in to comment.