diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c4746a..2c45eac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +# [1.9.0](https://github.com/flextype-plugins/form/compare/v1.8.1...v1.9.0) (2021-01-03) + +### Features + +* **core** update code base for new Flextype 0.9.15 +* **core** add plugin.php file + + # [1.8.1](https://github.com/flextype-plugins/form/compare/v1.8.0...v1.8.1) (2020-12-30) diff --git a/README.md b/README.md index 3413e05..0590472 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

Form Plugin for Flextype

-Version License Total downloads Flextype Quality Score Discord +Version License Total downloads Flextype Quality Score Discord

Form Plugin to render user forms for Flextype. @@ -12,7 +12,7 @@ The following dependencies need to be installed for Form Plugin. | Item | Version | Download | |---|---|---| -| [flextype](https://github.com/flextype/flextype) | 0.9.14 | [download](https://github.com/flextype/flextype/releases) | +| [flextype](https://github.com/flextype/flextype) | 0.9.15 | [download](https://github.com/flextype/flextype/releases) | | [twig](https://github.com/flextype-plugins/twig) | >=1.0.0 | [download](https://github.com/flextype-plugins/twig/releases) | | [jquery](https://github.com/flextype-plugins/jquery) | >=1.0.0 | [download](https://github.com/flextype-plugins/jquery/releases) | diff --git a/package.json b/package.json index 9a677b3..4816ddf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Form", - "version": "1.8.1", + "version": "1.9.0", "description": "Form Plugin to render user forms for Flextype.", "homepage": "https://flextype.org", "author": "Sergey Romanenko", diff --git a/plugin.yaml b/plugin.yaml index 03ad8de..f127502 100755 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: Form -version: 1.8.1 +version: 1.9.0 description: Form Plugin to render user forms for Flextype. icon: fas fa-check-circle author: @@ -14,6 +14,6 @@ keywords: form, fieldsets license: MIT dependencies: - flextype: 0.9.14 + flextype: 0.9.15 twig: '>=1.0.0' jquery: '>=1.0.0'