WordOps

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

MIT License

Downloads
2.6K
Stars
1.2K
Committers
36

Bot releases are hidden (Show)

WordOps - v3.20.0 - WordOps stable release Latest Release

Published by VirtuBox 6 months 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

WordOps - v3.19.1 - WordOps maintenance release

Published by VirtuBox 11 months ago

What's Changed

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

WordOps - v3.19.0 - WordOps stable release

Published by VirtuBox 11 months ago

What's Changed

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

WordOps - v3.18.1 - WordOps maintenance release

Published by VirtuBox about 1 year ago

What's Changed

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

WordOps - v3.18.0 - WordOps stable release

Published by VirtuBox about 1 year 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

WordOps - v3.17.0 - WordOps stable release

Published by VirtuBox about 1 year ago

What's Changed

New Contributors

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

WordOps - v3.16.3 - WordOps maintenance release

Published by VirtuBox over 1 year ago

What's Changed

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

WordOps - v3.16.2 - WordOps maintenance release

Published by VirtuBox over 1 year ago

What's Changed

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

WordOps - v3.16.1 - WordOps Hotfix release

Published by VirtuBox almost 2 years ago

What's Changed

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

WordOps - v3.16.0 - WordOps stable release

Published by VirtuBox almost 2 years 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

WordOps - v3.15.4 - WordOps hotfix release

Published by VirtuBox almost 2 years ago

What's Changed

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

WordOps - v3.15.3 - WordOps maintenance release

Published by VirtuBox almost 2 years ago

Added

  • Support for Debian 10/11

What's Changed

Fixed

  • Netdata upgrade failure on old servers
  • MariaDB service disabled after upgrade with wo stack migrate --mariadb
  • Proftpd install on Ubuntu 22.04 and Debian 11

New Contributors

Full Changelog: https://github.com/WordOps/WordOps/compare/v3.15.2...v3.15.3

WordOps - v3.15.2 - WordOps maintenance release

Published by VirtuBox about 2 years ago

Added

  • Add support for Chrome Privacy Preserving Prefetch Proxy Issue 440

Changed

  • Cloudflare IP script for Nginx now fetch Cloudflare IPs using the API

Fixed

  • wo secure --auth on Ubuntu 22.04

Update steps

To upgrade WordOps, you just have to run wo update.
You can also use the initial install command wget -qO wo wops.cc && sudo bash wo.

Nginx configuration was updated is this release, so you have to run wo stack upgrade --nginx to apply it.

WordOps - v3.15.1 - WordOps hotfix release

Published by VirtuBox about 2 years ago

  • Hotfix outdated python distro package cause issues on some servers
WordOps - v3.15.0 - WordOps stable release

Published by VirtuBox about 2 years ago

Added

  • Ubuntu 22.04 LTS Support

Changed

Fixed

Update steps

To upgrade WordOps, you just have to run wo update.
You can also use the initial install command wget -qO wo wops.cc && sudo bash wo.

To upgrade Nginx package, you can use wo stack upgrade --nginx or the command wo maintenance.
To upgrade MariaDB, you can use wo stack migrate --mariadb.

WordOps - v3.14.2 - WordOps maintenance release

Published by VirtuBox over 2 years ago

Fixed

  • Git unsafe directories issue
  • WP_DEBUG variable in wp-config.php
WordOps - v3.14.1 - WordOps maintenance release

Published by VirtuBox over 2 years ago

Fixed

  • Cloudflare IP range script (PR #422)
  • Netdata stack installation
  • Missing php upstream in WordOps backend
WordOps - v3.14.0 - WordOps stable release

Published by VirtuBox over 2 years ago

Added

Changed

  • Update WP-CLI to v2.6.0 with PHP 8.0/8.1 support
  • Update brotli.mustache by @nsgoyat in https://github.com/WordOps/WordOps/pull/353
  • Update adminer to v4.8.1
  • Update Redis repository (PR #377)
  • Set PHP 8.0 as default PHP version. Can be changed in /etc/wo/wo.conf

Fixed

  • WordOps install script issues
  • acme.sh issues with zero-ssl CA
WordOps - v3.13.2 - WordOps maintenance release

Published by VirtuBox almost 4 years ago

Fixed

  • WordOps install issues on some servers
  • MariaDB systemd service not fully enabled after upgrade : run sudo systemctl enable mariadb to avoid issues if you have already upgraded MariaDB
WordOps - v3.13.1 - WordOps maintenance release

Published by VirtuBox almost 4 years ago

Fixed

  • Python virtualenv configuration
  • Removing ssl certificate when deleting a site
Package Rankings
Top 8.47% on Pypi.org
Related Projects