Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Oct 1, 2018
1 parent 78854c0 commit 3b92e14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# v2.16.4
## mm/dd/2018
# v3.0.0-beta.1
## 10/01/2018

1. [](#new)
* Added proper support for hiding form fields in blueprints by using dynamic property like `security@: admin.foobar` to any field
1. [](#improved)
* Make all form fields to extend field.html.twig
* Make all form fields to extend `field.html.twig`

# v2.16.3
## 09/21/2018
Expand Down
5 changes: 3 additions & 2 deletions blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Form
version: 2.16.3
version: 3.0.0-beta.1
testing: true
description: Enables the forms handling
icon: check-square
author:
Expand All @@ -12,7 +13,7 @@ bugs: https://github.com/getgrav/grav-plugin-form/issues
license: MIT

dependencies:
- { name: grav, version: '>=1.5.1' }
- { name: grav, version: '>=1.5.2' }

form:
validation: strict
Expand Down

0 comments on commit 3b92e14

Please sign in to comment.