Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Releases: vivait/TenantBundle

Allow debug mode during tenanting

17 Feb 18:00

Choose a tag to compare

This release makes the enableTenanting config variable independent to the kernel debug setting, so you can still enable tenanting on debug environments.

Fixed SF3.4 Deprecated: Auto-registration of the command

24 Sep 13:02
0768ad3

Choose a tag to compare

Made service public

17 Sep 18:36
af7b019

Choose a tag to compare

Stops with the deprecation warnings in SF 3.4

Remove XARGs Warning

09 Aug 09:17
9521df6

Choose a tag to compare

0.5.2

Update tenant

Fix for full --env option

09 Apr 14:06

Choose a tag to compare

Using -e=tenant_ in bin/tenant caused issues, move to full --env option
See: symfony/symfony#25893

Symfony 3 support

06 Sep 13:01

Choose a tag to compare

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.

08 Apr 12:06

Choose a tag to compare

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.

29 Oct 11:33

Choose a tag to compare

Merge pull request #16 from kieljohn/header-locator

Added HeaderLocator to identify tenants from header information

0.4.6

08 Jun 21:58

Choose a tag to compare

Changed to use bash

Fixed environment parsing in the tenant command

08 Jun 18:54

Choose a tag to compare

0.4.5

Refactored test layout to split them up. Made tenant command detect t…