12:38:29 GMT+0000
Internal index settings reporting tweak.
Ready to get started with WordPress VIP? Contact Us
The release window for VIP MU plugins is currently Tuesdays between 08:00 and 22:00 UTC (09:00 and 23:00 UTC when Daylight Saving Time is in effect in North America). VIP MU plugins is open source and development can be followed in the VIP MU plugins GitHub repository.
12:38:29 GMT+0000
Internal index settings reporting tweak.
12:38:25 GMT+0000
We added Parse.ly 2.6.0 as an available option.
12:38:22 GMT+0000
Changing how Parse.ly plugin is loaded to accommodate wp-parsely 2.6.
12:38:19 GMT+0000
We upgraded Parsely from 2.5 to 2.6.
12:38:15 GMT+0000
We have added a jetpack 10.2-beta. If you want to try this beta, you need to pin your site to use Jetpack 10.2 by adding this line to your vip-config.php:
define( 'VIP_JETPACK_PINNED_VERSION', '10.2' );
10:21:03 GMT+0000
We removed Jetpack 9.5 from mu-plugins.
21:23:17 GMT+0000
When running the plugin without UI, default to meta_type: repeated_metas (instead of json_ld).
This will result in printing the metadata in conventionally-named <meta /> HTML tags instead of a structured schema inside a <script type="json+ld" /> tag.
20:59:06 GMT+0000
We have updated Enterprise Search Dev Tools to use the latest version of Prism.js syntax highlighting for queries.
15:17:29 GMT+0000
We have enabled WebP uploads in WordPress Dashboard.
All WebP files would be automatically converted in JPEG for clients not supporting WebP.
jpeg and png files will continue to be converted to and served as webp files to clients that request them.
22:22:28 GMT+0000
We added a filter to check if the current user can purge the cache.
vip_cache_manager_can_purge_cache returns a boolean whether current user should be able to see Flush Cache button. Defaults to current_user_can( 'manage_options' ).
// Allow editors and up to be able to purge a page from cache
add_filter( 'vip_cache_manager_can_purge_cache', function( $can_purge, $user ) {
return current_user_can( 'edit_others_posts' );
}, 10, 2 );
09:29:19 GMT+0000
Removed legacy code that caused sites with WooCommerce to show the wrong count for total comments in the WordPress Dashboard.
09:29:16 GMT+0000
Updating Parse.ly to the latest minor patch.
09:29:14 GMT+0000
Changed the images that we use to run our CI pipelines.
09:28:22 GMT+0000
Updating Parse.ly to the latest minor patch.
09:28:18 GMT+0000
Increase compatibility with WooCommerce’s logging system.
09:28:14 GMT+0000
We’ve applied a hotfix to address a potential fatal error when running wp vip-search health validate-counts commands for Term and Comment indexables.
09:28:11 GMT+0000
This change makes sure a term deletion is correctly propagated to ElasticSearch if the terms feature is enabled.
08:50:45 GMT+0000
Fixing an issue with Gutenberg block styles.
08:50:41 GMT+0000
Fix phpcs errors and warnings for admin-notice plugin
08:50:38 GMT+0000
Fix a fatal error caused by the name resolution rules.