WordOps Versions Save

Install and manage a high performance WordPress stack with a few keystrokes

v3.20.0

3 weeks ago

What's Changed

Create subsite feature

Many thanks to @doofusdavid for his contribution. Here some usage example :

# Create multisite and add two subsites
wo site create multisite.local --wpsubdir
wo site create a.local --subsiteof multisite.local
wo site create b.local --subsiteof multisite.local

# create single site, realize mistake, and convert to subsite
wo site create singlesite.local --wp
wo site update singlesite.local --subsiteof multisite.local

New Contributors

Full Changelog: https://github.com/WordOps/WordOps/compare/v3.19.1...v3.20.0

v3.19.1

5 months ago

What's Changed

Full Changelog: https://github.com/WordOps/WordOps/compare/v3.19.0...v3.19.1

v3.19.0

5 months ago

What's Changed

Full Changelog: https://github.com/WordOps/WordOps/compare/v3.18.1...v3.19.0

v3.18.1

7 months ago

What's Changed

Full Changelog: https://github.com/WordOps/WordOps/compare/v3.18.0...v3.18.1

v3.18.0

8 months ago

Added

  • Alias site support with wo site create site.tld --alias othersite.tld
  • MariaDB version choice in /etc/wo/wo.conf (before install or before wo stack migrate usage)

Changed

  • Improve php versions management to support next php releases
  • Refactor WordOps code to make it simpler and easier to edit
  • Update ProFTPd umask to avoid permission issues
  • Deploy ssl.conf from a mustache template to allow customization
  • Do not cache requests with Authorization header set PR #548 @nylen

Fixed

  • Netdata install and upgrade
  • wo site create site.tld --proxy not working with -le
  • wo stack migrate --mariadb version detection
  • Ability to set default php version in /etc/wo/wo.conf not working as expected

New Contributors

Full Changelog: https://github.com/WordOps/WordOps/compare/v3.17.0...v3.18.0

v3.17.0

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/WordOps/WordOps/compare/v3.16.3...v3.17.0

v3.16.3

1 year ago

What's Changed

Full Changelog: https://github.com/WordOps/WordOps/compare/v3.16.2...v3.16.3

v3.16.2

1 year ago

What's Changed

Full Changelog: https://github.com/WordOps/WordOps/compare/v3.16.1...v3.16.2

v3.16.1

1 year ago

What's Changed

Full Changelog: https://github.com/WordOps/WordOps/compare/v3.16.0...v3.16.1

v3.16.0

1 year ago

Added

Changed

  • Default PHP version bumped to 8.1

Fixed

New Contributors

Full Changelog: https://github.com/WordOps/WordOps/compare/v3.15.4...v3.16.0