Skip to content

VIP Platform Changelog

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.

RSS 

Showing page 20 of 64

13 February 2024

16:40:54 GMT+0000

Feature added: MIME types caching for the media library

Cache MIME types via the pre_get_available_post_mime_types() filter introduced in WordPress 6.4.

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


Functions Deprecated: wp_startswith, wp_endswith, and wp_in`

We deprecated the helper functions wp_startswith, wp_endswithandwp_inin favour of the PHP equivalentsstr_starts_with,str_ends_with, andstr_contains`

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


Please see the full release on GitHub.

09 February 2024

07:31:44 GMT+0000

  • Added ID "currentBranch" to link element on /code/repository-management
06 February 2024

15:20:10 GMT+0000

  • Added an "Important Alerts" banner to organization level and application level notification pages which will take you take a page to management destinations for important alerts.
05 February 2024

16:55:01 GMT+0000

  • This will allow customers to easily enable and disable New Relics Application Performance Monitoring from the VIP dashboard.
02 February 2024

20:03:45 GMT+0000

  • New Webhook Destinations will be created with a format that supports multiple event types — not just deployment events.
  • The Destination edit screen has a UI to support changing between "Legacy" and "Current" versions.
31 January 2024

17:33:31 GMT+0000

  • Released the page with the ability to change the Github repository branch for an environment
23 January 2024

18:14:35 GMT+0000

We’ve fixed an encoding bug so you can now use spaces in the search inputs across the VIP Dashboard and get the results you expect.

17 January 2024

18:03:10 GMT+0000

We’ve reduced the scope of our Content-Security-Policy to further improve the security of the VIP Dashboard application.

16 January 2024

17:09:38 GMT+0000

Function Updated: wpcom_vip_term_exists

Deprecate wpcom_vip_term_exists() because WP 6.0 now has caching in term_exists(). Please use core function instead.

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


Plugin Updated: Akismet

We upgraded Akismet 5.1 to 5.3

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


Plugin Updated: Enterprise Search

Fix PHP deprecation warning json_encode(): Passing null to parameter #2 and fatal undefined method ElasticPress\IndexHelper::process_error_limit().

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


Please see the full release on GitHub.

15 January 2024

15:38:00 GMT+0000

From now on an invitation will be required to access the VIP Dashboard for the first time.

10 January 2024

15:29:30 GMT+0000

Function Updated: wpcom_vip_term_exists

Deprecate wpcom_vip_term_exists() because WP 6.0 now has caching in term_exists(). Please use core function instead.

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


Plugin Updated: Akismet

We upgraded Akismet 5.1 to 5.3

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


Plugin Updated: Enterprise Search

Fix PHP deprecation warning json_encode(): Passing null to parameter #2 and fatal undefined method ElasticPress\IndexHelper::process_error_limit().

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


Removes wp_parsely_managed_options filter from Parse.ly integration

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