Releases: andrewjmead/wpsites
Releases · andrewjmead/wpsites
Version 1.10.2
- Update broken docs URL. a14b6bb
Version 1.10.1
- Fixed an issue where constants with a boolean value were not getting set correctly. 939d17b
Version 1.10.0
- Added
should_open_new_site
option with a default value oftrue
. This can be set tofalse
to stop WPSites from opening new sites in the browser. 24b39c7 - Fixed an issue when restoring a site from a backup that was originally created with a different site. 8a96fcd
- Support JSON option values. 7cf3603
- Support array option values. 3132d06
Version 1.9.0
- Allow
sites_directory
to be an array of directory so sites can be created and managed in multiple folders
Version 1.9.0 Beta 2
- Build phar
Version 1.9.0 Beta 1
- Allow
sites_directory
to be an array of directory so sites can be created and managed in multiple folders
Version 1.8.1
- When restoring a backup that was created for a different site, you need to migrate the database name and site url #30
Version 1.8.0
- Add commands for creating and restoring site backups
- Add MIT license
Version 1.7.1
- Fixed an issue where commands that involve you selecting a site had issues
Version 1.7.0
- Support installing specific versions of plugins using
'plugin-name@version'
in theplugins
array - Support installing specific versions of themes using
'theme-name@version'
fortheme
- Support symlinking local themes by setting
theme
equal to the absolute path of the directory to symlink - Support setting custom constants in
wp-config.php
using theconstants
option - Support setting custom WordPress options in
wp_options
using theoptions
option - Show wp-cli error messages when commands fail
- Cleaned up documentation thanks to @slaFFik in #25