Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve authored and matticbot committed Oct 14, 2021
1 parent 03d0bf2 commit 71ff881
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 25 deletions.
21 changes: 6 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,7 @@ 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).

## [1.3.1-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

### Changed
- Refresh speed score if theme has changed since last score
- Update Critical CSS Generator library to latest

### Fixed
- Critical CSS: Move CSS file proxying to client-side, to catch WAF-based CDN URLs
- Make sure that the Critical CSS Nonce for dismissing recommendations is always available in the settings page

## [1.3.0-beta] - 2021-10-12
## [1.3.0-beta] - 2021-10-14
### Security
- Critical CSS: Add permissions checks to AJAX endpoints used when dismissing Critical CSS Recommendations.

Expand All @@ -27,15 +15,19 @@ This is an alpha version! The changes listed here are not final.
- Critical CSS: Added step-by-step instructions for Advanced Recommendations.
- Critical CSS: Add extra information to "fetch" errors when generating Critical CSS.
- Critical CSS: More descriptive error message if critical css is failing because of x-frame-options deny config.
- Speed Scores: Retry if a score request job is stuck for more than 15 minutes
- Speed Scores: Added "without Boost" speed score indicator.
- Speed Scores: Retry if a score request job is stuck for more than 15 minutes

### Changed
- Critical CSS: Take port numbers into account when comparing origins for proxying.
- Refresh speed score if theme has changed since last score
- Update Critical CSS Generator library to latest

### Fixed
- Critical CSS: Clear generated CSS on theme change.
- Critical CSS: Ensure generator process is resumed after module deactivated and reactivated without reload.
- Critical CSS: Move CSS file proxying to client-side, to catch WAF-based CDN URLs
- Make sure that the Critical CSS Nonce for dismissing recommendations is always available in the settings page
- Speed Scores: Clear speed score on plugin deactivation and uninstallation.

## [1.2.0] - 2021-08-12
Expand Down Expand Up @@ -108,6 +100,5 @@ This is an alpha version! The changes listed here are not final.

- First public alpha release

[1.3.1-alpha]: https://github.com/Automattic/jetpack-boost-production/compare/v1.3.0-beta...v1.3.1-alpha
[1.3.0-beta]: https://github.com/Automattic/jetpack-boost-production/compare/v1.2.0...v1.3.0-beta
[1.2.0]: https://github.com/Automattic/jetpack-boost-production/compare/v1.1.0...v1.2.0-beta
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ If you run into compatibility issues, please do let us know. You can drop us a l
1. Manage your Jetpack Boost settings

== Changelog ==
### 1.3.0-beta - 2021-10-12
### 1.3.0-beta - 2021-10-14
#### Security
- Critical CSS: Add permissions checks to AJAX endpoints used when dismissing Critical CSS Recommendations.

Expand All @@ -175,16 +175,21 @@ If you run into compatibility issues, please do let us know. You can drop us a l
- Critical CSS: Added step-by-step instructions for Advanced Recommendations.
- Critical CSS: Add extra information to "fetch" errors when generating Critical CSS.
- Critical CSS: More descriptive error message if critical css is failing because of x-frame-options deny config.
- Speed Scores: Retry if a score request job is stuck for more than 15 minutes
- Speed Scores: Added "without Boost" speed score indicator.
- Speed Scores: Retry if a score request job is stuck for more than 15 minutes

#### Changed
- Critical CSS: Take port numbers into account when comparing origins for proxying.
- Refresh speed score if theme has changed since last score
- Update Critical CSS Generator library to latest

#### Fixed
- Critical CSS: Clear generated CSS on theme change.
- Critical CSS: Ensure generator process is resumed after module deactivated and reactivated without reload.
- Critical CSS: Move CSS file proxying to client-side, to catch WAF-based CDN URLs
- Make sure that the Critical CSS Nonce for dismissing recommendations is always available in the settings page
- Speed Scores: Clear speed score on plugin deactivation and uninstallation.

--------

[See the previous changelogs here](https://github.com/Automattic/jetpack/blob/master/projects/plugins/boost/CHANGELOG.md#changelog)
16 changes: 8 additions & 8 deletions vendor/composer/jetpack_autoload_classmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,14 +318,6 @@
'version' => '1.3.11.0',
'path' => $vendorDir . '/automattic/jetpack-heartbeat/src/class-heartbeat.php'
),
'Automattic\\Jetpack\\Redirect' => array(
'version' => '1.7.2.0',
'path' => $vendorDir . '/automattic/jetpack-redirect/src/class-redirect.php'
),
'Automattic\\Jetpack\\Roles' => array(
'version' => '1.4.7.0',
'path' => $vendorDir . '/automattic/jetpack-roles/src/class-roles.php'
),
'Jetpack_Tracks_Client' => array(
'version' => '1.13.11.0',
'path' => $vendorDir . '/automattic/jetpack-tracking/legacy/class-jetpack-tracks-client.php'
Expand All @@ -338,6 +330,14 @@
'version' => '1.13.11.0',
'path' => $vendorDir . '/automattic/jetpack-tracking/src/class-tracking.php'
),
'Automattic\\Jetpack\\Redirect' => array(
'version' => '1.7.2.0',
'path' => $vendorDir . '/automattic/jetpack-redirect/src/class-redirect.php'
),
'Automattic\\Jetpack\\Roles' => array(
'version' => '1.4.7.0',
'path' => $vendorDir . '/automattic/jetpack-roles/src/class-roles.php'
),
'Automattic\\Jetpack\\A8c_Mc_Stats' => array(
'version' => '1.4.6.0',
'path' => $vendorDir . '/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php'
Expand Down

0 comments on commit 71ff881

Please sign in to comment.