Skip to content

Twill 2.4.0

Compare
Choose a tag to compare
@ifox ifox released this 15 Jun 22:33
· 1030 commits to 2.x since this release
8066ad1

Twill 2.4.0 is a minor release addressing a security vulnerability on the CMS logout action which has been reported this morning by a community member, and also bringing a couple of cool new features and improvements from community contributions.

HOW TO UPDATE

Run composer update in your project and then, run Twill's own update command: php artisan twill:update. This will force update your published Twill assets. You can delete the old ones from your repository if you are versioning them. If you are using custom Vue components, you should rebuild Twill assets using php artisan twill:build.

Added

  • Add support for browsers using HasRelated behavior 580faa47
  • Allow dev_mode to be set in .env 95874a1a
  • Add custom subject to notifications f137b213

Fixed

Improved