Skip to content

Releases: archtechx/tenancy

v3.7.0

16 Feb 16:23
d4a9901
Compare
Choose a tag to compare

Laravel 10 support

  • This version adds Laravel 10 support
  • Support for Laravel 8 and below is also dropped in this release, as those Laravel versions do not receive security fixes
  • The package now requires PHP 8+

What's Changed

New Contributors

Full Changelog: v3.6.1...v3.7.0

v3.6.1

27 Jan 07:24
26b8569
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.6.0...v3.6.1

v3.6.0

28 Sep 16:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.5.9...v3.6.0

v3.5.9

21 Aug 16:04
1ea3cef
Compare
Choose a tag to compare

What's Changed

  • Add support for nested tenant config override by @rootgog in #920

New Contributors

Full Changelog: v3.5.8...v3.5.9

v3.5.8

20 Jul 21:17
747c192
Compare
Choose a tag to compare

What's Changed

  • Add space after 'up' in 'docker-compose up-d' (CONTRIBUTING.md) by @lukinovec in #900
  • Fix ArgumentCountError on the TenantAssetsController by @megawubs in #894

New Contributors

Full Changelog: v3.5.7...v3.5.8

v3.5.7

26 May 09:56
51228de
Compare
Choose a tag to compare

What's Changed

  • [3.x][Filesystem] Provide an additional argument for tenant name path by @vstyler96 in #817

New Contributors

Full Changelog: v3.5.6...v3.5.7

v3.5.6

09 Apr 00:09
40bf576
Compare
Choose a tag to compare

What's Changed

  • [3.x] Update PostgreSQLSchemaManager to set correct config key value by @nthndnn in #840

New Contributors

Full Changelog: v3.5.5...v3.5.6

v3.5.5

01 Apr 21:08
f065ea6
Compare
Choose a tag to compare

What's Changed

  • Laravel 9 support for JobRetryRequested listener by @bonroyage in #836

New Contributors

Full Changelog: v3.5.4...v3.5.5

v3.5.4

30 Mar 16:17
349125c
Compare
Choose a tag to compare

What's Changed

  • Merge hotfix branch by @stancl in #834
  • Fixed #832 (migration command name definition)

Full Changelog: v3.5.3...v3.5.4

v3.5.3

17 Mar 11:53
49ebb75
Compare
Choose a tag to compare

Full Changelog: v3.5.2...v3.5.3

Fixes

  • PHP < 7.4 support #827