- It’s now possible to load Blade views within Twig templates. (#19148)
- Craft now registers several Blade directives, bringing near feature parity with Twig templating. (#19148)
- Added SQLite database support. (#19149)
- Control panel resources are now provided by a
craftcms/cms-assetspackage. (#19162) - Renamed
CraftCms\Cms\Twig\PageLifecycletoCraftCms\Cms\View\PageLifecycle. (#19148) - Renamed
CraftCms\Cms\Twig\TemplateResolvertoCraftCms\Cms\View\TemplateResolver. (#19148) - Fixed a bug where anonymous homepage and fallback site-template requests could bypass offline-site access enforcement. (#19151)
- Fixed a bug where the login page would show a CSRF token mismatch on http requests
- Fixed an error that could occur during Craft 6 upgrades when the
migrationstable was missing itstrackcolumn. (#19168) - Fixed an error that occurred when saving Users source settings after selecting the Groups table column. (#19184)
- Fixed a bug where database backups weren’t using the
--single-transactionor--column-statistics=0flags on MySQL. - Fixed a bug where Content Block fields’ nested fields weren’t available as table columns on element indexes.