{% extends "_layouts/cp" %}
{% set title = "What’s new in Craft 2.4" %}
{% set bodyClass = 'whats-new' %}
{% includeCssResource "css/whats-new.css" %}
{% block pageHeader %}{% endblock %}
{% set url = 'http://buildwithcraft.com/updates/2.4' %}
{% set content %}
{{ title }}
Assets, Categories, Entries, Tags, and Users fields now make it possible to customize their selection button/input labels.
Each section of user permissions now has a “Select All” button which will immediately select all of the permissions in that group.
The Control Panel has been translated into two new languages: Czech and Slovak. That brings the grand total up to 18 supported languages!
There are over 60 additions and improvements in total. Check out the release notes for a complete list of all that’s changed!
{% endset %}