From 2babc8933db1004716d0253f27b1bac08771cbf4 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 11 Nov 2024 21:53:27 -0800 Subject: [PATCH] Version bump, readme update --- pdf-forms-for-contact-form-7.php | 4 ++-- readme.txt | 15 ++++++++++++--- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/pdf-forms-for-contact-form-7.php b/pdf-forms-for-contact-form-7.php index ed0e5a2..25f4399 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 CF7 * Plugin URI: https://pdfformsfiller.org/ * 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. - * Version: 2.1.10 + * Version: 2.2.0 * Requires at least: 4.8 * Requires PHP: 5.2 * Requires Plugins: contact-form-7 @@ -24,7 +24,7 @@ { class WPCF7_Pdf_Forms { - const VERSION = '2.1.10'; + const VERSION = '2.2.0'; const MIN_WPCF7_VERSION = '5.0'; const MAX_WPCF7_VERSION = '6.0.99'; private static $BLACKLISTED_WPCF7_VERSIONS = array(); diff --git a/readme.txt b/readme.txt index 2ae858d..c87178d 100644 --- a/readme.txt +++ b/readme.txt @@ -1,8 +1,8 @@ === PDF Forms Filler for CF7 === -Version: 2.1.10 -Stable tag: 2.1.10 +Version: 2.2.0 +Stable tag: 2.2.0 Requires at least: 4.8 -Tested up to: 6.4 +Tested up to: 6.7 Requires PHP: 5.2 Tags: pdf, form, contact form, email, download Plugin URI: https://pdfformsfiller.org/ @@ -66,6 +66,15 @@ Special thanks to the following sponsors of this plugin: == Changelog == += 2.2.0 = + +* Release date: November 11, 2024 + +* Added support for CF7 v6.0 +* Moved attachment tool, the field mapper tool and the image embedding tool from tag generator to a separate settings panel +* Added automatically download filled PDF feature +* Other fixes and improvements + = 2.1.10 = * Release date: March 5, 2024