Twill 2.4.0
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
- 🚨 Fix logout security vulnerability
e84abd4f
- Update capsule provider booting and registration (fixing view:cache)
5a086a32
- Save wysiwyg sourcecode value into store on change
83d3eb62
8d9a3d21
c4911046
4aebb3e3