diff --git a/pdf-forms-for-contact-form-7.php b/pdf-forms-for-contact-form-7.php index 10153b7..eedf58a 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.2 + * Version: 2.1.3 * Requires at least: 4.8 * Requires PHP: 5.2 * Author: Maximum.Software @@ -20,7 +20,7 @@ { class WPCF7_Pdf_Forms { - const VERSION = '2.1.2'; + const VERSION = '2.1.3'; const MIN_WPCF7_VERSION = '5.0'; const MAX_WPCF7_VERSION = '5.7.99'; private static $BLACKLISTED_WPCF7_VERSIONS = array(); diff --git a/readme.txt b/readme.txt index 52508e9..84b44e7 100644 --- a/readme.txt +++ b/readme.txt @@ -1,8 +1,8 @@ === PDF Forms Filler for CF7 === -Version: 2.1.2 -Stable tag: 2.1.2 +Version: 2.1.3 +Stable tag: 2.1.3 Requires at least: 4.8 -Tested up to: 6.1 +Tested up to: 6.2 Requires PHP: 5.2 Tags: pdf, form, filler, contact form, attach, email, download Plugin URI: https://pdfformsfiller.org/ @@ -62,6 +62,12 @@ Special thanks to the following sponsors of this plugin: == Changelog == += 2.1.3 = + +* Release date: May 5, 2023 + +* Minor fixes and improvements + = 2.1.2 = * Release date: December 14, 2022