Title: Changelog: VIP MU plugins [Production] · Page 11 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 11 of 40

 03 May 2022

16:32: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/add-wp-parsely-3-3-0/)

We added wp-parsely 3.3.0 plugin as a (non-default) option to sites.

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

 03 May 2022

16:18: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/plugin-updated-jetpack-10-9/)

We upgraded to Jetpack 10.9 from 10.9-beta2

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

 03 May 2022

15:52:21 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-64/)

Introduces ep_integrate_search_queries filter.

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

 29 April 2022

20:27: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/plugin-updated-enterprise-search-63/)

Expose Search UI to wp-admin.

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

 28 April 2022

21:02: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/mu-plugins-release-v20220428-0/)

 * [Plugin Updated: Debug Bar Cron](https://wpvipchangelog.wordpress.com/2022/04/28/plugin-updated-debug-bar-cron/)
 * [Plugin Updated: VIP Filesystem](https://wpvipchangelog.wordpress.com/2022/04/27/plugin-updated-vip-filesystem-3/)
 * [Plugin Updated: Enterprise Search](https://wpvipchangelog.wordpress.com/2022/04/27/plugin-updated-enterprise-search-62/)
 * [Handle file read errors in the stream wrapper](https://wpvipchangelog.wordpress.com/2022/04/27/handle-file-read-errors-in-the-stream-wrapper/)
 * [Plugin Updated: Jetpack 10.9-beta](https://wpvipchangelog.wordpress.com/2022/04/27/plugin-updated-jetpack-10-9-beta/)

 28 April 2022

10:21:06 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-debug-bar-cron/)

Ensure compatibility with PHP 8.0

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

 27 April 2022

10:53:07 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-vip-filesystem-3/)

Fix compatibility issues with PHP 8.x.

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

 27 April 2022

09:03:35 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-62/)

`wp vip-search index-versions list post` now shows the number of documents in each
index version. This makes it easier to see if it is safe to switch to a new version.

    ```
    $ wp vip-search index-versions list post
    +--------+--------+--------------+----------------+----------------+
    | number | active | created_time | activated_time | document_count |
    +--------+--------+--------------+----------------+----------------+
    | 1      | 1      |              |                | 2              |
    | 2      |        | 1650979622   |                | 0              |
    +--------+--------+--------------+----------------+----------------+
    ```

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

 27 April 2022

08:43: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/handle-file-read-errors-in-the-stream-wrapper/)

Fixed an issue where `copy()` calls returned `true` for non-existing files.

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

 27 April 2022

00:25:35 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-9-beta/)

Jetpack 10.9-beta has been added to mu-plugins. [Users can pin at Jetpack 10.9](https://docs.wpvip.com/how-tos/test-jetpack-on-vip-go/#h-pinning-to-a-version).

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

 26 April 2022

16:04: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/plugin-added-codebase-manager/)

Shows available plugin update notices in the admin.

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

 26 April 2022

15:23:20 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-vip-jetpack-customizations/)

Enable Jetpack staging mode on non-production environments while maintenance mode
is active (targeting data syncs).

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

 21 April 2022

00:00: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-enterprise-search-61/)

Disable delete-index command and recommend to use index versioning instead.

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

 20 April 2022

20:14: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-enterprise-search-60/)

Increase cache expiration in get_elasticsearch_info().

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

 20 April 2022

17:24:39 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-59/)

Add fallback to default Elasticsearch version to prevent deprecated types being 
requested.

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

 19 April 2022

18:42: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/disable-renovate-bot/)

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

 12 April 2022

16:03:06 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-search-dev-tools-8/)

Updated preact from 10.6.6 to 10.7.1

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

 11 April 2022

14:51: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-vip-helpers-3/)

Bug fix: `wpcom_vip_override_role_caps()` now persists the capabilities to the database.

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

 07 April 2022

16:36:24 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-8-3/)

We upgraded the default Jetpack version from 10.7 to Jetpack 10.8.

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

 05 April 2022

21:54:02 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/mu-plugins-release-v20220405-0/)

 * [Plugin Updated: Jetpack 10.8](https://wpvipchangelog.wordpress.com/?p=2246)
 * [Plugin Updated: Enterprise Search](https://wpvipchangelog.wordpress.com/?p=2245)
 * [Plugin Updated: Jetpack 10.8](https://wpvipchangelog.wordpress.com/2022/04/01/plugin-updated-jetpack-10-8/)
 * [wp-parsely default version to 3.2](https://wpvipchangelog.wordpress.com/?p=2241)
 * [Plugin Updated: Parse.ly 3.2.1](https://wpvipchangelog.wordpress.com/?p=2240)

---

 *  [Previous](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/10/?output_format=md)
 *  [Page 1](https://docs.wpvip.com/changelog/vip-mu-plugins-production/?output_format=md)
 *  …
 *  [Page 8](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/8/?output_format=md)
 *  [Page 9](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/9/?output_format=md)
 *  [Page 10](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/10/?output_format=md)
 *  Page 11
 *  [Page 12](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/12/?output_format=md)
 *  [Page 13](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/13/?output_format=md)
 *  [Page 14](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/14/?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/12/?output_format=md)