Merge branch 'release/1.3.1'

This commit is contained in:
Andy Miller 2015-12-18 16:10:44 -07:00
commit 9dc542f79d
3 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# v1.3.1
## 12/18/2015
2. [](#bugfix)
* Added nonce support to form template
# v1.3.0
## 11/18/2015

View File

@ -1,5 +1,5 @@
name: Deliver
version: 1.3.0
version: 1.3.1
description: "Deliver theme is a port of the Michael Reimer's Deliver Free PSD theme."
icon: newspaper-o
author:

View File

@ -15,4 +15,7 @@
<button class="button" type="{{ button.type|default('submit') }}">{{ button.value|default('Submit') }}</button>
{% endfor %}
</div>
{{ nonce_field('form', 'form-nonce') }}
</form>