15:38:47 GMT+0000
Makes async indexing queue more resilient to deadlocked jobs, by enhancing their processing.
Ready to get started with WordPress VIP? Contact Us
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.
15:38:47 GMT+0000
Makes async indexing queue more resilient to deadlocked jobs, by enhancing their processing.
21:53:27 GMT+0000
We’ve disabled the new VIP_PHPMailer implementation on WordPress installs older than 5.5.
20:45:34 GMT+0000
We’ve updated a code comment in VIP_Request_Block to clarify the fact that the library is meant to be used to block abusive clients at the origin and not edge locations.
20:45:29 GMT+0000
We’ve addressed an edge case that could potentially result in a fatal error in Automattic\VIP\Search::disable_apc_for_ep_enabled_requests pre_get_posts callback
20:45:23 GMT+0000
Allow VIP File System uploads as email attachments
20:44:43 GMT+0000
We’ve released a compatibility fix for PHPMailer and VIP Filesystem so that VIP Filesystem attachments are allowed to be sent with an email.
Currently, it requires define( 'USE_VIP_PHPMAILER', true ); in vip-config.php
09:08:17 GMT+0000
Improving reliability of Jetpack Connection Pilot to check if the site is connected.
09:08:14 GMT+0000
Tweaked Jetpack Connection cron jobs schedules to improve auto connection times.
13:53:54 GMT+0000
VIP_Request_Block used to block specific request uses now 403 instead of 410 http code. 410 code could lead to unintended caching.
08:31:22 GMT+0000
13:07:04 GMT+0000
Adds wp vip-search get-index-settings command. This tool enables validation of mapping file and other settings of an index.
13:07:00 GMT+0000
Rolling out Connection Pilot autoconnection to some additional sites.
12:41:11 GMT+0000
Adds a confirmation step before removing the previous index version when using automatic reindexing using versions.
12:41:06 GMT+0000
Removes legacy DB index cleanup that is no longer needed.
12:41:03 GMT+0000
We enabled Search Dev Tools on 25% of sites and all non-production sites.
12:37:21 GMT+0000
Connection Pilot is now capable of autoconnecting to Akismet.
12:37:17 GMT+0000
Fix bug for Akismet autoconnection.
12:37:13 GMT+0000
Connection Pilot is now capable of autoconnecting to VaultPress.
12:20:25 GMT+0000
Enables Connection Pilot for sites with id greater than 3600.
17:48:44 GMT+0000
Removed the $wp_admin_bar parameter from the callback since the admin_notices hook doesn’t pass any arguments.