Skip to content

Commit 398d595

Browse files
authored
Merge pull request #216 from BoldGrid/1.6.21-rc-1
Build for Release
2 parents adb6306 + 7742cc0 commit 398d595

File tree

7 files changed

+36
-20
lines changed

7 files changed

+36
-20
lines changed

README.md

Lines changed: 4 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:** 6.4
7-
**Stable tag:** 1.6.20
7+
**Stable tag:** 1.6.21
88
**License:** GPLv2 or later
99
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html
1010

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

238238
## Changelog ##
239239

240+
### Version 1.6.21 ( 01 February, 2024 ) ###
241+
* Fix: Fixes access control issue with login required form submissions.
242+
240243
### Version 1.6.20 ( 12 December, 2023 ) ###
241244
* Fix: Fixes invalid nonce message when exporting entries from entry table.
242245

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

511
var _typeof26 = typeof Symbol === "function" && _typeof27(Symbol.iterator) === "symbol" ? function (obj) {
612
return typeof obj === "undefined" ? "undefined" : _typeof27(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: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Copyright (C) 2023 weForms
1+
# Copyright (C) 2024 weForms
22
# This file is distributed under the GPL2 or later.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: weForms 1.6.20\n"
5+
"Project-Id-Version: weForms 1.6.21\n"
66
"Report-Msgid-Bugs-To: https://wedevs.com/contact/\n"
7-
"POT-Creation-Date: 2023-12-11 21:36:12+00:00\n"
7+
"POT-Creation-Date: 2024-02-01 20:35:36+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
11-
"PO-Revision-Date: 2023-MO-DA HO:MI+ZONE\n"
11+
"PO-Revision-Date: 2024-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
1414
"Language: en\n"
@@ -1467,8 +1467,8 @@ msgid "No form fields found!"
14671467
msgstr ""
14681468

14691469
#: includes/api/class-weforms-forms-controller.php:251
1470-
#: includes/class-ajax.php:862 includes/class-ajax.php:871
1471-
#: includes/class-ajax.php:912 includes/class-ajax.php:927
1470+
#: includes/class-ajax.php:874 includes/class-ajax.php:883
1471+
#: includes/class-ajax.php:924 includes/class-ajax.php:939
14721472
msgid "reCAPTCHA validation failed"
14731473
msgstr ""
14741474

@@ -1567,22 +1567,22 @@ msgid "form deleted successfully "
15671567
msgstr ""
15681568

15691569
#: includes/api/class-weforms-forms-controller.php:1235
1570-
#: includes/class-ajax.php:1156
1570+
#: includes/class-ajax.php:1168
15711571
msgid "No file found to import."
15721572
msgstr ""
15731573

15741574
#: includes/api/class-weforms-forms-controller.php:1249
1575-
#: includes/class-ajax.php:1169
1575+
#: includes/class-ajax.php:1181
15761576
msgid "The forms have been imported successfully!"
15771577
msgstr ""
15781578

15791579
#: includes/api/class-weforms-forms-controller.php:1257
1580-
#: includes/class-ajax.php:1171
1580+
#: includes/class-ajax.php:1183
15811581
msgid "Something went wrong importing the file."
15821582
msgstr ""
15831583

15841584
#: includes/api/class-weforms-forms-controller.php:1260
1585-
#: includes/class-ajax.php:1174
1585+
#: includes/class-ajax.php:1186
15861586
msgid "Invalid file or file size too big."
15871587
msgstr ""
15881588

@@ -1608,7 +1608,7 @@ msgid "data not exist"
16081608
msgstr ""
16091609

16101610
#: includes/api/class-weforms-log-controller.php:85
1611-
#: includes/class-ajax.php:1215
1611+
#: includes/class-ajax.php:1227
16121612
msgid "ago"
16131613
msgstr ""
16141614

@@ -1652,11 +1652,15 @@ msgstr ""
16521652
msgid "No form id provided!"
16531653
msgstr ""
16541654

1655-
#: includes/class-ajax.php:740
1655+
#: includes/class-ajax.php:724
1656+
msgid "Login Required for submission."
1657+
msgstr ""
1658+
1659+
#: includes/class-ajax.php:752
16561660
msgid "\"%s\" field requires a unique entry and \"%s\" has already been used."
16571661
msgstr ""
16581662

1659-
#: includes/class-ajax.php:751
1663+
#: includes/class-ajax.php:763
16601664
msgid "No form field was found."
16611665
msgstr ""
16621666

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

readme.txt

Lines changed: 4 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: 6.4
7-
Stable tag: 1.6.20
7+
Stable tag: 1.6.21
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

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

238238
== Changelog ==
239239

240+
= Version 1.6.21 ( 01 February, 2024 ) =
241+
* Fix: Fixes access control issue with login required form submissions.
242+
240243
= Version 1.6.20 ( 12 December, 2023 ) =
241244
* Fix: Fixes invalid nonce message when exporting entries from entry table.
242245

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

6060
/**
6161
* Form field value seperator

0 commit comments

Comments
 (0)