20:59:06 GMT+0000
We have updated Enterprise Search Dev Tools to use the latest version of Prism.js syntax highlighting for queries.
Ready to get started with WordPress VIP? Contact Us
The VIP Platform Changelog includes updates made to the functionality and behavior of the platform's tooling (i.e. VIP Dashboard, VIP-CLI), VIP MU plugins, VIP File System, caching layers, and other underlying architecture and software.
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.
08:50:34 GMT+0000
We’ve removed logging from Queue Sweeper when the queue is empty.
08:50:30 GMT+0000
We hide a Jetpack Search-related page if Enterprise Search is enabled.
08:50:26 GMT+0000
Resolved issue with blank transaction names showing in New Relic, specifically when WooCommerce was active.
16:20:08 GMT+0000
We’ve addressed an issue where emojis and other multibyte characters can be corrupted when using wpdb::query instead of wpdb::insert and wpdb::update to insert/update records.
08:40:58 GMT+0000
We’ve fixed an issue related to the installed certificate not showing up against a domain in some cases.
19:01:11 GMT+0000
Users with access to the Organization Usage page will now see all their applications listed, making stats more accurate.
17:32:44 GMT+0000
We are making Jetpack 10.1 the new default version.