mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 21:34:04 +00:00
2.4 KiB
2.4 KiB
Release Notes for 1.x
v1.5.1 (2019-07-25)
Fixed
- Database is reconnected after migrating/rolling back/seeding is done #71
- Fixed tenant()->delete() (it used to delete the record from the
tenantsnamespace but not thedomainsnamespace) #73
v1.5.0 (2019-07-13)
Added
Fixed
- Return type docblock for
TenantManager::all()#63
v1.4.0 (2019-07-03)
Added
- Predis support #59
v1.3.1 (2019-05-06)
Fixed
v1.3.0 (2019-02-27)
Added
- Add 5.8 support #33
v1.2.0 (2019-02-15)
Added
v1.1.3 (2019-02-13)
Fixed
v1.1.2 (2019-02-13)
Fixed
- Fix small bug in CacheManager
d4d4119
v1.1.1 (2019-02-11)
Fixed
- Fix "Associative arrays are stored as objects" #28
v1.1.0 (2019-02-10)
Added
- Add array support to the storage #27