Skip to content

Commit

Permalink
Merge branch '3.6' into 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone committed Nov 8, 2018
2 parents f2a4beb + 2859844 commit 2828c41
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG-3.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This changelog references the relevant changes (bug and security fixes) done to `orchestra/tenanti`.

## 3.5.2

Released: 2018-11-07

### Changes

* Disconnect database after preparing migrations table for each tenant.

## 3.5.1

Released: 2018-01-08
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG-3.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

This changelog references the relevant changes (bug and security fixes) done to `orchestra/tenanti`.

## 3.6.6

Released: 2018-11-07

### Added

* Add `Orchestra\Tenanti\TenantiManager::config()` helper method.

### Changes

* Disconnect database after preparing migrations table for each tenant.

## 3.6.5

Released: 2018-08-11
Expand Down
2 changes: 1 addition & 1 deletion src/TenantiManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function getDefaultDriver()
}

/**
* Get Tenantio configuration.
* Get Tenanti configuration.
*
* @return array
*/
Expand Down

0 comments on commit 2828c41

Please sign in to comment.