Skip to content

Commit c69bd1e

Browse files
committed
build for release
1 parent 011bcc3 commit c69bd1e

File tree

5 files changed

+29
-3
lines changed

5 files changed

+29
-3
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,13 @@ weForms is the most beginner friendly and fastest WordPress contact form plugin
237237

238238
## Changelog ##
239239

240+
### Version 1.6.15 (20 October, 2022) ###
241+
* **Added:** Validation for entry fields on submit.
242+
* **Fix:** New lines being stripped in text area entries.
243+
* **Fix:** wptexturize running even when disabled.
244+
* **Fix:** Refreshing submitted form creating multiple entries.
245+
* **Fix:** Fields Section disappearing at certain Zoom levels.
246+
240247
### Version 1.6.14 (29 June, 2022) ###
241248
* **Update:** Bumped grunt version to 1.5.3.
242249
* **Update:** Bumped simple-get version to 3.1.1.

assets/js/spa-app.js

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
'use strict';
22

3-
var _typeof19 = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
3+
var _typeof21 = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
4+
5+
var _typeof20 = typeof Symbol === "function" && _typeof21(Symbol.iterator) === "symbol" ? function (obj) {
6+
return typeof obj === "undefined" ? "undefined" : _typeof21(obj);
7+
} : function (obj) {
8+
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj === "undefined" ? "undefined" : _typeof21(obj);
9+
};
10+
11+
var _typeof19 = typeof Symbol === "function" && _typeof20(Symbol.iterator) === "symbol" ? function (obj) {
12+
return typeof obj === "undefined" ? "undefined" : _typeof20(obj);
13+
} : function (obj) {
14+
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj === "undefined" ? "undefined" : _typeof20(obj);
15+
};
416

517
var _typeof18 = typeof Symbol === "function" && _typeof19(Symbol.iterator) === "symbol" ? function (obj) {
618
return typeof obj === "undefined" ? "undefined" : _typeof19(obj);

assets/js/spa-app.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

languages/weforms.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ msgid ""
44
msgstr ""
55
"Project-Id-Version: weForms 1.6.15\n"
66
"Report-Msgid-Bugs-To: https://wedevs.com/contact/\n"
7-
"POT-Creation-Date: 2022-09-15 18:01:14+00:00\n"
7+
"POT-Creation-Date: 2022-10-20 17:38:34+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"

readme.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,13 @@ weForms is the most beginner friendly and fastest WordPress contact form plugin
237237

238238
== Changelog ==
239239

240+
= Version 1.6.15 (20 October, 2022) =
241+
* **Added:** Validation for entry fields on submit.
242+
* **Fix:** New lines being stripped in text area entries.
243+
* **Fix:** wptexturize running even when disabled.
244+
* **Fix:** Refreshing submitted form creating multiple entries.
245+
* **Fix:** Fields Section disappearing at certain Zoom levels.
246+
240247
= Version 1.6.14 (29 June, 2022) =
241248
* **Update:** Bumped grunt version to 1.5.3.
242249
* **Update:** Bumped simple-get version to 3.1.1.

0 commit comments

Comments
 (0)