What's new
- Some fieldtypes have been renamed. Check out "what's breaking". Here's a migration script to automate the changes.
- Subscript and superscript buttons have been added to Bard #2115
- Addons can have translations and config automatically wired up. #2182
What's fixed
- Front-end form uploads have been given some love. #1584 #2205
- Improve how the link/path tag handles URLs.
- Form data is added to the Debug bar. #2037
- The "Create Entry" button is hidden if you're not allowed to click it. #2168
- Blueprint builder shows the right fieldtype icons.
- If you add a field named
blueprint
to your blueprint, you can change the blueprint. Previously nothing would happen. - Prevent error on the locales tag when data isn't available. #2004
- Fix is_parent variable inside nav/structure tag when dealing with multisite. #2148
- URL::makeRelative handles URLs without trailing slashes.
- Static caching invalidation rules are working again.
- Users without IDs will now have them generated.
- Addons no longer attempt to publish resources when there aren't any.
- Probably some more stuff!
What's breaking
- The
taxonomy
fieldtype is now namedterms
. - The
tags
fieldtype is now namedtaggable
. - The
terms
(now formerly known astaxonomy
) fieldtype is dropping support for bothtaxonomy
andtaxonomies
config options. Now it's onlytaxonomies
. URL::isAncestor()
has been removed. UseURL::isAncestorOf()