Skip to content

Commit

Permalink
Merge pull request #722 from WordPress/publish/2.3.0
Browse files Browse the repository at this point in the history
Prepare 2.3.0 release
  • Loading branch information
joemcgill authored May 15, 2023
2 parents 482b5cb + e93da20 commit ed962b3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion load.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Performance plugin from the WordPress Performance Team, which is a collection of standalone performance modules.
* Requires at least: 6.1
* Requires PHP: 5.6
* Version: 2.2.0
* Version: 2.3.0
* Author: WordPress Performance Team
* Author URI: https://make.wordpress.org/performance/
* License: GPLv2 or later
Expand Down
2 changes: 1 addition & 1 deletion modules/images/dominant-color-images/hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ function dominant_color_add_inline_style() {
*
* See {@see 'wp_head'}.
*
* @since n.e.x.t
* @since 2.3.0
*/
function dominant_color_render_generator() {
if (
Expand Down
2 changes: 1 addition & 1 deletion modules/images/fetchpriority/hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function fetchpriority_filter_post_thumbnail_html( $html ) {
*
* See {@see 'wp_head'}.
*
* @since n.e.x.t
* @since 2.3.0
*/
function fetchpriority_render_generator() {
if (
Expand Down
14 changes: 13 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributors: wordpressdotorg
Requires at least: 6.1
Tested up to: 6.2
Requires PHP: 5.6
Stable tag: 2.2.0
Stable tag: 2.3.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: performance, images, javascript, site health, measurement, object caching
Expand Down Expand Up @@ -81,6 +81,18 @@ By default, the WebP Uploads module will only generate WebP versions of the imag

== Changelog ==

= 2.3.0 =

**Enhancements**

* Images: Configure `Dominant Color` and `Fetchpriority` modules for their standalone plugins. ([704](https://github.com/WordPress/performance/pull/704))
* Infrastructure: Temporarily remove Dominant Color Images from standalone `plugins.json` definition. ([719](https://github.com/WordPress/performance/pull/719))
* Infrastructure: Use dynamic version from `plugins.json` for manual workflow. ([710](https://github.com/WordPress/performance/pull/710))

**Bug Fixes**

* Images: Add dominant color styling before any existing inline style attributes. ([716](https://github.com/WordPress/performance/pull/716))

= 2.2.0 =

**Enhancements**
Expand Down

0 comments on commit ed962b3

Please sign in to comment.