Skip to content

Latest commit

 

History

History
101 lines (55 loc) · 2.02 KB

CHANGELOG.md

File metadata and controls

101 lines (55 loc) · 2.02 KB

Changelog

All notable changes to statamic-forma will be documented in this file.

v3.0.1 - 2024-05-28

🐛 Fixed

v3.0 - 2024-04-11

🚀 New

  • Support Statamic 5, require Proteus v3.0, drop Laravel 9 @edalzell (#23)

v2.2.0 - 2024-04-10

🚀 New

🐛 Fixed

v2.1 - 2023-07-18

🚀 New

  • Specify tabs & sections instead of just fields
  • Title of config page is now translatable
  • Passes the add-on to the ConfigSaved event so you know what add-on was saved
  • Allows the nav icon & section to be specified
  • Makes permissions specific to the add-on not forma generally

v2.0.2 - 2023-06-23

🐛 Fixed

  • Support older versions of PHP @edalzell (#17)

v2.0.1 - 2023-05-16

🐛 Fixed

v2.0 - 2023-05-16

🚀 New

  • Support Statamic v4 @edalzell (#12)
  • Remove support for Statamic v3, Laravel v7, 8, 9, and PHP < 8.2

v1.3.0 - 2023-03-02

🚀 New

v1.2.1 - 2023-01-31

🐛 Fixed

1.2 - 2022-06-09

  • add ConfigSaved event

1.1 - 2022-03-27

  • don’t overwrite .env vars
  • support Laravel 9

1.0 - 2021-08-12

  • official release
  • add permission

0.8 - 2020-12-19

  • Allow addons to pre/post process the config

0.7 - 2020-11-07

  • Refactor to simplify

0.6 - 2020-11-07

  • Support multiple addons

0.5 - 2020-11-06

  • Initial release