Skip to content

Commit 74812cc

Browse files
authored
Merge pull request #208 from BoldGrid/1.6.18-rc-1
build for release
2 parents c6795d4 + dea6a7a commit 74812cc

File tree

8 files changed

+58
-36
lines changed

8 files changed

+58
-36
lines changed

README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# weForms - Easy Drag & Drop Contact Form Builder For WordPress #
2-
**Contributors:** [tareq1988](https://profiles.wordpress.org/tareq1988/), [nizamuddinbabu](https://profiles.wordpress.org/nizamuddinbabu/), [boldgrid](https://profiles.wordpress.org/boldgrid/), [joemoto](https://profiles.wordpress.org/joemoto/), [jamesros161](https://profiles.wordpress.org/jamesros161/), [avonville1](https://profiles.wordpress.org/avonville1/)
3-
**Tags:** forms, contact form, contact form plugin, custom form, form builder, form, form creator, form manager, form creation, contact forms, custom forms, forms builder, forms creator, forms manager, forms creation
4-
**Requires at least:** 5.0
5-
**Requires PHP:** 7.2
6-
**Tested up to:** 6.1
7-
**Stable tag:** 1.6.17
8-
**License:** GPLv2 or later
9-
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html
2+
**Contributors:** [tareq1988](https://profiles.wordpress.org/tareq1988/), [nizamuddinbabu](https://profiles.wordpress.org/nizamuddinbabu/), [boldgrid](https://profiles.wordpress.org/boldgrid/), [joemoto](https://profiles.wordpress.org/joemoto/), [jamesros161](https://profiles.wordpress.org/jamesros161/), [avonville1](https://profiles.wordpress.org/avonville1/)
3+
**Tags:** forms, contact form, contact form plugin, custom form, form builder, form, form creator, form manager, form creation, contact forms, custom forms, forms builder, forms creator, forms manager, forms creation
4+
**Requires at least:** 5.0
5+
**Requires PHP:** 7.2
6+
**Tested up to:** 6.3
7+
**Stable tag:** 1.6.18
8+
**License:** GPLv2 or later
9+
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html
1010

1111
The easiest & fastest Contact Form on WordPress. Multiple templates, drag-&-drop live builder, submission listing, reCaptcha & more!
1212

@@ -237,6 +237,14 @@ weForms is the most beginner friendly and fastest WordPress contact form plugin
237237

238238
## Changelog ##
239239

240+
### Version 1.6.18 ( 19 September, 2023 ) ###
241+
* Fix: Fixes security issue with possible XSS in form builder settings.
242+
* Fix: Fixes deprecation notice for abstract fields.
243+
* Update: Bump ua-parser-js from 1.0.2 to 1.0.33.
244+
* Update: Bump browser-sync from 2.27.11 to 2.28.1.
245+
* Update: Bump browser-sync-ui from 2.1.1 to 2.1.2.
246+
* Update: Bump socket.io-parser from 4.2.2 to 4.2.3.
247+
240248
### Version 1.6.17 ( 28 February, 2023 ) ###
241249
* **Fix:** Array Key "name" doesnt exist for custom html field.
242250
* **Fix:** Fixes contrast for form white text error messages.

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

511
var _typeof23 = typeof Symbol === "function" && _typeof24(Symbol.iterator) === "symbol" ? function (obj) {
612
return typeof obj === "undefined" ? "undefined" : _typeof24(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: 19 additions & 19 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.17\n"
5+
"Project-Id-Version: weForms 1.6.18\n"
66
"Report-Msgid-Bugs-To: https://wedevs.com/contact/\n"
7-
"POT-Creation-Date: 2023-02-22 16:55:39+00:00\n"
7+
"POT-Creation-Date: 2023-09-19 16:10:14+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
@@ -818,8 +818,8 @@ msgstr ""
818818
#: includes/admin/class-promotion.php:349
819819
#: includes/admin/class-promotion.php:371
820820
#: includes/admin/class-promotion.php:375 includes/class-ajax.php:99
821-
#: includes/fields/class-abstract-fields.php:533
822-
#: includes/fields/class-abstract-fields.php:537
821+
#: includes/fields/class-abstract-fields.php:535
822+
#: includes/fields/class-abstract-fields.php:539
823823
#: includes/fields/class-field-checkbox.php:107
824824
#: includes/fields/class-field-checkbox.php:111
825825
#: includes/fields/class-field-date.php:152
@@ -1380,7 +1380,7 @@ msgstr ""
13801380

13811381
#: includes/api/class-weforms-entries-controller.php:136
13821382
#: includes/api/class-weforms-entries-controller.php:193
1383-
#: includes/class-ajax.php:662 includes/class-ajax.php:689
1383+
#: includes/class-ajax.php:668 includes/class-ajax.php:695
13841384
msgid "No entry ids provided!"
13851385
msgstr ""
13861386

@@ -1454,13 +1454,13 @@ msgid "Fields deleted successfully "
14541454
msgstr ""
14551455

14561456
#: includes/api/class-weforms-forms-controller.php:245
1457-
#: includes/class-ajax.php:521 includes/class-ajax.php:526
1457+
#: includes/class-ajax.php:527 includes/class-ajax.php:532
14581458
msgid "No form fields found!"
14591459
msgstr ""
14601460

14611461
#: includes/api/class-weforms-forms-controller.php:251
1462-
#: includes/class-ajax.php:856 includes/class-ajax.php:865
1463-
#: includes/class-ajax.php:906 includes/class-ajax.php:921
1462+
#: includes/class-ajax.php:862 includes/class-ajax.php:871
1463+
#: includes/class-ajax.php:912 includes/class-ajax.php:927
14641464
msgid "reCAPTCHA validation failed"
14651465
msgstr ""
14661466

@@ -1525,7 +1525,7 @@ msgstr ""
15251525

15261526
#: includes/api/class-weforms-forms-controller.php:797
15271527
#: includes/api/class-weforms-forms-controller.php:822
1528-
#: includes/class-ajax.php:348
1528+
#: includes/class-ajax.php:354
15291529
msgid "Could not create the form"
15301530
msgstr ""
15311531

@@ -1550,7 +1550,7 @@ msgid "Unable to delete form"
15501550
msgstr ""
15511551

15521552
#: includes/api/class-weforms-forms-controller.php:1099
1553-
#: includes/class-ajax.php:307
1553+
#: includes/class-ajax.php:313
15541554
msgid "No form ids provided!"
15551555
msgstr ""
15561556

@@ -1559,22 +1559,22 @@ msgid "form deleted successfully "
15591559
msgstr ""
15601560

15611561
#: includes/api/class-weforms-forms-controller.php:1235
1562-
#: includes/class-ajax.php:1150
1562+
#: includes/class-ajax.php:1156
15631563
msgid "No file found to import."
15641564
msgstr ""
15651565

15661566
#: includes/api/class-weforms-forms-controller.php:1249
1567-
#: includes/class-ajax.php:1163
1567+
#: includes/class-ajax.php:1169
15681568
msgid "The forms have been imported successfully!"
15691569
msgstr ""
15701570

15711571
#: includes/api/class-weforms-forms-controller.php:1257
1572-
#: includes/class-ajax.php:1165
1572+
#: includes/class-ajax.php:1171
15731573
msgid "Something went wrong importing the file."
15741574
msgstr ""
15751575

15761576
#: includes/api/class-weforms-forms-controller.php:1260
1577-
#: includes/class-ajax.php:1168
1577+
#: includes/class-ajax.php:1174
15781578
msgid "Invalid file or file size too big."
15791579
msgstr ""
15801580

@@ -1600,7 +1600,7 @@ msgid "data not exist"
16001600
msgstr ""
16011601

16021602
#: includes/api/class-weforms-log-controller.php:85
1603-
#: includes/class-ajax.php:1209
1603+
#: includes/class-ajax.php:1215
16041604
msgid "ago"
16051605
msgstr ""
16061606

@@ -1636,19 +1636,19 @@ msgstr ""
16361636
msgid "Invalid form id"
16371637
msgstr ""
16381638

1639-
#: includes/class-ajax.php:263
1639+
#: includes/class-ajax.php:269
16401640
msgid "Please provide a form name"
16411641
msgstr ""
16421642

1643-
#: includes/class-ajax.php:291 includes/class-ajax.php:446
1643+
#: includes/class-ajax.php:297 includes/class-ajax.php:452
16441644
msgid "No form id provided!"
16451645
msgstr ""
16461646

1647-
#: includes/class-ajax.php:734
1647+
#: includes/class-ajax.php:740
16481648
msgid "\"%s\" field requires a unique entry and \"%s\" has already been used."
16491649
msgstr ""
16501650

1651-
#: includes/class-ajax.php:745
1651+
#: includes/class-ajax.php:751
16521652
msgid "No form field was found."
16531653
msgstr ""
16541654

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.17",
4+
"version": "1.6.18",
55
"license": "GPL-2.0",
66
"repository": {
77
"type": "git",

readme.txt

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: tareq1988, nizamuddinbabu, boldgrid, joemoto, jamesros161, avonvil
33
Tags: forms, contact form, contact form plugin, custom form, form builder, form, form creator, form manager, form creation, contact forms, custom forms, forms builder, forms creator, forms manager, forms creation
44
Requires at least: 5.0
55
Requires PHP: 7.2
6-
Tested up to: 6.1
7-
Stable tag: 1.6.17
6+
Tested up to: 6.3
7+
Stable tag: 1.6.18
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -237,7 +237,15 @@ 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.18 ( 19 September, 2023 ) =
241+
* Fix: Fixes security issue with possible XSS in form builder settings.
242+
* Fix: Fixes deprecation notice for abstract fields.
243+
* Update: Bump ua-parser-js from 1.0.2 to 1.0.33.
244+
* Update: Bump browser-sync from 2.27.11 to 2.28.1.
245+
* Update: Bump browser-sync-ui from 2.1.1 to 2.1.2.
246+
* Update: Bump socket.io-parser from 4.2.2 to 4.2.3.
247+
248+
= Version 1.6.17 ( 28 February, 2023 ) =
241249
* **Fix:** Array Key "name" doesnt exist for custom html field.
242250
* **Fix:** Fixes contrast for form white text error messages.
243251
* **Fix:** New lines being removed in textarea field.

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.17
8+
* Version: 1.6.18
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.17';
58+
public $version = '1.6.18';
5959

6060
/**
6161
* Form field value seperator

0 commit comments

Comments
 (0)