Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 823 Bytes

CHANGELOG.md

File metadata and controls

39 lines (27 loc) · 823 Bytes

Changelog

All notable changes to robtrehy/laravel-application-settings will be documented in this file.

3.0.0 - 2024-03-18

  • Added support for Laravel 11

2.0.2 - 2023-03-27

  • ApplicationSettings::get() now supports getting multiple keys

2.0.1 - 2023-03-03

  • Added support for Laravel 10

2.0.0 - 2023-02-10

  • Dropped support for Laravel 8
  • Added support for Laravel 9
  • Required PHP ^8.1

1.1.3 - 2022-03-30

  • Security Updates

1.1.2 - 2021-11-17

  • Fixed - Deleting a setting would not reset the cache
  • Security Updates

1.1.1 - 2021-08-02

  • Fixed Cache support!

1.1.0 - 2021-08-02

  • Added Cache support

1.0.2 - 2021-06-30

  • Security Updates

1.0.1 - 2021-04-22

  • Updated database migration file to index key and support longer values

1.0.0 - 2021-04-22

  • initial release