{% extends "_layouts/cp" %} {% set title = "What’s new in Craft 1.3" %} {% includeCssResource "css/whats-new.css" %} {% set content %}

Welcome to Craft 1.3.

Introducing Matrix.

Matrix is a powerful field type that enables a new level of content flexibility in Craft. It’s great for times when you need to store repeating content, or string multiple types of content together.

{% endset %} {% set js %} if (typeof Storage !== 'undefined') { for (var key in localStorage) { if (key.substr(0, 5) == 'Craft' && key.substr(5, 1) != '-') { delete localStorage[key]; } } } {% endset %} {% includeJs js %}