Skip to content

Tags: archtechx/tenancy

Tags

v3.10.0

Toggle v3.10.0's commit message

Verified

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

v3.9.1

Toggle v3.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Invalidate resolver cache on delete (#1328)

v3.9.0

Toggle v3.9.0's commit message

Verified

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

* Laravel 12 support

* Drop Laravel 9 support, update CI matrix

* run tests on PHP 8.3

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 (#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 (#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. (#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 (#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 #1174)