Releases: placetopay-org/cerberus
Releases · placetopay-org/cerberus
4.0.1
What's Changed
- docs: Moved return type declaration of
Tenant::newFactory()to PHPD… by @andrextor in #35
Full Changelog: 4.0.0...4.0.1
4.0.0
What's Changed
- Feature/upgrade spatie multitenancy laralvel 12 by @andrextor in #34
Full Changelog: 3.0.5...4.0.0
3.0.5
What's Changed
- fix: adds support for handling URLs of local storage disks in `Files… by @andrextor in #33
Full Changelog: 3.0.4...3.0.5
3.0.4
What's Changed
- fix: ignore matches '/index.php' in domain tenant finder. by @jprograming in #32
Full Changelog: 3.0.3...3.0.4
3.0.3
3.0.2
3.0.1
3.0.0(28-07-2023)
Upgrades to spatie/laravel-multitenancy 3
Adds support to laravel 10
v2.2.0 (2023-07-04)
What's Changed
- Adds
ResetInstancesTaskby @davidv99 in #24 . this task restarts the instances that are defined in themultitenancy.forget_instancesconfig
Full Changelog: 2.1.0...v2.2.0
v2.1.0 (2023-04-13)
Adds --no-slashes option to tenants:artisan command. This option will prevent slashes from being added to the command.