Releases: archtechx/tenancy
Releases · archtechx/tenancy
v3.3.0
Feature release.
Added
tenancy()->central()
helper to execute a callback in the central context from anywhere #487
- You may specify multiple JobPipelines to listen to a certain event, and terminate them halfway. #527
Fixed
tenants:list
when not using domains #504
- Inject the contract for
Application
instead of the concrete class
- Databases don't get migrated if they aren't created. #514 #527
v3.2.1
Patch release.
Fixes
- Only bind UUID generator if one is specified in config #493
v3.2.0
Feature release.
Adds
Fixes
- Initializing tenants using string #488
v3.1.7
Patch release.
Fixes
- Reverse middleware order before
prepend
#479
v3.1.6
Patch release
- Allows tenants to be initalized with their IDs #473 #474
v3.1.5
Patch release.
Fixes
- Subdomain identification middleware now works with universal routes
v3.1.4
Patch release
- Qualify
tenant_id
column #467
v2.3.11
Patch release.
Fixes
- Cast
$value
to string before instantiating exception
v2.3.10
Patch release.
Fixes
- Set
config()
root too in FilesystemTenancyBootstrapper