This repository was archived by the owner on May 31, 2022. It is now read-only.
Releases: vivait/TenantBundle
Releases · vivait/TenantBundle
Allow debug mode during tenanting
Fixed SF3.4 Deprecated: Auto-registration of the command
0.6.2 Update services.yml
Made service public
Stops with the deprecation warnings in SF 3.4
Remove XARGs Warning
0.5.2 Update tenant
Fix for full --env option
Using -e=tenant_ in bin/tenant caused issues, move to full --env option
See: symfony/symfony#25893
Symfony 3 support
Merge pull request #19 from rudott/master merging - known failure due to tenant bash script.
Add a locator that allows for cookie based tenant matching.
Merge pull request #17 from Brunty/feature/cookie-locator Adds a locator to locate tenant codes from cookies
Add a locator that allows for header based tenant matching.
Merge pull request #16 from kieljohn/header-locator Added HeaderLocator to identify tenants from header information
0.4.6
Fixed environment parsing in the tenant command
0.4.5 Refactored test layout to split them up. Made tenant command detect t…