Skip to content

Commit

Permalink
v3.1.8
Browse files Browse the repository at this point in the history
* Convert `Orchestra\Tenanti\Jobs\CreateTenant` and `Orchestra\Tenanti\Jobs\DeleteTenant` to dispatchable job and use self-handling job by default.
* Add `Orchestra\Tenanti\Jobs\Queueable\CreateTenant` to dispatch job via queue.
* Add `Orchestra\Tenanti\Jobs\Job` and deprecate `Orchestra\Tenanti\Jobs\Tenant`.
* Add `Orchestra\Tenanti\Jobs\Job::failed()` method.
* Add `Orchestra\Tenanti\Migration` class.
* Add `Orchestra\Tenanti\TenantiServiceProvider::registerConfigurationForManager()` method.
* Always merge `connection` value when overriding configuration.
* Ensure the default database connection get restored after running migration.

Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Mar 21, 2016
1 parent a471d08 commit 6d328b6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ title: Tenanti Change Log

## Version 3.1 {#3-1}

### v3.1.8 {#v3-1-8}

* Convert `Orchestra\Tenanti\Jobs\CreateTenant` and `Orchestra\Tenanti\Jobs\DeleteTenant` to dispatchable job and use self-handling job by default.
* Add `Orchestra\Tenanti\Jobs\Queueable\CreateTenant` to dispatch job via queue.
* Add `Orchestra\Tenanti\Jobs\Job` and deprecate `Orchestra\Tenanti\Jobs\Tenant`.
* Add `Orchestra\Tenanti\Jobs\Job::failed()` method.
* Add `Orchestra\Tenanti\Migration` class.
* Add `Orchestra\Tenanti\TenantiServiceProvider::registerConfigurationForManager()` method.
* Always merge `connection` value when overriding configuration.
* Ensure the default database connection get restored after running migration.

### v3.1.7 {#v3-1-7}

* Fixes `php artisan tenanti:migrate` command always running on pretending mode.
Expand Down

0 comments on commit 6d328b6

Please sign in to comment.