Skip to content

Commit 0f0eb4e

Browse files
authored
Merge pull request #176 from BoldGrid/1.6.15-rc-1
build for testing
2 parents 2f933a3 + c69bd1e commit 0f0eb4e

File tree

9 files changed

+86
-46
lines changed

9 files changed

+86
-46
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Requires at least:** 5.0
55
**Requires PHP:** 7.2
66
**Tested up to:** 5.9
7-
**Stable tag:** 1.6.14
7+
**Stable tag:** 1.6.15
88
**License:** GPLv2 or later
99
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -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: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
'use strict';
22

3-
var _typeof17 = 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+
};
16+
17+
var _typeof18 = typeof Symbol === "function" && _typeof19(Symbol.iterator) === "symbol" ? function (obj) {
18+
return typeof obj === "undefined" ? "undefined" : _typeof19(obj);
19+
} : function (obj) {
20+
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj === "undefined" ? "undefined" : _typeof19(obj);
21+
};
22+
23+
var _typeof17 = typeof Symbol === "function" && _typeof18(Symbol.iterator) === "symbol" ? function (obj) {
24+
return typeof obj === "undefined" ? "undefined" : _typeof18(obj);
25+
} : function (obj) {
26+
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj === "undefined" ? "undefined" : _typeof18(obj);
27+
};
428

529
var _typeof16 = typeof Symbol === "function" && _typeof17(Symbol.iterator) === "symbol" ? function (obj) {
630
return typeof obj === "undefined" ? "undefined" : _typeof17(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.

assets/wpuf/css/wpuf-form-builder.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,17 @@
402402
margin: 10px 0 0 15px;
403403
cursor: pointer;
404404
}
405+
406+
#wpuf-form-builder-container section {
407+
overflow: auto;
408+
}
409+
410+
#builder-form-fields section {
411+
overflow: auto;
412+
display: inline-block;
413+
width: 100%;
414+
}
415+
405416
#wpuf-form-builder-container section {
406417
height: calc(100vh - 170px);
407418
}

languages/weforms.pot

Lines changed: 29 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# This file is distributed under the GPL2 or later.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: weForms 1.6.14\n"
5+
"Project-Id-Version: weForms 1.6.15\n"
66
"Report-Msgid-Bugs-To: https://wedevs.com/contact/\n"
7-
"POT-Creation-Date: 2022-06-28 23:22:30+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"
@@ -147,7 +147,7 @@ msgstr ""
147147
msgid "Privacy"
148148
msgstr ""
149149

150-
#: includes/admin/class-admin.php:108 weforms.php:394
150+
#: includes/admin/class-admin.php:108 weforms.php:392
151151
msgid "Settings"
152152
msgstr ""
153153

@@ -242,7 +242,6 @@ msgid "OK"
242242
msgstr ""
243243

244244
#: includes/admin/class-form-builder-assets.php:273
245-
#: includes/library/appsero/Insights.php:677
246245
msgid "Cancel"
247246
msgstr ""
248247

@@ -1460,8 +1459,8 @@ msgid "No form fields found!"
14601459
msgstr ""
14611460

14621461
#: includes/api/class-weforms-forms-controller.php:251
1463-
#: includes/class-ajax.php:848 includes/class-ajax.php:857
1464-
#: includes/class-ajax.php:898 includes/class-ajax.php:913
1462+
#: includes/class-ajax.php:856 includes/class-ajax.php:865
1463+
#: includes/class-ajax.php:906 includes/class-ajax.php:921
14651464
msgid "reCAPTCHA validation failed"
14661465
msgstr ""
14671466

@@ -1560,22 +1559,22 @@ msgid "form deleted successfully "
15601559
msgstr ""
15611560

15621561
#: includes/api/class-weforms-forms-controller.php:1235
1563-
#: includes/class-ajax.php:1142
1562+
#: includes/class-ajax.php:1150
15641563
msgid "No file found to import."
15651564
msgstr ""
15661565

15671566
#: includes/api/class-weforms-forms-controller.php:1249
1568-
#: includes/class-ajax.php:1155
1567+
#: includes/class-ajax.php:1163
15691568
msgid "The forms have been imported successfully!"
15701569
msgstr ""
15711570

15721571
#: includes/api/class-weforms-forms-controller.php:1257
1573-
#: includes/class-ajax.php:1157
1572+
#: includes/class-ajax.php:1165
15741573
msgid "Something went wrong importing the file."
15751574
msgstr ""
15761575

15771576
#: includes/api/class-weforms-forms-controller.php:1260
1578-
#: includes/class-ajax.php:1160
1577+
#: includes/class-ajax.php:1168
15791578
msgid "Invalid file or file size too big."
15801579
msgstr ""
15811580

@@ -1601,7 +1600,7 @@ msgid "data not exist"
16011600
msgstr ""
16021601

16031602
#: includes/api/class-weforms-log-controller.php:85
1604-
#: includes/class-ajax.php:1201
1603+
#: includes/class-ajax.php:1209
16051604
msgid "ago"
16061605
msgstr ""
16071606

