We just tagged Craft 5.3.0, which introduces new CLI commands for taming your content model, a new Link field type, and more!
- Content model cleanup commands. There’s new CLI commands which can be used to tidy up your fields and entry types after upgrading to Craft 5.
- Entry portability. It’s now possible to move entries from one section to another, via a new “Move to…” bulk entry action.
- Link fields. There’s a new “Link” field type, which can be used to track raw URLs, or relations to entries, assets, categories, and plugin-supplied element types which opt into being included.
- Multi-instance relation fields. Relation fields can now be included multiple times in the same field layout, like most other custom fields.
- Translatable relation fields. Relation fields now support all the same Translation Method settings as most other custom fields.
- Entry type and field sorting. The Entry Types and Fields index pages now support sorting by Name, Handle, and Type.
- Front-end header management. It’s now possible to configure the headers which should be set on front-end responses, using new
Cors
andHeaders
filters defined inconfig/app.web.php
.
The full release notes can be viewed on GitHub. Enjoy!