Skip to content

Commit

Permalink
v3.0.4
Browse files Browse the repository at this point in the history
* Allow multiple command to allow `--id` option on action command ("install", "migrate", "rollback", "reset" or "refresh").
* Add `php artisan tenanti:queue` to run action command ("install", "migrate", "rollback", "reset" or "refresh") via background queue workers.
* Pass `--force` to all child command.
  • Loading branch information
crynobone committed Apr 15, 2015
1 parent 8faaa69 commit 5305d39
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ title: Tenanti Change Log

## Version 3.0 {#3-0}

### v3.0.4 {#v3-0-4}

* Allow multiple command to allow `--id` option on action command ("install", "migrate", "rollback", "reset" or "refresh").
* Add `php artisan tenanti:queue` to run action command ("install", "migrate", "rollback", "reset" or "refresh") via background queue workers.
* Pass `--force` to all child command.

### v3.0.3 {#v3-0-3}

* Use `Illuminate\Foundation\Composer::dumpAutoloads()` directly and remove deprecated call to `$this->call('dump-autoload');`.
Expand Down

0 comments on commit 5305d39

Please sign in to comment.