We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d6807 commit f68bd41Copy full SHA for f68bd41
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## 1.0.9 - 2020-07-30
4
+
5
+### Added
6
+- Added the ability to select existing notifications, made on other forms.
7
8
+### Fixed
9
+- Fixed JS error when multiple forms are on the same page.
10
+- Fixed error messages showing for multiple forms on a single page.
11
+- Fixed submission data not working correctly for multiple forms on a single page.
12
13
## 1.0.8 - 2020-07-30
14
15
### Fixed
composer.json
@@ -2,7 +2,7 @@
"name": "verbb/formie",
"description": "The most user-friendly forms plugin for Craft.",
"type": "craft-plugin",
- "version": "1.0.8",
+ "version": "1.0.9",
"keywords": [
"craft",
"cms",
0 commit comments