You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: module-i18n.php
+2
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
_x( 'Creates WebP versions for new JPEG image uploads if supported by the server.', 'module description', 'performance-lab' ),
6
6
_x( 'Persistent Object Cache Health Check', 'module name', 'performance-lab' ),
7
7
_x( 'Adds a persistent object cache check for sites with non-trivial amounts of data in Site Health status.', 'module description', 'performance-lab' ),
Tags: performance, images, javascript, site health, measurement, object caching
@@ -21,6 +21,7 @@ Currently the plugin includes the following performance modules:
21
21
* **WebP Support:** Adds a WebP support check in Site Health status.
22
22
* **Persistent Object Cache Health Check:** Adds a persistent object cache check for sites with non-trivial amounts of data in Site Health status.
23
23
* **Audit Enqueued Assets:** Adds a CSS and JS resource check in Site Health status.
24
+
* **Audit Autoloaded Options:** Adds a check for autoloaded options in Site Health status.
24
25
25
26
== Installation ==
26
27
@@ -65,6 +66,32 @@ Contributions welcome! There are several ways to contribute:
65
66
66
67
== Changelog ==
67
68
69
+
= 1.0.0-beta.2 =
70
+
71
+
**Features**
72
+
73
+
* Images: Create additional MIME types for the full size image. ([194](https://github.com/WordPress/performance/pull/194))
74
+
* Site Health: Add module to warn about excessive amount of autoloaded options. ([124](https://github.com/WordPress/performance/pull/124))
75
+
76
+
**Enhancements**
77
+
78
+
* Images: Adds sources information to the attachment media details of the REST response. ([224](https://github.com/WordPress/performance/pull/224))
79
+
* Images: Allow developers to select which image format to use for images in the content. ([230](https://github.com/WordPress/performance/pull/230))
80
+
* Images: Allow developers to tweak which image formats to generate on upload. ([227](https://github.com/WordPress/performance/pull/227))
81
+
* Images: Replace the full size image in `the_content` with additional MIME type if available. ([195](https://github.com/WordPress/performance/pull/195))
82
+
* Object Cache: Include `memcached` extension in checks for object cache support. ([206](https://github.com/WordPress/performance/pull/206))
83
+
* Infrastructure: Add plugin banner and icon assets. ([231](https://github.com/WordPress/performance/pull/231))
84
+
* Infrastructure: Use `.gitattributes` instead of `.distignore` to better support ZIP creation. ([223](https://github.com/WordPress/performance/pull/223))
85
+
86
+
**Bug Fixes**
87
+
88
+
* Images: Use `original` image to generate all additional image format sub-sizes. ([207](https://github.com/WordPress/performance/pull/207))
89
+
* Infrastructure: Replace unreliable activation hook with default value for enabled modules. ([222](https://github.com/WordPress/performance/pull/222))
90
+
91
+
**Documentation**
92
+
93
+
* Infrastructure: Update release instructions to include proper branching strategy and protect release branches. ([221](https://github.com/WordPress/performance/pull/221))
0 commit comments