Joosua Koskinen
Joosua Koskinen
Beta box was set as the default in https://github.com/Seravo/wordpress/commit/25aaae3621704276297dadda9abc98f653e5f21c because the regular box hadn't been updated in years. They have both been up-to-date for a while now so it's time...
Makes the following changes to `composer.json`: - Fix license to match the LICENSE file. License changed from MIT to GPLv3 in https://github.com/Seravo/wordpress/commit/68e404abfa7ab44231f3fb9e79e9f37b3da231ea. - Add "support" links to GitHub and docs.seravo.com....
Git hook checking and certificate generation is now done in docker bootstrap so these steps are no longer needed in Vagrant file.
**Is your feature request related to a problem? Please describe.** Some handlers are slow on bigger sites and cause `executing too slow` errors. The errors are the only issue, the...
**Is your feature request related to a problem? Please describe.** We currently have a lot of `error_log` in the code and the message always looks different. The message often doesn't...
**Describe the bug** Up to PHP 8.0, `substr` used to return empty string on failure. Since PHP 8.0, it returns `false`. We have a function (coming in https://github.com/Seravo/seravo-plugin/pull/602) which can...
**Describe the bug** Same case as with https://github.com/Seravo/seravo-plugin/issues/604. The `exec` return type has changed on PHP 8.0 and `Compatibility::exec()` will take care of that. All usage of `exec` should be...
#### What are the main changes in this PR? Extends wp-cli `wp search-replace` to replace `DOMAIN_CURRENT_SITE` on multisites when needed. Prevents multisites from breaking on automatic domain changes or manual...
Output from `vagrant up` after upgrading to VirtualBox >= 6.1.28: ``` ▶ vagrant up Bringing machine 'wordpress-box' up with 'virtualbox' provider... ==> wordpress-box: Importing base box 'seravo/wordpress-beta'... ==> wordpress-box: Matching...