00:37:35 GMT+0000
Changelog: VIP MU plugins [Production]
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). VIP MU plugins is open source and development can be followed in the VIP MU plugins GitHub repository.
09:35:58 GMT+0000
We added Parse.ly 3.0 plugin as a (non-default) option to sites.
09:35:55 GMT+0000
use_ambiguous_login_error() is now more tolerant to broken user code.
09:35:51 GMT+0000
The Akismet plugin, in Must-Use plugins, may now be disabled by adding the “VIP_AKISMET_SKIP_LOAD” constant, and setting the value to “true”.
09:35:47 GMT+0000
Jetpack 10.4 has been added to Must-Use plugins. It can be pinned by adding or updating the following line in vip-config.php:
define( 'VIP_JETPACK_PINNED_VERSION', '10.4');
19:50:39 GMT+0000
The first step towards moving excluded protected taxonomies from post queries.
After this and follow-up change will be done, we will be able to enable the ability to change the list of excluded taxonomies instead of the current hard-coded solution.
19:50:28 GMT+0000
Bump preact from 10.5.15 to 10.6.2.
19:50:00 GMT+0000
Fix incompatibilities with PHP 8.1
Plugin Updated: VIP Search
Fix incompatibilities with PHP 8.1
Plugin Updated: VIP Helpers
Fix incompatibilities with PHP 8.1
19:49:22 GMT+0000
Pulling the latest version of wp-parsely.
01:34:58 GMT+0000
- Cache index_exists requests into an option
- Remove healthcheck job for counts
- Fix bug where
get_last_post_id()doesn’t account for extra ID in ES index
21:04:06 GMT+0000
Use the production build in the production environment.
21:03:40 GMT+0000
Lower the max backoff time for connection attempts, and unregister the cron job when it’s not needed.
21:03:07 GMT+0000
Updates wp vip-search validate-contents to correctly delete posts that are extra in ElasticSearch index.
21:02:49 GMT+0000
Pull in latest version with changes for fixing broken JSON from duplicate term values and removing wpcom-vip adapter
16:41:12 GMT+0000
We’ve implemented minor improvements that will help minimize potential race conditions on the job scheduling.
12:55:30 GMT+0000
Getting rid of some custom code regarding Akismet messaging.
12:55:26 GMT+0000
12:55:22 GMT+0000
- Bug fix:
get_error_message()called onExceptionobject instead ofgetMessage() - Bug fix: when
get_error_message()was called on a uninitialized variable in wp-cli commands
12:55:18 GMT+0000
Fix PHP warning in Health::diff_document_and_prepared_document()
12:55:15 GMT+0000
Do not load Jetpack customizations in case a main Jetpack file was not included properly.