Title: Changelog: VIP MU plugins [Production] · Page 23 of 40 · WordPress VIP Documentation

---

 1. [Changelog](https://docs.wpvip.com/changelog/)
 2. VIP MU plugins [Production]

#  Changelog: VIP MU plugins [Production]

The release window for [VIP MU plugins](https://docs.wpvip.com/vip-go-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](https://github.com/Automattic/vip-go-mu-plugins/).

 [ RSS  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/feed/)

 Search

Showing page 23 of 40

 22 September 2021

22:22:28 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/plugin-updated-cache-manager/)

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')`.

    ```php
    // 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 );
    ```

[https://github.com/Automattic/vip-go-mu-plugins/pull/2427](https://github.com/Automattic/vip-go-mu-plugins/pull/2427)

 21 September 2021

09:29:19 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/fixed-comment-counts-on-dashboard/)

Removed legacy code that caused sites with WooCommerce to show the wrong count for
total comments in the WordPress Dashboard.

[https://github.com/Automattic/vip-go-mu-plugins/pull/2426](https://github.com/Automattic/vip-go-mu-plugins/pull/2426)

 21 September 2021

09:29:16 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/plugin-updated-parse-ly-2-5-2/)

Updating Parse.ly to the latest minor patch.

[https://github.com/Automattic/vip-go-mu-plugins/pull/2432](https://github.com/Automattic/vip-go-mu-plugins/pull/2432)

 21 September 2021

09:29:14 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/using-next-gen-circleci-images/)

Changed the images that we use to run our CI pipelines.

[https://github.com/Automattic/vip-go-mu-plugins/pull/2423](https://github.com/Automattic/vip-go-mu-plugins/pull/2423)

 16 September 2021

09:28:22 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/plugin-updated-parse-ly-2-5-1/)

Updating Parse.ly to the latest minor patch.

[https://github.com/Automattic/vip-go-mu-plugins/pull/2425](https://github.com/Automattic/vip-go-mu-plugins/pull/2425)

 16 September 2021

09:28:18 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/woocommerce-compatibility-logging/)

Increase compatibility with WooCommerce’s logging system.

 * Add a module for WooCommerce-specific logic.
 * Use the DB Logger by default, w/ some safeguards in place.

[https://github.com/Automattic/vip-go-mu-plugins/pull/2049](https://github.com/Automattic/vip-go-mu-plugins/pull/2049)

 16 September 2021

09:28:14 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/plugin-updated-enterprise-search-16/)

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.

[https://github.com/Automattic/vip-go-mu-plugins/pull/2424](https://github.com/Automattic/vip-go-mu-plugins/pull/2424)

 16 September 2021

09:28:11 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/plugin-updated-enterprise-search-15/)

This change makes sure a term deletion is correctly propagated to ElasticSearch 
if the terms feature is enabled.

[https://github.com/Automattic/vip-go-mu-plugins/pull/2431](https://github.com/Automattic/vip-go-mu-plugins/pull/2431)

 16 September 2021

08:50:45 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/plugin-updated-http-concat-2/)

Fixing an issue with Gutenberg block styles.

[https://github.com/Automattic/vip-go-mu-plugins/pull/2407](https://github.com/Automattic/vip-go-mu-plugins/pull/2407)

 16 September 2021

08:50:41 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/code-style/)

Fix phpcs errors and warnings for admin-notice plugin

[https://github.com/Automattic/vip-go-mu-plugins/pull/2414](https://github.com/Automattic/vip-go-mu-plugins/pull/2414)

 16 September 2021

08:50:38 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/vip-init-plugin-bug-fix/)

Fix a fatal error caused by the name resolution rules.

[https://github.com/Automattic/vip-go-mu-plugins/pull/2416](https://github.com/Automattic/vip-go-mu-plugins/pull/2416)

 16 September 2021

08:50:34 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/plugin-updated-enterprise-search-14/)

We’ve removed logging from Queue Sweeper when the queue is empty.

[https://github.com/Automattic/vip-go-mu-plugins/pull/2417](https://github.com/Automattic/vip-go-mu-plugins/pull/2417)

 16 September 2021

08:50:30 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/remove-jetpack-search-menu-if-enterprise-search-is-enabled/)

We hide a Jetpack Search-related page if Enterprise Search is enabled.

[https://github.com/Automattic/vip-go-mu-plugins/pull/2418](https://github.com/Automattic/vip-go-mu-plugins/pull/2418)

 16 September 2021

08:50:26 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/new-relic-fix-transaction-naming-problems/)

Resolved issue with blank transaction names showing in New Relic, specifically when
WooCommerce was active.

[https://github.com/Automattic/vip-go-mu-plugins/pull/2419](https://github.com/Automattic/vip-go-mu-plugins/pull/2419)

 14 September 2021

16:20:08 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/plugin-updated-hyperdb/)

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.

 09 September 2021

17:32:44 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/plugin-updated-jetpack-10-1-2/)

We are making Jetpack 10.1 the new default version.

[https://github.com/Automattic/vip-go-mu-plugins/pull/2410](https://github.com/Automattic/vip-go-mu-plugins/pull/2410)

 08 September 2021

16:24:03 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/adding-additional-checks-on-correct-jetpack-connection/)

Improving Jetpack Connection Pilot checks for an active connection.

[https://github.com/Automattic/vip-go-mu-plugins/pull/2411](https://github.com/Automattic/vip-go-mu-plugins/pull/2411)

 08 September 2021

16:24:01 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/plugin-updated-jetpack-10-1/)

Added release version of Jetpack 10.1

[https://github.com/Automattic/vip-go-mu-plugins/pull/2408](https://github.com/Automattic/vip-go-mu-plugins/pull/2408)

 07 September 2021

16:37:53 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/plugin-updated-two-factor-2/)

Fetching the lastest version of two-factor from master.

[https://github.com/Automattic/vip-go-mu-plugins/pull/2404](https://github.com/Automattic/vip-go-mu-plugins/pull/2404)

 07 September 2021

15:17:29 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/plugin-updated-enterprise-search-13/)

This change aims to silent false-positive warnings originating from meta fields 
indexed that contain non-date values.

[https://github.com/Automattic/vip-go-mu-plugins/pull/2396](https://github.com/Automattic/vip-go-mu-plugins/pull/2396)

---

 *  [Previous](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/22/?output_format=md)
 *  [Page 1](https://docs.wpvip.com/changelog/vip-mu-plugins-production/?output_format=md)
 *  …
 *  [Page 20](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/20/?output_format=md)
 *  [Page 21](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/21/?output_format=md)
 *  [Page 22](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/22/?output_format=md)
 *  Page 23
 *  [Page 24](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/24/?output_format=md)
 *  [Page 25](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/25/?output_format=md)
 *  [Page 26](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/26/?output_format=md)
 *  …
 *  [Page 40](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/40/?output_format=md)
 *  [Next](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/24/?output_format=md)