From a522e55395844f71de0e220dbc81180b70d56852 Mon Sep 17 00:00:00 2001 From: Tarvo Reinpalu Date: Mon, 2 Mar 2020 14:21:53 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4f6029..c867a08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.4.0] - 2020-03-02 + +### Added + +- Added config file with `reload_page_on_save` option + +### Changed + +- Read-only fields are no longer being saved +- Migration(s) are now loaded automatically. The following migration file can be deleted from your project: + - `2019_08_13_000000_create_nova_settings_table.php` +- Updated packages + ## [2.3.0] - 2020-02-25 ### Added @@ -93,6 +106,7 @@ Initial release. - UI for editing settings - Helpers for accessing settings +[2.4.0]: https://github.com/optimistdigital/nova-settings/compare/2.3.0...2.4.0 [2.3.0]: https://github.com/optimistdigital/nova-settings/compare/2.2.0...2.3.0 [2.2.0]: https://github.com/optimistdigital/nova-settings/compare/2.1.1...2.2.0 [2.1.1]: https://github.com/optimistdigital/nova-settings/compare/2.1.0...2.1.1