Skip to content

Tags: MichaelKampmann/tenancyforlaravel

Tags

v3.8.5

Toggle v3.8.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix ModelNotSyncMasterException message (archtechx#1257)

v3.8.4

Toggle v3.8.4's commit message
pin dockerfile to ubuntu 22

v3.8.3

Toggle v3.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use assetPathResolver closure if set (archtechx#1221)

The original Vite Facade uses the assetPathResolver closure (if set) to generate assets with a custom URL. This is needed when for example assets are cached on a CDN, or if you need assets from a central URL while in Tenant context.

This updates the Tenancy version of the Vite-Facade to bring back the assetPathResolver logic.

v3.8.2

Toggle v3.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
defer tenant route registration in TSP stub

v3.8.1

Toggle v3.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixing RedisCluster deprecation of phpredis 6. (archtechx#1208)

v3.8.0

Toggle v3.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[3.x] Laravel 11 support (archtechx#1180)

* Laravel 11 support

* wip

* trigger ci

* fix ci file

* try setting charset and collation on the default mysql connection

* Set default cache driver to redis in tests

* drop and recreate id column separately in autoincrement_ids_are_supported

* set default redis client to predis in tests

* revert fail-fast

* try reverting TenantModelTest change

* migrate phpunit configuration

* add parent::tearDown() call

v3.7.4

Toggle v3.7.4's commit message
Forget tenant parameter when a tenant is resolved from cache in PathT…

…enantResolver (fix archtechx#1174)

v3.7.3

Toggle v3.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make universal routes work for controller middleware (archtechx#1151)

* Make universal routes work for controller middleware

* add a fallback

---------

Co-authored-by: chillbram <[email protected]>
Co-authored-by: Samuel Štancl <[email protected]>

v3.7.2

Toggle v3.7.2's commit message
remove unnecessary import

v3.7.1

Toggle v3.7.1's commit message
add extra $path validation to TenantAssetsController