File tree Expand file tree Collapse file tree 5 files changed +29
-3
lines changed
Expand file tree Collapse file tree 5 files changed +29
-3
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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
517var _typeof18 = typeof Symbol === "function" && _typeof19 ( Symbol . iterator ) === "symbol" ? function ( obj ) {
618 return typeof obj === "undefined" ? "undefined" : _typeof19 ( obj ) ;
Original file line number Diff line number Diff line change 44msgstr ""
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 "
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments