Skip to content

Commit

Permalink
prepare for rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Jan 31, 2019
1 parent d2d2130 commit 8229774
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
# v3.0.0-rc.2
## mm/dd/2019

1. [](#bugfix)
* Fixed form processing in nested modular pages

# v3.0.0-rc.1
## 01/29/2019
## 01/30/2019

1. [](#improved)
* Improved logic for finding the current form
1. [](#bugfix)
* Regression: Fixed ignored form action [#318](https://github.com/getgrav/grav-plugin-form/issues/318)
* Regression: Fixed modular form submit not triggering the action sometimes
* Fixed modular form submits without defined `action: /path` inside the form
* Fixed form processing in nested modular pages

# v3.0.0-beta.5
## 01/25/2019
Expand Down
2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bugs: https://github.com/getgrav/grav-plugin-form/issues
license: MIT

dependencies:
- { name: grav, version: '>=1.6.0-beta.8' }
- { name: grav, version: '>=1.6.0-rc.1' }

form:
validation: strict
Expand Down

0 comments on commit 8229774

Please sign in to comment.