@@ -1645,11 +1644,11 @@ msgstr ""
16451644
msgid "No form id provided!"
16461645
msgstr ""
16471646

1648-
#: includes/class-ajax.php:735
1647+
#: includes/class-ajax.php:734
16491648
msgid "\"%s\" field requires a unique entry and \"%s\" has already been used."
16501649
msgstr ""
16511650

1652-
#: includes/class-ajax.php:746
1651+
#: includes/class-ajax.php:745
16531652
msgid "No form field was found."
16541653
msgstr ""
16551654

@@ -1749,7 +1748,11 @@ msgstr ""
17491748
msgid "The form couldn't be found."
17501749
msgstr ""
17511750

1752-
#: includes/class-frontend-form.php:135
1751+
#: includes/class-frontend-form.php:112
1752+
msgid "Return to form"
1753+
msgstr ""
1754+
1755+
#: includes/class-frontend-form.php:152
17531756
msgid "Open Form"
17541757
msgstr ""
17551758

@@ -2622,18 +2625,6 @@ msgstr ""
26222625
msgid "Estimate Submitted: Form %s."
26232626
msgstr ""
26242627

2625-
#: includes/library/appsero/Insights.php:660
2626-
msgid "If you have a moment, please let us know why you are deactivating:"
2627-
msgstr ""
2628-
2629-
#: includes/library/appsero/Insights.php:675
2630-
msgid "I rather wouldn't say"
2631-
msgstr ""
2632-
2633-
#: includes/library/appsero/Insights.php:676
2634-
msgid "Submit & Deactivate"
2635-
msgstr ""
2636-
26372628
#: includes/templates/class-template-admission-form.php:12
26382629
msgid "Admissions Form"
26392630
msgstr ""
@@ -4436,53 +4427,53 @@ msgstr ""
44364427
msgid "No contact form assigned yet by marketplace owner."
44374428
msgstr ""
44384429

4439-
#: weforms.php:393
4430+
#: weforms.php:391
44404431
msgid "Docs"
44414432
msgstr ""
44424433

4443-
#: weforms.php:424
4434+
#: weforms.php:422
44444435
msgid "Your installed PHP Version is: "
44454436
msgstr ""
44464437

4447-
#: weforms.php:425
4438+
#: weforms.php:423
44484439
msgid "The <strong>weForms</strong> plugin requires PHP version <strong>"
44494440
msgstr ""
44504441

4451-
#: weforms.php:425
4442+
#: weforms.php:423
44524443
msgid "</strong> or greater."
44534444
msgstr ""
44544445

4455-
#: weforms.php:444
4446+
#: weforms.php:442
44564447
msgid "<h1>An Error Occured</h1>"
44574448
msgstr ""
44584449

4459-
#: weforms.php:445
4450+
#: weforms.php:443
44604451
msgid "<h2>Your installed PHP Version is: "
44614452
msgstr ""
44624453

4463-
#: weforms.php:446
4454+
#: weforms.php:444
44644455
msgid "<p>The <strong>weforms</strong> plugin requires PHP version <strong>"
44654456
msgstr ""
44664457

4467-
#: weforms.php:446
4458+
#: weforms.php:444
44684459
msgid "</strong> or greater"
44694460
msgstr ""
44704461

4471-
#: weforms.php:447
4462+
#: weforms.php:445
44724463
msgid "<p>The version of your PHP is "
44734464
msgstr ""
44744465

4475-
#: weforms.php:447
4466+
#: weforms.php:445
44764467
msgid "unsupported and old"
44774468
msgstr ""
44784469

4479-
#: weforms.php:448
4470+
#: weforms.php:446
44804471
msgid ""
44814472
"You should update your PHP software or contact your host regarding this "
44824473
"matter.</p>"
44834474
msgstr ""
44844475

4485-
#: weforms.php:450
4476+
#: weforms.php:448
44864477
msgid "Plugin Activation Error"
44874478
msgstr ""
44884479

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "weForms",
33
"author": "BoldGrid",
4-
"version": "1.6.14",
4+
"version": "1.6.15",
55
"license": "GPL-2.0",
66
"repository": {
77
"type": "git",

readme.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: forms, contact form, contact form plugin, custom form, form builder, form,
44
Requires at least: 5.0
55
Requires PHP: 7.2
66
Tested up to: 5.9
7-
Stable tag: 1.6.14
7+
Stable tag: 1.6.15
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -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.

weforms.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Plugin URI: https://weformspro.com/
66
* Author: weForms
77
* Author URI: https://weformspro.com/
8-
* Version: 1.6.14
8+
* Version: 1.6.15
99
* License: GPL2 or later
1010
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111
* Text Domain: weforms
@@ -55,7 +55,7 @@ final class WeForms {
5555
*
5656
* @var string
5757
*/
58-
public $version = '1.6.14';
58+
public $version = '1.6.15';
5959

6060
/**
6161
* Form field value seperator

0 commit comments

Comments
 (0)