Skip to content

Commit 1cd1936

Browse files
committed
Merge branch 'dev'
2 parents 4b5b611 + ae5fdac commit 1cd1936

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="1.8.1"></a>
2+
# [1.8.1](https://github.com/flextype-plugins/form/compare/v1.8.0...v1.8.1) (2020-12-30)
3+
4+
### Bug Fixes
5+
6+
* **composer** fix dependencies
7+
18
<a name="1.8.0"></a>
29
# [1.8.0](https://github.com/flextype-plugins/form/compare/v1.7.0...v1.8.0) (2020-12-30)
310

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
},
3030
"autoload": {
3131
"classmap": [
32-
"app",
33-
"twig"
32+
"app"
3433
]
3534
}
3635
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Form",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "Form Plugin to render user forms for Flextype.",
55
"homepage": "https://flextype.org",
66
"author": "Sergey Romanenko",

plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Form
2-
version: 1.8.0
2+
version: 1.8.1
33
description: Form Plugin to render user forms for Flextype.
44
icon: fas fa-check-circle
55
author:

0 commit comments

Comments
 (0)