Skip to content

Releases: Automattic/vip-go-mu-plugins

v1.19.0

04 Mar 15:59
96a6b94
Compare
Choose a tag to compare
  • Update Jetpack 9.5 to version 9.5.1 #2011
  • Set Jetpack 9.5 as the default version for all VIP sites #2010
  • Fix incorrect limit return for wpcom_vip_top_posts_array #1998

v1.18.0

02 Mar 18:08
cce2f01
Compare
Choose a tag to compare
  • Refresh Jetpack Connection Pilot #2001
  • Search: Add result compression #2004
  • Update Jetpack 9.5 to the final release #2008

v1.17.0

25 Feb 20:14
1c823c1
Compare
Choose a tag to compare

Updates

  • Jetpack Connection Pilot refresh
  • Enable Jetpack Connection Pilot on non-production sites.

v1.16.0

24 Feb 19:10
de73193
Compare
Choose a tag to compare

Adds

  • Jetpack 9.5 for testing and deployment

v1.15.0

23 Feb 11:40
308f52d
Compare
Choose a tag to compare
  • Show notice if a non-prod site may be indexable #1597
  • Fix the potential race condition with notoptions #1978
  • Add alerting to gutenberg-ramp plugin #1986
  • Adds argument validations #1989
  • Switch VIP_Request_Block::block_and_log() to public visibility #1993
  • Move requests variable definition higher in A8C_Files::purge_file_cache to prevent returning undefined variable #1994
  • Move WP_EP_DEBUG defining and EP debug bar panel loading to before dependencies are loaded #1995
  • Wrap blog public notices use of VIP_GO_APP_ENVIRONMENT in a defined check #1996
  • Update/phpcs class vip filesystem #1997
  • Update async publish actions #1999

v1.14.0

18 Feb 10:11
0384348
Compare
Choose a tag to compare
  • Add scheduled user-role backup and management CLI #1982
  • Update ElasticPress to latest #1984
  • Update Jetpack to 9.4.1 #1987
  • Search: Sanitize EP query for error logging #1988
  • Remove unnecessary hook on rest_api_init to schedule Search cron job #1991

v1.13.1

11 Feb 21:30
d5071ab
Compare
Choose a tag to compare

Updates

  • Private Files: PURGE attachment URLs on post update #1980

v1.13.0

11 Feb 21:07
d261bb4
Compare
Choose a tag to compare

Updates

  • Private Files: Always send X-Private header #1974
  • Private Files: Restrict cross-site file access #1975
  • Update/search skip validation if not indexed #1976
  • Activate notoptions corruption detection + mitigation by requiring file #1977

Fixes

  • Properly handle file paths with sites/:id #1963
  • Prevent invalid core query args #1981

v1.12.4

08 Feb 23:52
8688683
Compare
Choose a tag to compare

Adds

  • Requires a new file with code that automatically detects corruption of the notoptions cache entry, clearing the cache and alerting when it is detected.

v1.12.3

08 Feb 19:12
32fa642
Compare
Choose a tag to compare

Adds

  • Adds a new file with code that automatically detects corruption of the notoptions cache entry, clearing the cache and alerting when it is detected. This code is not yet activated - it will be required by a follow-up PR.