19:30:29 GMT+0000
Improve internal index count monitoring job to skip non-initialized indexes.
Ready to get started with WordPress VIP? Contact us
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.
19:30:29 GMT+0000
Improve internal index count monitoring job to skip non-initialized indexes.
14:35:54 GMT+0000
We’ve added a CI job that will publish changelog posts whenever new features and fixes are merged into the VIP Dashboard. You can now expect more posts like this soon.
14:12:40 GMT+0000
We upgraded Jetpack 9.7 to the final release. This only impacts sites with pinned version to 9.7.
14:12:34 GMT+0000
Internal dependency updates.
14:12:27 GMT+0000
Added test cases to test mu-plugins when Jetpack is disabled.
14:12:17 GMT+0000
Adds more information into the healthcheck failure log.
21:08:53 GMT+0000
15:31:44 GMT+0000
Updates automated cron task that runs once a week and validates all the post contents by comparing data in database against the documents in elasticsearch. It will automatically fix any issues it finds. This change increases the amount of sites running this cron to 100% from 50%.
15:31:39 GMT+0000
Bumping the password admin password change verification to 25% of the sites.
15:31:35 GMT+0000
Removing the prompt asking the user to register VaultPress when launching a site without a connection to VaultPress.
15:31:30 GMT+0000
Preventing the navigation to the VaultPress page if it is not installed.
15:31:25 GMT+0000
This change enables separate configuration for both types of health validations. While content validations run only on production environments and can be disabled by implementing a filter. Settings validation will run on all environments and can not be disabled.
15:31:20 GMT+0000
Preventing the navigation to the Akismet page if it is not installed.
15:31:15 GMT+0000
Adding Jetpack Connect Notice to wp-admin sidebar when Jetpack is not connected.
11:18:07 GMT+0000
We have updated the subtree for Jetpack 9.7, containing version 9.7-beta2. If you want to try this beta, you can follow the testing guidelines.
As usual, you need to pin your site to use Jetpack 9.7 by adding this line to your vip-config.php:
define( 'VIP_JETPACK_PINNED_VERSION', '9.7' );
21:05:16 GMT+0000
20:42:15 GMT+0000
Updates on underlying dependencies of VIP Dashboard to address potential security issues.
20:42:10 GMT+0000
Due to recent code introduced in Jetpack 9.7, which is only to be executed on PHP <=7.2 or PHP >=8.0, some linting jobs are failing when deploying mu-plugins. This PR removes them from the deploy so the process can be completed.
20:42:01 GMT+0000
We have added a new subtree for Jetpack 9.7, initially containing version 9.7-beta. If you want to try this beta, you can follow the testing guidelines.
As usual, you need to pin your site to use Jetpack 9.7 by adding this line to your vip-config.php:
define( 'VIP_JETPACK_PINNED_VERSION', '9.7' );
20:41:40 GMT+0000
2/2. Adding vip-dashboard code from submodule as code directly in the vip-go-mu-plugins repository.