Skip to content

Commit b6aeea7

Browse files
committed
Build for release
1 parent 10593bd commit b6aeea7

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ weForms is the most beginner friendly and fastest WordPress contact form plugin
237237

238238
## Changelog ##
239239

240-
### Version 1.6.17 ( TBD ) ###
240+
### Version 1.6.17 ( 28 February, 2023 ) ###
241241
* **Fix:** Array Key "name" doesnt exist for custom html field.
242242
* **Fix:** Fixes contrast for form white text error messages.
243243
* **Fix:** New lines being removed in textarea field.

assets/js/spa-app.js

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

3-
var _typeof23 = 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 _typeof24 = 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 _typeof23 = typeof Symbol === "function" && _typeof24(Symbol.iterator) === "symbol" ? function (obj) {
6+
return typeof obj === "undefined" ? "undefined" : _typeof24(obj);
7+
} : function (obj) {
8+
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj === "undefined" ? "undefined" : _typeof24(obj);
9+
};
410

511
var _typeof22 = typeof Symbol === "function" && _typeof23(Symbol.iterator) === "symbol" ? function (obj) {
612
return typeof obj === "undefined" ? "undefined" : _typeof23(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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ msgid ""
44
msgstr ""
55
"Project-Id-Version: weForms 1.6.17\n"
66
"Report-Msgid-Bugs-To: https://wedevs.com/contact/\n"
7-
"POT-Creation-Date: 2023-02-07 17:15:07+00:00\n"
7+
"POT-Creation-Date: 2023-02-22 16:55:39+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
@@ -1756,7 +1756,7 @@ msgstr ""
17561756
msgid "Open Form"
17571757
msgstr ""
17581758

1759-
#: includes/class-notification.php:295
1759+
#: includes/class-notification.php:328
17601760
msgid ".."
17611761
msgstr ""
17621762

0 commit comments

Comments
 (0)