Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.06 KB

File metadata and controls

53 lines (40 loc) · 1.06 KB

Changelog

All notable changes to glorand/laravel-model-settings will be documented in this file

3.5.2 - 2019-12-05

Fix

3.5.1 - 2019-11-29

Fix

  • Check column settings exists directly on the database table

3.5.0 - 2019-10-14

Added

  • Use cache in case of Table Settings Ref. task
  • Refactor

3.4.2 - 2019-09-25

Added

  • Manage array type settings

3.4.1 - 2019-09-17

Added

  • Redis support

3.3.0 - 2019-08-29

Added

  • Default settings on Model

3.2.0 - 2019-08-07

Added

  • Compatibility with PSR-16, CacheInterface

3.1.1 - 2019-07-01

Added

  • Test for console commands

3.1.0 - 2019-06-28

Added

  • Configure persistence for settings in case of Field Type (HasSettingsField)

3.0.0 - 2019-03-21

Added

  • Command to create the table for settings
  • Dynamic name for the settings table and field

2.0.0 - 2019-01-26

Added

  • Console Commands

1.0.0 - 2019-01-08

Added

  • Initial release