Comment out example "add_image_size" as it can be easily forgotten
which leaves you with extra unused image size, Add CHANGELOG.MD to
track changes, Tidy up formatting using PHP-CS-Fixer (mostly spacing),
Update README.MD dependencies
This commit is contained in:
Lukas Juhas 2016-08-09 13:22:26 +01:00
parent 585aa37d39
commit 6b6864f7a0
10 changed files with 76 additions and 64 deletions

12
CHANGELOG.md Normal file
View file

@ -0,0 +1,12 @@
# barebones changelog
## 2.0.1
* Comment out example "add_image_size" as it can be easily forgotten which leaves you with extra unused image size.
* Add CHANGELOG.MD to track changes
* Tidy up formatting using PHP-CS-Fixer (mostly spacing)
* Update README.MD dependencies
## 2.0.0
* Refreshed tooling using Elixir with lots of improvements