Skip to content

Latest commit

 

History

History
112 lines (62 loc) · 2.37 KB

CHANGELOG.md

File metadata and controls

112 lines (62 loc) · 2.37 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[5.0.8] - 04-01-2023

Changed

  • Fixed nova_get_settings() not casting as expected

[5.0.7] - 04-01-2023

Added

  • Added dusk identifier to update button (thanks to @chrillep)

Changed

  • Fixed nova_get_settings() not working as expected with default values
  • Updated packages

[5.0.6] - 21-10-2022

Changed

  • Added translations for French language (thanks to @shaffe-fr)

[5.0.5] - 08-09-2022

Changed

[5.0.4] - 19-08-2022

Changed

  • Fixed nova-tabs support (thanks to @Gertiozuni)
  • Updated packages

[5.0.3] - 19-07-2022

Changed

  • Fixed File and Image fields not deleting files from disk

[5.0.2] - 24-05-2022

Added

Changed

  • Fixed not being redirected to login when accessing settings while unauthenticated (thanks to @ianrobertsFF)

[5.0.1] - 14-05-2022

Changed

[5.0.0] - 13-05-2022

Changed

  • NB! Changed namespace from OptimistDigital to Outl1ne
  • Allow redirections as a result of settings updates (thanks to @ianrobertsFF)
  • Fixed sidebar subpages titles (thanks to @faab007nl)
  • Updated packages

[4.0.4] - 29-04-2022

Changed

  • Removed loadViewsFrom() call from ServiceProvider
  • Fixed memory cache not clearing after settings update
  • Updated packages

[4.0.3] - 25-04-2022

Changed

  • Changed empty check to isset when loading settings to allow negative but defined values

[4.0.2] - 08-04-2022

Changed

  • Reworked routing logic

[4.0.1] - 08-04-2022

Changed

  • Fixed page titles

[4.0.0] - 08-04-2022

Added

  • Nova 4 support
  • Fully compatible with light and dark modes

Changed

  • Dropped Laravel 7 and 8 support
  • Dropped PHP 7.X support
  • Dropped Nova 3 support