Skip to content

Commit

Permalink
Merge pull request #216 from BoldGrid/1.6.21-rc-1
Browse files Browse the repository at this point in the history
Build for Release
  • Loading branch information
avonville authored Feb 1, 2024
2 parents adb6306 + 7742cc0 commit 398d595
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 20 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**Requires at least:** 5.0
**Requires PHP:** 7.2
**Tested up to:** 6.4
**Stable tag:** 1.6.20
**Stable tag:** 1.6.21
**License:** GPLv2 or later
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html

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

## Changelog ##

### Version 1.6.21 ( 01 February, 2024 ) ###
* Fix: Fixes access control issue with login required form submissions.

### Version 1.6.20 ( 12 December, 2023 ) ###
* Fix: Fixes invalid nonce message when exporting entries from entry table.

Expand Down
8 changes: 7 additions & 1 deletion assets/js/spa-app.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
'use strict';

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; };
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; };

var _typeof27 = typeof Symbol === "function" && _typeof28(Symbol.iterator) === "symbol" ? function (obj) {
return typeof obj === "undefined" ? "undefined" : _typeof28(obj);
} : function (obj) {
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj === "undefined" ? "undefined" : _typeof28(obj);
};

var _typeof26 = typeof Symbol === "function" && _typeof27(Symbol.iterator) === "symbol" ? function (obj) {
return typeof obj === "undefined" ? "undefined" : _typeof27(obj);
Expand Down
2 changes: 1 addition & 1 deletion assets/js/spa-app.min.js

Large diffs are not rendered by default.

30 changes: 17 additions & 13 deletions languages/weforms.pot
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Copyright (C) 2023 weForms
# Copyright (C) 2024 weForms
# This file is distributed under the GPL2 or later.
msgid ""
msgstr ""
"Project-Id-Version: weForms 1.6.20\n"
"Project-Id-Version: weForms 1.6.21\n"
"Report-Msgid-Bugs-To: https://wedevs.com/contact/\n"
"POT-Creation-Date: 2023-12-11 21:36:12+00:00\n"
"POT-Creation-Date: 2024-02-01 20:35:36+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2023-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2024-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
"Language: en\n"
Expand Down Expand Up @@ -1467,8 +1467,8 @@ msgid "No form fields found!"
msgstr ""

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

Expand Down Expand Up @@ -1567,22 +1567,22 @@ msgid "form deleted successfully "
msgstr ""

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

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

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

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

Expand All @@ -1608,7 +1608,7 @@ msgid "data not exist"
msgstr ""

#: includes/api/class-weforms-log-controller.php:85
#: includes/class-ajax.php:1215
#: includes/class-ajax.php:1227
msgid "ago"
msgstr ""

Expand Down Expand Up @@ -1652,11 +1652,15 @@ msgstr ""
msgid "No form id provided!"
msgstr ""

#: includes/class-ajax.php:740
#: includes/class-ajax.php:724
msgid "Login Required for submission."
msgstr ""

#: includes/class-ajax.php:752
msgid "\"%s\" field requires a unique entry and \"%s\" has already been used."
msgstr ""

#: includes/class-ajax.php:751
#: includes/class-ajax.php:763
msgid "No form field was found."
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "weForms",
"author": "BoldGrid",
"version": "1.6.20",
"version": "1.6.21",
"license": "GPL-2.0",
"repository": {
"type": "git",
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: forms, contact form, contact form plugin, custom form, form builder, form,
Requires at least: 5.0
Requires PHP: 7.2
Tested up to: 6.4
Stable tag: 1.6.20
Stable tag: 1.6.21
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= Version 1.6.21 ( 01 February, 2024 ) =
* Fix: Fixes access control issue with login required form submissions.

= Version 1.6.20 ( 12 December, 2023 ) =
* Fix: Fixes invalid nonce message when exporting entries from entry table.

Expand Down
4 changes: 2 additions & 2 deletions weforms.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Plugin URI: https://weformspro.com/
* Author: weForms
* Author URI: https://weformspro.com/
* Version: 1.6.20
* Version: 1.6.21
* License: GPL2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: weforms
Expand Down Expand Up @@ -55,7 +55,7 @@ final class WeForms {
*
* @var string
*/
public $version = '1.6.20';
public $version = '1.6.21';

/**
* Form field value seperator
Expand Down

0 comments on commit 398d595

Please sign in to comment.