Skip to content

Releases: leafsphp/leafMVC

🎻 Vivaldi

12 Dec 16:05

Choose a tag to compare

v3.8 - 12 Dec 2024

Added

  • Added option to safely delete all unused directories
  • Added option to safely delete all default config files

Fixed

  • Patched up CSRF init
  • Added checks before CSRF init on forms
  • Patched up app/mail directory to app/mailers
  • Patched up user model fillables by @screenfluent

Changed

  • Moved router controller init away from app
  • Console commands are now autoloaded from the app/console directory
  • Removed lib folder but can be restored with php leaf config:lib
  • Commands from external libraries should be registered through loadConsole() instead of $command->register()
  • Removed helpers folder from default installation and can be safely recreated.
  • Added fixed version constraints
  • Updated helper comments to get you started faster

🎻 Bell

12 Nov 20:54

Choose a tag to compare

v3.7 - 12 Nov 2024

Added

  • Added hard CSRF toggle for manual switching
  • Added new lander for Leaf MVC
  • Added support for new module versions

Fixed

  • Updated auth config to match auth v3 internal config

Changed

  • Updated default db stubs to be easier to extend
  • Removed storage link on init (temporary fix for vite conflict on mac)

🎹 Chopin '1'

02 Oct 13:06

Choose a tag to compare

v3.6.1 - 2 Oct 2024

Changed

  • Updated CSRF config

🎹 Chopin

02 Oct 02:38

Choose a tag to compare

v3.6.0 - 2 October 2024

Added

  • Added CSRF module to dependencies

🎻 Dvořák

17 Sep 23:33
e34398c

Choose a tag to compare

v3.5.0 - 17 Sep 2024

Fixed

  • Fixed persistent migrations warning
  • Ensured all new MVC updates work correctly

Changed

  • Updated boilerplate and comments

🎹 Brahms

25 Aug 04:51
12baa45

Choose a tag to compare

v3.4 - 8 Sept 2024

Added

  • Added CSRF config file by @ibnsultan
  • Added SESSION_REDIRECT_ON_REGISTER auth config
  • Console commands registrar App\Console\Commands

Changed

  • Switched internals to new Leaf config API

Removed

  • Discontinued custom public and assets paths

🎻 Tchaikovsky

01 Sep 18:47

Choose a tag to compare

v3.3.0 - 1 Sep 2023

Added

  • Updated autoloader to handle more use-cases
  • Added better support for frontend-related frameworks
  • Added new shortcut functions
  • Added vite files to default setup

Fixed

  • Removed duplicate config values

Changed

  • Updated example files to match new leaf version
  • Updated base files to match new leaf version
  • Updated config files to match mvc core update

Removed

  • Removed unused files
  • Removed unused confg values

🎷 Handel '1'

14 Mar 20:36

Choose a tag to compare

v3.2.1 - 14 Mar 2023

Fixed

  • Added syncLeafDb line

🎷 Handel

06 Mar 16:49

Choose a tag to compare

v3.2.0 - 6 Mar 2023

Changed

  • Updated modules and Leaf Core

🎻 Mozart

04 Oct 11:01

Choose a tag to compare

v3.1.0 - 4 Oct, 2022

Fixed

  • Linked config/app.php to env

Changed

  • Switched to internal leaf config for config loading
  • Updated leaf and modules