EasyEngine v4.5.4 Released

EasyEngine v4.5.4 released

Features Added ✨️

PHP 8.1 Site Support

We have added support for PHP 8.1 on sites. So now you can create new sites on PHP 8.1, as well as update existing sites to PHP 8.1. We haven’t made PHP 8.0 or PHP 8.1 default for new sites as it may break some plugins. However, it may happen in the future.

Currently, the default PHP version on creating sites is PHP 7.4.

# Create new site with PHP 8.1
ee site create example.com --type=wp --php=8.1

# Updates existing site to PHP 8.1
ee site update example.com --php=8.1

Bugfixes 🐛

  • Fix VIP site creation.
  • Fix double WP_DEBUG constant for new sites.

Stack Updates 🔄

Links: Release | Documentation | Github