Skip to content

Commit ae290fb

Browse files
author
Felix Arntz
committed
Update readme with 1.1.0 changelog.
1 parent 04a1e5d commit ae290fb

1 file changed

Lines changed: 22 additions & 2 deletions

File tree

readme.txt

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ The Performance Lab plugin is a collection of modules focused on enhancing perfo
1818
Currently the plugin includes the following performance modules:
1919

2020
* **WebP Uploads:** Creates WebP versions for new JPEG image uploads if supported by the server.
21-
* **Persistent Object Cache Health Check:** Adds a persistent object cache check for sites with non-trivial amounts of data in Site Health status.
21+
* **WebP Support:** Adds a WebP support check in Site Health status.
2222
* **Audit Autoloaded Options:** Adds a check for autoloaded options in Site Health status.
2323
* **Audit Enqueued Assets:** Adds a CSS and JS resource check in Site Health status.
24-
* **WebP Support:** Adds a WebP support check in Site Health status.
24+
* **Persistent Object Cache Health Check:** Adds a persistent object cache check for sites with non-trivial amounts of data in Site Health status.
2525

2626
== Installation ==
2727

@@ -66,6 +66,26 @@ Contributions welcome! There are several ways to contribute:
6666

6767
== Changelog ==
6868

69+
= 1.1.0 =
70+
71+
**Features**
72+
73+
* Infrastructure: Add Performance Lab generator meta tag to `wp_head` output. ([322](https://github.com/WordPress/performance/pull/322))
74+
75+
**Enhancements**
76+
77+
* Images: Introduce filter `webp_uploads_pre_generate_additional_image_source` to short-circuit generating additional image sources on upload. ([318](https://github.com/WordPress/performance/pull/318))
78+
* Images: Introduce filter `webp_uploads_pre_replace_additional_image_source` to short-circuit replacing additional image sources in frontend content. ([319](https://github.com/WordPress/performance/pull/319))
79+
* Images: Refine logic to select smaller image file in the frontend based on `webp_uploads_prefer_smaller_image_file` filter. ([302](https://github.com/WordPress/performance/pull/302))
80+
* Images: Replace the featured image with WebP version when available. ([316](https://github.com/WordPress/performance/pull/316))
81+
* Site Health: Update Site Health Autoloaded options documentation link. ([313](https://github.com/WordPress/performance/pull/313))
82+
* Infrastructure: Avoid unnecessarily early escape of Site Health check labels. ([332](https://github.com/WordPress/performance/pull/332))
83+
84+
**Bug Fixes**
85+
86+
* Object Cache: Correct label for persistent object cache Site Health check. ([329](https://github.com/WordPress/performance/pull/329))
87+
* Images: Only update the specified target images when an image is edited. ([301](https://github.com/WordPress/performance/pull/301))
88+
6989
= 1.0.0 =
7090

7191
**Features**

0 commit comments

Comments
 (0)