Production release – 2023/07/25
20:15:16 GMT+0000
Plugin Updated: VIP File Service
Use Image_CDN instead of the deprecated Jetpack_Photon for Jetpack 12.2+
https://github.com/Automattic/vip-go-mu-plugins/pull/4678
Disable “WP-Content Writable” test from Health Checks
WordPress 6.3 adds the ability for failed plugin and theme updates to be automatically rolled back. The feature requires a temp directory in wp-content/ to function.
As part of this feature, a new Health Check is added to ensure that the WordPress content directory is found and writable. On WPVIP updates are managed via GitHub and wp-content is read-only so this check will always fail with a critical error stating “Unable to Locate WordPress Content Directory”.
This change removes the update_temp_backup_writable check from the Health Checks page by default to avoid the confusing, and non-applicable critical health check warning.
https://github.com/Automattic/vip-go-mu-plugins/pull/4694
Disable “Available disk space” check added in WordPress 6.3
WordPress 6.3 adds a “Available disk space” check in the site health section. The check assumes self-managed and writeable filesystem. This check was disabled because it is not relevant on the WordPress VIP Platform and gives a bogus result.
https://github.com/Automattic/vip-go-mu-plugins/pull/4697
Please see the full release on GitHub.