Skip to content

Releases: andrewjmead/wpsites

Version 1.10.2

19 Nov 20:03
Compare
Choose a tag to compare

Version 1.10.1

19 Nov 19:56
Compare
Choose a tag to compare
  • Fixed an issue where constants with a boolean value were not getting set correctly. 939d17b

Version 1.10.0

19 Nov 19:43
Compare
Choose a tag to compare
  • Added should_open_new_site option with a default value of true. This can be set to false 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

10 Nov 15:31
Compare
Choose a tag to compare
  • 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

08 Nov 14:29
Compare
Choose a tag to compare

Version 1.9.0 Beta 1

08 Nov 14:26
45f19ab
Compare
Choose a tag to compare
  • Allow sites_directory to be an array of directory so sites can be created and managed in multiple folders

Version 1.8.1

04 Nov 19:14
bcd9a9f
Compare
Choose a tag to compare
  • 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

04 Nov 16:16
Compare
Choose a tag to compare
  • Add commands for creating and restoring site backups
  • Add MIT license

Version 1.7.1

29 Sep 23:34
Compare
Choose a tag to compare
  • Fixed an issue where commands that involve you selecting a site had issues

Version 1.7.0

29 Sep 23:25
Compare
Choose a tag to compare
  • Support installing specific versions of plugins using 'plugin-name@version' in the plugins array
  • Support installing specific versions of themes using 'theme-name@version' for theme
  • 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 the constants option
  • Support setting custom WordPress options in wp_options using the options option
  • Show wp-cli error messages when commands fail
  • Cleaned up documentation thanks to @slaFFik in #25