Skip to content

Commit 22e8401

Browse files
committed
Version bump, readme update
1 parent cebb182 commit 22e8401

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

pdf-forms-for-contact-form-7.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: PDF Forms Filler for CF7
44
* Plugin URI: https://pdfformsfiller.org/
55
* Description: Build Contact Form 7 forms from PDF forms. Get PDFs auto-filled and attached to email messages and/or website responses on form submission.
6-
* Version: 2.0.1
6+
* Version: 2.0.2
77
* Requires at least: 4.8
88
* Requires PHP: 5.2
99
* Author: Maximum.Software
@@ -20,9 +20,9 @@
2020
{
2121
class WPCF7_Pdf_Forms
2222
{
23-
const VERSION = '2.0.1';
23+
const VERSION = '2.0.2';
2424
const MIN_WPCF7_VERSION = '5.0';
25-
const MAX_WPCF7_VERSION = '5.5.4';
25+
const MAX_WPCF7_VERSION = '5.5.5';
2626
private static $BLACKLISTED_WPCF7_VERSIONS = array();
2727

2828
private static $instance = null;

readme.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=== PDF Forms Filler for CF7 ===
2-
Version: 2.0.1
3-
Stable tag: 2.0.1
2+
Version: 2.0.2
3+
Stable tag: 2.0.2
44
Requires at least: 4.8
55
Tested up to: 5.9
66
Requires PHP: 5.2
@@ -60,6 +60,14 @@ Special thanks to the following sponsors of this plugin:
6060

6161
== Changelog ==
6262

63+
= 2.0.2 =
64+
65+
* Release date: February 14, 2022
66+
67+
* Ensured support for CF7 v5.5.5
68+
* Added a workaround for a corrupted cookie
69+
* Other minor improvements
70+
6371
= 2.0.1 =
6472

6573
* Release date: February 2, 2022

0 commit comments

Comments
 (0)