Skip to content

Commit 3979e59

Browse files
committed
Version bump, readme update
1 parent 86299f6 commit 3979e59

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-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.20
6+
Version: 1.3.21
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.20';
20+
const VERSION = '1.3.21';
2121
const MIN_WPCF7_VERSION = '5.0';
22-
const MAX_WPCF7_VERSION = '5.5.1';
22+
const MAX_WPCF7_VERSION = '5.5.2';
2323
private static $BLACKLISTED_WPCF7_VERSIONS = array();
2424

2525
private static $instance = null;

readme.txt

Lines changed: 9 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.20
8+
Version: 1.3.21
99
License: GPLv3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

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

5858
== Changelog ==
5959

60+
= 1.3.21 =
61+
62+
* Release date: October 29, 2021
63+
64+
* Ensured support up to CF7 v5.5.2
65+
* Fixed issues with tag generator code when unavailable tag names are used
66+
* Other minor improvements
67+
6068
= 1.3.20 =
6169

6270
* Release date: October 14, 2021

0 commit comments

Comments
 (0)