Skip to content

Commit 8a42c4d

Browse files
authored
Merge pull request #92 from BoldGrid/1.6.7-rc
Updated Versions and changelog
2 parents 5c3af50 + 92221d6 commit 8a42c4d

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Requires at least:** 4.4
55
**Requires PHP:** 5.6.20
66
**Tested up to:** 5.7
7-
**Stable tag:** 1.6.6
7+
**Stable tag:** 1.6.7
88
**License:** GPLv2 or later
99
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html
1010

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

readme.txt

Lines changed: 7 additions & 2 deletions
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: 4.4
55
Requires PHP: 5.6.20
66
Tested up to: 5.7
7-
Stable tag: 1.6.6
7+
Stable tag: 1.6.7
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -249,12 +249,17 @@ weForms is the most beginner friendly and fastest WordPress contact form plugin
249249

250250
== Changelog ==
251251

252+
= Version 1.6.7 (26 April, 2021) =
253+
* **Fix:** PHP 8.0 form submission issues fixes and removal of admin notice callback
254+
* **Fix:** Transaction table id matching entry id and addition of entry after submission fixes
255+
* **Fix:** Added weSerialize wapper for backward compatbility with weSerialize
256+
* **Fix:** Admin notice form import fixes
257+
252258
= Version 1.6.6 (13 April, 2021) =
253259
* **Fix:** Front End report link fixes
254260
* **Fix:** Signature Displays in Entries
255261
* **Update:** jQuery updates for Columns
256262

257-
258263
= Version 1.6.5 (18 February, 2021) =
259264
* **Fix:** Updated admin notices to better conform to WordPress design standards, and configured them to only show on WeForms pages.
260265
* **Update:** Removed FortressDB admin notice.

weforms.php

Lines changed: 1 addition & 1 deletion
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.6
8+
* Version: 1.6.7
99
* License: GPL2 or later
1010
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111
* Text Domain: weforms

0 commit comments

Comments
 (0)