Skip to content

Releases: orchestral/tenanti

v3.8.3

04 Aug 09:55
Compare
Choose a tag to compare

Changes

  • Use static function rather than function whenever possible, the PHP engine does not need to instantiate and later GC a $this variable for said closure.

v3.8.2

06 Jul 00:01
Compare
Choose a tag to compare

Fixes

  • Fixed array to string conversion for migration paths when running php artisan tenanti:make command.

v3.8.1

28 Apr 04:35
Compare
Choose a tag to compare

Changes

  • Allow multiple migration paths.

v3.8.0

31 Mar 04:17
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v5.8.

v3.7.1

13 Mar 02:40
Compare
Choose a tag to compare

Changes

  • Improve performance by prefixing all global functions calls with \ to skip the look up and resolve process and go straight to the global function.

v3.7.0

19 Nov 02:44
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v5.7.
  • Disconnect database after preparing migrations table for each tenant.
  • Allow tenanti queue connection to be configurable via config and environment file.

v3.6.6

08 Nov 04:42
Compare
Choose a tag to compare

Added

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

Changes

  • Disconnect database after preparing migrations table for each tenant.

v3.5.2

07 Nov 03:23
Compare
Choose a tag to compare

Changes

  • Disconnect database after preparing migrations table for each tenant.

v3.6.5

11 Aug 04:27
Compare
Choose a tag to compare

Changes

  • Force to use write PDO connection when migrating tenants.

v3.6.4

11 Aug 04:25
Compare
Choose a tag to compare

Changes

  • Import Illuminate\Database\Schema\Blueprint and Illuminate\Support\Facades\Schema to blank stub by default.