Skip to content

Latest commit

 

History

History
97 lines (79 loc) · 4.31 KB

CHANGELOG.md

File metadata and controls

97 lines (79 loc) · 4.31 KB

CHANGELOG

HEAD | 2.3.6 | 05.11.2018

  • Add WP-CLI environment variables to fix permission errors when creating the WPCLI cache folder (thanks to @tgroff)
  • Clean up the readme (thanks to @mohnjatthews
  • fix a bug regarding the Themes mapping name in the provisioning (thanks to @bzmr)
  • add WinNFSd support (thanks to @thursby)
  • fix license-link in documentation (thanks to @mikaeljorhult)
  • update default plugin list
  • fix a bug where the public dir was not created on setup (thanks to @donaldCull)
  • remove custom root dir because path to the docroot is in the Apache config using public (thanks to @XedinUnknown)

Contributors:

2.3.0 | 24.01.2018

  • re-organize the theme-cleanup (now located at themes, removed from cleanup)
  • fix a bug caused by using a default theme with theme-cleanup activated
  • silence curl command for downloading the current version of WP CLI to reduce cli-bloating
  • change default local-domain to .vm (for "virtual machine") as .local has conflicts when using browsersync
  • add note about the WP-Multisite feature to the readme (thanks to @pjohanneson)

2.2.0 | 31.10.2017

  • change default local-domain to .local as .dev is an official gTLD now
  • add ssh credentials to Vagrantfile
  • add --hard to rewrite flush to make sure .htaccess file is generated (thanks to @XedinUnknown)
  • Fix Typo

2.1.0 | 21.06.2017

  • update setup for Scotch Box 3.0 (re-install WP-CLI for php7)
  • update default plugin list: remove yoast, add the-seo-framework (see https://roots.io/weve-migrated-from-yoast-seo/)
  • remove max-filesize option on provisioning
  • add license note
  • fix yaml syntax errors (thanks to @XedinUnknown)
  • fix front_page_name variable in setup

2.0.0 | 15.01.2017

  • simplified setup process to vagrant up
  • restructured file and folder structure (moved all files into a wpdistillery folder)
  • added custom Vagrantfile
  • added auto-update for WP-CLI
  • added auto-update option for WordPress Core and Plugins
  • fixed a few minor bugs
  • added Windows Support

Special thanks to @ShaneShipston for his feature-suggestions and everyone involved in beta testing (@MarcWieland95, Anthony Chapman)

Contributors: @FlurinDuerst, @ShaneShipston

1.8.0 | 20.12.2016

  • fixed a bug that occurred when sending the admin email after core installation
  • fixed a bug that occurred on installing a theme from Github using the current version of WP-CLI (0.25.0)
  • added an option to define WordPress Version
  • documentation updates
  • added rewrite flush to make sure permalinks are working correctly
  • added firstname/lastname to default user
  • removed google-sitemap-generator from default plugins (Yoast covers this aswell)
  • added note about wpdistillery.org

Contributors: @flurinduerst, @ShaneShipston, @drawcard

1.7.1 | 02.08.2016

  • fixed a bug that caused an error if a theme was installed that doesn't end with master.zip
  • add additional options
    • custom page to be used as front_page
    • timezone
    • description
    • default image sizes
  • add settings setup task
  • small bugfixes
  • cleanup/renaming

1.6.1 | 07.07.2016

  • bugfix (now correctly checking theme_rename)
  • add error handler that asks the user to continue if an error occured
  • add google-sitemap-generator to preset plugins
  • remove dublicated plugin entry
  • remove WPDistillery Version from config/setup - remain at README

1.5.1 | 21.06.2016

  • Rename to WP Distillery
  • Bugfixes / Typo / Documentation

1.4.0 | 17.06.2016

  • Add support for custom WP root folder
  • Add option to rename theme after installation
  • Add file versions to config.yml and setup.sh
  • Fix Typo in setup procedure

1.3.0 | 16.06.2016

  • Add modular setup task options

1.2.0 | 17.06.2016

  • Public Release