{% extends "_layouts/cp" %} {% set title = "What’s new in Craft 2.1" %} {% includeCssResource "css/whats-new.css" %} {% block pageHeader %}{% endblock %} {% set url = 'http://buildwithcraft.com/updates/2.1' %} {% set content %}
Craft 2.1 packs 90 new features and improvements, with an emphasis on improving the workflow surrounding entries and users.
It’s now possible to give your drafts custom names, and even save some notes about them.
The new Share button lets you share unpublished drafts and prior versions of an entry with others, using a tokenized URL that bypasses user permissions.
You can now enter some notes about the changes you’ve made when saving an entry.
Make a change by mistake? No big deal with past versions’ new “Revert entry to this version” button.
Craft 2.1 also brings improvements to the user management workflow, adds some new templating features, and introduces new plugin APIs. See the release notes for the complete list.
{% endset %}