Skip to content

Commit 62b8b6d

Browse files
committed
Version bump, readme update
1 parent cace67a commit 62b8b6d

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
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://github.com/maximum-software/wpcf7-pdf-forms
55
Description: Create Contact Form 7 forms from PDF forms. Get PDF forms filled automatically and attached to email messages and submission responses upon form submission on your website. Embed images into PDF files. Uses Pdf.Ninja API for working with PDF files. See tutorial video for a demo.
6-
Version: 1.3.19
6+
Version: 1.3.20
77
Author: Maximum.Software
88
Author URI: https://maximum.software/
99
Text Domain: pdf-forms-for-contact-form-7
@@ -17,9 +17,9 @@
1717
{
1818
class WPCF7_Pdf_Forms
1919
{
20-
const VERSION = '1.3.19';
20+
const VERSION = '1.3.20';
2121
const MIN_WPCF7_VERSION = '5.0';
22-
const MAX_WPCF7_VERSION = '5.4.2';
22+
const MAX_WPCF7_VERSION = '5.5.1';
2323
private static $BLACKLISTED_WPCF7_VERSIONS = array();
2424

2525
private static $instance = null;

readme.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Requires at least: 4.8
55
Tested up to: 5.8
66
Requires PHP: 5.2
77
Stable tag: trunk
8-
Version: 1.3.19
8+
Version: 1.3.20
99
License: GPLv3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -57,6 +57,16 @@ Special thanks to the following sponsors of this plugin:
5757

5858
== Changelog ==
5959

60+
= 1.3.20 =
61+
62+
* Release date: October 14, 2021
63+
64+
* Ensured support up to CF7 v5.5.1
65+
* Added dismissible notices
66+
* Minor refactor of API communication code
67+
* Added a confirmation box when attaching a PDF file with no fields
68+
* Other minor improvements
69+
6070
= 1.3.19 =
6171

6272
* Release date: September 21, 2021

0 commit comments

Comments
 (0)