Skip to content

Commit

Permalink
Added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Apr 16, 2015
1 parent 54a7475 commit 3993356
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Changelog

## 1.3.0 (released 2013-04-10)

* Added TinyPGN plugin (#57)
* Added @laravel's helper methods (#63)
* Added rename the home URL on theme setup (#64)

## 1.2.2 (released 2013-04-10)

* Added Whoops php errors for cool kids (#62)

## 1.2.1 (released 2013-04-10)

* Added configuration to disbale/enable updates

## 1.2.0 (released 2013-03-31)

* Added config helper method (#61)

## 1.1.1 (released 2013-03-27)

* Added WP Sweep plugin by @lesterchan (#59)

## 1.1.0 (released 2013-03-20)

* Added Dotenv environment package by @vlucas (#44)
* Added @roots Soil plugin (#49)
* Added Google Analytics (#52)

## 1.0.0 (released 2013-03-20)

* Move Boilerplate to Composer
* Added Server Settings page
* Added Custom Post Type class
* Added a boilerplate theme filled with actions and filters
* Added WordPress Packagist, WordPress plugins as packages
* Added plugins such as Advanced Custom Fields and WordPress Importer
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"scripts": {
"post-create-project-cmd": [
"php -r \"copy('.env.example', '.env');\"",
"rm README.md LICENSE .styleci.yml"
"rm README.md LICENSE CHANGELOG.md .styleci.yml"
]
},
"extra":{
Expand Down

0 comments on commit 3993356

Please sign in to comment.