Skip to content

Commit ba7f530

Browse files
Update ChangeLog (#72)
* Update ChangeLog * update versions Co-authored-by: James Rosado <[email protected]>
1 parent 1528d79 commit ba7f530

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

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

readme.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: tareq1988, nizamuddinbabu, boldgrid, joemoto, jamesros161
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: 4.4
55
Requires PHP: 5.6.20
6-
Tested up to: 5.6
7-
Stable tag: 1.6.5
6+
Tested up to: 5.7
7+
Stable tag: 1.6.6
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

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

250250
== Changelog ==
251251

252+
= Version 1.6.6 (13 April, 2021) =
253+
* **Fix:** Front End report link fixes
254+
* **Fix:** Signature Displays in Entries
255+
* **Update:** jQuery updates for Columns
256+
257+
252258
= Version 1.6.5 (18 February, 2021) =
253259
* **Fix:** Updated admin notices to better conform to WordPress design standards, and configured them to only show on WeForms pages.
254260
* **Update:** Removed FortressDB admin notice.

weforms.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ final class WeForms {
5555
*
5656
* @var string
5757
*/
58-
public $version = '1.6.5';
58+
public $version = '1.6.6';
5959

6060
/**
6161
* Form field value seperator

0 commit comments

Comments
 (0)