From 36273af5e543ef080aaf81e1934dad45bdd3227a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bo=C5=BEdar?= Date: Fri, 8 Jan 2016 06:53:05 +0800 Subject: [PATCH 1/3] Update Changelog.md corrected release year of v1.2.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12a24a50..697855e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # v1.2.0 -## 01/06/2015 +## 01/06/2016 1. [](#bugfix) * Correctly merge the file field configuration From 2d441e8caf4977c5a5ce893ef6a0f46f176b2d9c Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Wed, 7 Sep 2016 19:42:27 -0600 Subject: [PATCH 2/3] Fixed bad changelog data --- CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e37182d2..93afbb44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,11 +16,6 @@ * Reworked the `file` field. All files get uploaded via Ajax and are stored upon Submit. Fully backward compatible, `file` field now includes also a `limit` and `filesize` option. The former determines how many files are allowed to be uploaded when in combination with `multiple: true` (default: 10), the latter determines the file size limit (in MB) allowed for each file (default: 5MB) 1. [](#improved) * Added several missing HTML5 form input field types [#87](https://github.com/getgrav/grav-plugin-form/issues/87) - -# v1.3.3 -## 08/xx/2016 - -1. [](#improved) * Added Support for CSS id in form definition # v1.3.2 From 93d74f5a64fbf33bf9c16e97347762c2c303a853 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Fri, 10 Feb 2017 11:45:19 -0700 Subject: [PATCH 3/3] Prepare for release --- CHANGELOG.md | 3 ++- blueprints.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47691f1e..95e60ca4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # v2.1.0 -## xx/xx/2017 +## 02/10/2017 1. [](#improved) * Reworked logic so form caching is based on `Pages::getPagesCacheId()` + * Added `url` option for button field 1. [](#bugfix) * Fixed issue with `honeypot` field not throwing exception properly diff --git a/blueprints.yaml b/blueprints.yaml index 4f8da415..72f03e82 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,5 +1,5 @@ name: Form -version: 2.0.10 +version: 2.1.0 description: Enables the forms handling icon: check-square author: