Skip to content

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.

RSS 

Showing page 38 of 41

29 January 2021

16:58:32 GMT+0000

There’s now the option to skip loading VaultPress code entirely, which can be useful if it’s not being used.

Some considerations need to be taken to disable VaultPress if it has been used before. So in case you are interested, please open a support ticket to get more information.

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

#mu-plugins, #vaultpress

29 January 2021

16:08:53 GMT+0000

We have removed some Jetpack versions (8.8, 8.9, 9.2) from vip-go-mu-plugins, that were no longer in use by any VIP Go site. Every included version takes space in the repository, so this is a needed maintenance task.

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

#mu-plugins, #jetpack

28 January 2021

21:59:37 GMT+0000

This allows us to restrict access to files based on different signals from the request (e.g. inherited post status, user permissions, etc.). More technical details and discussion available here.

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

#mu-plugins, #file-access-control, #security

28 January 2021

21:57:00 GMT+0000

Code style cleanup of search/includes/classes/class-versioning.php.

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

#mu-plugins, #search, #code-standards

27 January 2021

18:23:27 GMT+0000

We partially implemented Files ACL restriction functionality. This code is not enabled in production just yet.

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

#mu-plugins, #file-access-control, #security

22 January 2021

22:03:04 GMT+0000

Since the changelog generation is now automated, we’ve made some changes to the pull request template to reflect that. We removed links to pull requests from the examples since they’re no longer needed and edited the changelog checklist item to be inclusive. The expectation is that everyone fills out a proper changelog description and this is now reflected properly in the pull request template.

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

21 January 2021

21:59:40 GMT+0000

As the last part of phpcs cleanup, we renamed iputils.php file to adhere to our naming standards. To increase the safety of this change was done in 3 steps. This is the last step in that process including the removal of the now unused file under the original name.

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

#mu-plugins #code-standards

19 January 2021

22:13:00 GMT+0000

We updated ElasticPress dependency for VIP Search to better handle machine user-initiated actions, move indexing locks on a per-site basis for multisite installs, plus coding standards cleanup and enforcement.

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

19 January 2021

22:11:51 GMT+0000

Presently there’s potential for a race condition between setting / unsetting attachment as an indexable post type. To combat this and meet the expectations previously set, we should add attachment as an indexable post type in VIP Search when protected content is enabled. This is done with priority PHP_INT_MAX - 1 so that PHP_INT_MAX can be used to remove attachment from the indexable post types if needed in some situations.

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

19 January 2021

22:11:46 GMT+0000

After reviewing logs from our corrupted index detection, we are confident in enabling the self-healing. This change enables the self-healing and shortens the interval between checks.

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

19 January 2021

22:11:39 GMT+0000

As part of the project to obtain Site Details from all VIP sites (to gather data such as the enabled plugins and their versions, Jetpack status, VIP search status…), we are now increasing the frequency of generation, from 4 hours to 30 minutes.

This will allow us to fetch data in a more reliable and predictable way while we keep developing the project.

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

19 January 2021

22:11:18 GMT+0000

As the last part of phpcs cleanup, we plan to rename iputils.php file to adhere to our naming standards. To increase the safety of this change the previous change only introduced the new file. This change starts using it, before the final follow-up change that will remove the old file.

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