All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
0.1.7 - 2017-10-28
- Updated Composer lock file.
0.1.6 - 2016-10-30
- Removed
gettext
localization.
0.1.5 - 2016-06-11
- Fixed variable name in
SetupHelper::getRootFolder()
. Props @dnaber-de.
0.1.4 - 2016-06-10
- The name of the Config file can now be set through a Composer "extra" key.
0.1.3 - 2016-06-09
- Added
brightnucleus/config
integration. - Added task to remove original vendor folder.
- Run
composer update
. - Run
vendor/bin/phpunit
to make sure everything looks good.
0.1.2 - 2016-06-09
- Added documentation about how to modify the boilerplate templates & scripts.
- Added example setup task that displays a logo (not included in Setup by default).
- Moved removal of
.git
from Composer shell script to SetupTask. - Moved
git init
from Composer shell script to SetupTask.
0.1.1 - 2016-06-08
- Remove code quality indicators from
README.md
.
0.1.0 - 2016-06-08
- Initial release to GitHub.