Skip to content

Changelog: VIP MU plugins [Staging]

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).  Changes made and deployed to the VIP MU plugins Staging branch are labeled [Status] Deployed to staging and visible in a filtered VIP MU plugins pull request view.

By default, the staging branch of VIP MU plugins is deployed to one non-production environment for all applications. This allows customers to test changes before they are released to production environments. This also provides time for the VIP Team to observe errors and test for bugs across a wider variety of applications.

RSS 

Showing page 5 of 9

09 July 2024

20:17:41 GMT+0000

Changed

  • Use ID over object in current_user_can()

https://github.com/Automattic/vip-go-mu-plugins/pull/5695


Fixed

  • Filesystem: Fix indicated upload size limit to be actual value of 2GB

https://github.com/Automattic/vip-go-mu-plugins/pull/5696


Update wp-parsely submodule to version 3.16.0

We updated the wp-parsely submodule (used for local development environments) to version 3.16.0

https://github.com/Automattic/vip-go-mu-plugins/pull/5697

15 May 2024

00:29:42 GMT+0000

Changed


Added


Fixed


Removed

  • Remove jetpack-force-2fa plugin from shared-plugins folder, as it is included now in SSO module for Jetpack 12.7+. Use add_filter( 'jetpack_force_2fa', '__return_true' ); to enable.

https://github.com/Automattic/vip-go-mu-plugins/pull/5582

16 April 2024

21:07:43 GMT+0000

Plugin Updated: Enterprise Search

Do not attempt to re-build a new index if there isn’t one that exists and clean-up the existing locks.

https://github.com/Automattic/vip-go-mu-plugins/pull/5450


Plugin Updated: Jetpack 13.3.1

We upgraded Jetpack 13.2 to 13.3.

https://github.com/Automattic/vip-go-mu-plugins/pull/5453


Plugin Updated: VIP Mail

As per the timeline, we’ve removed the fallback mechanism that allowed bounced emails sent from domains that were not mapped to VIP sites, to be retried using the default email address.

https://github.com/Automattic/vip-go-mu-plugins/pull/5412

09 April 2024

13:45:41 GMT+0000

Plugin Updated: Block Data API

We upgraded the Block Data API integration to version 1.2.1, which supports WordPress 6.5 rich-text attribute parsing.

https://github.com/Automattic/vip-go-mu-plugins/pull/5409


Plugin Updated: Options API


Function Deprecated: wpcom_vip_get_page_by_title

Deprecate wpcom_vip_get_page_by_title() because WP 6.2 deprecates get_page_by_title. Please use WP_Query instead.

https://github.com/Automattic/vip-go-mu-plugins/pull/5343


Update wp-parsely submodule to version 3.14.3

We updated the wp-parsely submodule (used for local development environments) to version 3.14.3.

https://github.com/Automattic/vip-go-mu-plugins/pull/5408


Plugin Updated: VIP Jetpack

Introduce new Attendant class for managing the Jetpack connection’s primary user.

https://github.com/Automattic/vip-go-mu-plugins/pull/5318

26 March 2024

15:43:08 GMT+0000

Update default upload size limit

We updated the default upload_size_limit from 1 GB to 5 GB.

https://github.com/Automattic/vip-go-mu-plugins/pull/5382


Plugin Updated: Enterprise Search

Fixes wp vip-search health validate-users-count getting killed for large user dataset.

https://github.com/Automattic/vip-go-mu-plugins/pull/5363


Bugfix: prevent PHP warnings when composing $request_url_for_logging in Search class.

Ensure that variables referenced are actually defined when building the $request_url_for_logging for logging.

https://github.com/Automattic/vip-go-mu-plugins/pull/5391

19 March 2024

22:23:15 GMT+0000

Plugin Updated: Jetpack 13.2

We upgraded Jetpack to 13.2

https://github.com/Automattic/vip-go-mu-plugins/pull/5326


Prevent saving unnecessary Jetpack post_by_email_address* DB options

cleaner_jp_pbe_options uses pre_update_option_post_by_email_address* (where is the current user ID) to prevent creation of unused NULL `post_by_email_address` options (by returning the old_value in place of NULL, which in this case is no option at all).

https://github.com/Automattic/vip-go-mu-plugins/pull/5311


Removed extraneous text from vipsupport command description

When running wp help vipsupport, an out-of-place text would appear after the command description: Class command.

https://github.com/Automattic/vip-go-mu-plugins/pull/5335


Plugin Updated: Akismet to 5.3.1

We upgraded Akismet 5.3 to Akismet 5.3.1.

This version contains the following changes:

  • Make the plugin more resilient when asset files are missing (as seen in WordPress Playground).
  • Add a link to the ‘Account overview’ page on akismet.com.
  • Fix a minor error that occurs when another plugin removes all comment actions from the dashboard.
  • Add the akismet_request_args filter to allow request args in Akismet API requests to be filtered.
  • Fix a bug that causes some contact forms to include unnecessary data in the comment_content parameter.

https://github.com/Automattic/vip-go-mu-plugins/pull/5321


Add support for the new Font Library in WP 6.5

WordPress 6.5 introduces the Font Library, which allows you to upload and manage your own font files from the site editor. We have used the new font_dir filter to set the font upload directory to wp-content/uploads/fonts to support this feature in the VIP Filesystem.

https://github.com/Automattic/vip-go-mu-plugins/pull/5265


Update wp-parsely submodule to version 3.14.2

We updated the wp-parsely submodule (used for local development environments) to version 3.14.2.

https://github.com/Automattic/vip-go-mu-plugins/pull/5346