From c058698c10db032d7f90a66ae5d0113c48c2f9d7 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 7 Mar 2021 12:46:59 -0800 Subject: [PATCH] Version bump, readme update --- pdf-forms-for-contact-form-7.php | 4 ++-- readme.txt | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/pdf-forms-for-contact-form-7.php b/pdf-forms-for-contact-form-7.php index 0de0b62..5ad33ce 100644 --- a/pdf-forms-for-contact-form-7.php +++ b/pdf-forms-for-contact-form-7.php @@ -3,7 +3,7 @@ Plugin Name: PDF Forms Filler for Contact Form 7 Plugin URI: https://github.com/maximum-software/wpcf7-pdf-forms 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. -Version: 1.3.5 +Version: 1.3.6 Author: Maximum.Software Author URI: https://maximum.software/ Text Domain: pdf-forms-for-contact-form-7 @@ -17,7 +17,7 @@ { class WPCF7_Pdf_Forms { - const VERSION = '1.3.5'; + const VERSION = '1.3.6'; const MIN_WPCF7_VERSION = '4.2'; const MAX_WPCF7_VERSION = '5.4'; const BLACKLISTED_WPCF7_VERSIONS = array(); diff --git a/readme.txt b/readme.txt index c0fc832..1bfb4ff 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Requires at least: 4.3 Tested up to: 5.6.2 Requires PHP: 5.2 Stable tag: trunk -Version: 1.3.5 +Version: 1.3.6 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -52,6 +52,14 @@ Special thanks to the following sponsors of this plugin, == Changelog == += 1.3.6 = + +* Release date: March 7, 2021 + +* Added CF7 v5.4 compatibility: WPCF7_Submission::add_uploaded_file() +* Enabled CF7 v5.4 support +* Readme update + = 1.3.5 = * Release date: March 1, 2021