Unclaimed project
Are you a maintainer of twill? Claim this project to take control of your public changelog and roadmap.
Changelog
Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible. Chat with us on Discord at https://discord.gg/cnWk7EFv8R.
Twill 3.5.1 is a patch release that fixes a regression introduced in Twill 3.5.0 and adds a helpful warning for developers who have disabled Twill’s database migrations loading, following a conversation with a community contributor about the last release.
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. If you are versioning them, you can delete the old ones from your repository. If you are using custom Vue components, you should rebuild Twill assets using php artisan twill:build.
timeOnly variant of the Datepicker field by @MamlukiSn in https://github.com/area17/twill/pull/2739twill:update and twill:build commands for developers that have twill.load_default_migrations set to false by @ifox in de274175Full Changelog: https://github.com/area17/twill/compare/3.5.0...3.5.1