Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Feb 11, 2015
1 parent 4f579ff commit 200ce23
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/changes.md
Expand Up @@ -3,6 +3,18 @@ title: Publisher Change Log

---

## Version 3.0 {#v3-0}

### v3.0.0 {#v3-0-0}

* Update support to Laravel Framework v5.0.
* Simplify PSR-4 path.
* Add `Orchestra\Publisher\Publishing\AssetPublisher`.
* Add `Orchestra\Publisher\Publishing\ConfigPublisher`.
* Add `Orchestra\Publisher\Publishing\ViewPublisher`.
* Add `php artisan publish:asset`, `php artisan publish:config` and `php artisan publish:view` command.
* Allow public directory to be either `./public` or `./resources/public` from the package base directory.

## Version 2.2 {#v2-2}

### v2.2.1 {#v2-2-1}
Expand Down

0 comments on commit 200ce23

Please sign in to comment.