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

 07 October 2021

11:51: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/fix-code-style-compliance-issues-in-000-debug-directory/)

 * Fix issues found by phpcs;
 * Add phpcs:ignore where appropriate to suppress false positives or known good 
   code;
 * Fix code smells detected by `sonarlint`.

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

 07 October 2021

11:51: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/fix-code-style-compliance-issues-in-cache-directory/)

 * Fix issues found by phpcs;
 * Add phpcs:ignore where appropriate to suppress false positives or known good 
   code;
 * Fix code smells detected by `sonarlint`.

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

 07 October 2021

11:51: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/developer-tools/)

 * Remove legacy code

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

 07 October 2021

11:51: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-init-3/)

 * Fix ‘Call to undefined function wp_kses_normalize_entities()’ when a site or 
   a network cannot be found

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

 07 October 2021

11:51:04 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-init-2/)

 * replace `phpversion()` call with the `PHP_VERSION` constant.

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

 07 October 2021

11:51: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-vip-init/)

Fix phpcs errors and warnings for VIP Init

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

 05 October 2021

09:02: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/dont-use-global-declaration-on-parse-ly/)

We are implementing a safer way of loading the Parse.ly plugin.

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

 05 October 2021

09:02:09 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/conditionally-loading-init-action-on-wp-parsely/)

Improving the way the wp-parsely plugin is loaded through mu-plugins.

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

 05 October 2021

09:02: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/search-health-validate-counts-of-term-and-comment-indexables/)

Add the remaining missing indexables – `Term` and `Comment` – to the ES health validation
CLI command.

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

 05 October 2021

09:02:04 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/update-site-details-endpoint/)

We updated site details endpoint.

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

 05 October 2021

09: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/fix-parse-ly-initialization/)

Some minor checks on the Parse.ly initialization were not being called.

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

 30 September 2021

12:38: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-18/)

Internal index settings reporting tweak.

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

 30 September 2021

12:38:25 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-parsely-2-6/)

We added Parse.ly 2.6.0 as an available option.

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

 30 September 2021

12:38: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/updating-parsely-plugin-loading-hook/)

Changing how Parse.ly plugin is loaded to accommodate wp-parsely 2.6.

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

 30 September 2021

12:38: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/plugin-updated-parse-ly-2-6/)

We upgraded Parsely from 2.5 to 2.6.

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

 30 September 2021

12:38:15 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-jetpack-10-2/)

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

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

 28 September 2021

10:21: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-removed-jetpack-9-5/)

We removed Jetpack 9.5 from mu-plugins.

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

 23 September 2021

21:23:17 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/)

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.

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

 23 September 2021

20:59: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-enterprise-search-17/)

We have updated Enterprise Search Dev Tools to use the latest version of Prism.js
syntax highlighting for queries.

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

 23 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/enabling-webp-uploads/)

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.

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

---

 *  [Previous](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/21/?output_format=md)
 *  [Page 1](https://docs.wpvip.com/changelog/vip-mu-plugins-production/?output_format=md)
 *  …
 *  [Page 19](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/19/?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
 *  [Page 23](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/23/?output_format=md)
 *  [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 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/23/?output_format=md)