Skip to content

Commit 3e583a5

Browse files
committed
Version bump, readme update
1 parent cfc9499 commit 3e583a5

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: PDF Forms Filler for Contact Form 7
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.6
6+
Version: 1.3.7
77
Author: Maximum.Software
88
Author URI: https://maximum.software/
99
Text Domain: pdf-forms-for-contact-form-7
@@ -17,7 +17,7 @@
1717
{
1818
class WPCF7_Pdf_Forms
1919
{
20-
const VERSION = '1.3.6';
20+
const VERSION = '1.3.7';
2121
const MIN_WPCF7_VERSION = '4.2';
2222
const MAX_WPCF7_VERSION = '5.4';
2323
private static $BLACKLISTED_WPCF7_VERSIONS = array();

readme.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Contributors: maximumsoftware
33
Tags: pdf, form, filler, contact form, attachment, email
44
Requires at least: 4.3
5-
Tested up to: 5.6.2
5+
Tested up to: 5.7.1
66
Requires PHP: 5.2
77
Stable tag: trunk
8-
Version: 1.3.6
8+
Version: 1.3.7
99
License: GPLv3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -52,6 +52,13 @@ Special thanks to the following sponsors of this plugin,
5252

5353
== Changelog ==
5454

55+
= 1.3.7 =
56+
57+
* Release date: March 10, 2021
58+
59+
* Fixed old PHP version support
60+
* Decreased order of execution for wpcf7_before_send_mail action to allow other plugins to finish first
61+
5562
= 1.3.6 =
5663

5764
* Release date: March 7, 2021

0 commit comments

Comments
 (0)