Releases: zachleigh/laravel-property-bag
Releases · zachleigh/laravel-property-bag
Version 0.9.5
- Fixed namespacing bug in service provider
- Fixed bug that caused exception when deleting records
Version 0.9.4
- Now deletes database records that match default values to minimize database size
- Syncing between local cached settings and database now working without issue
Version 0.9.3
- Fix bug in migration
- Change table value data type to json
Version 0.9.1
- Moved configuration from the config file to the UserSettings file
- Changed the table name from user_settings to user_property_bag
Version 0.9.0
Initial stable release