diff --git a/pdf-forms-for-wpforms.php b/pdf-forms-for-wpforms.php index bf02a3c..71ba2b0 100644 --- a/pdf-forms-for-wpforms.php +++ b/pdf-forms-for-wpforms.php @@ -3,7 +3,7 @@ * Plugin Name: PDF Forms Filler for WPForms * Plugin URI: https://pdfformsfiller.org/ * Description: Build WPForms from PDF forms. Get PDFs filled automatically and attached to email messages and/or website responses on form submissions. - * Version: 1.1.1 + * Version: 1.1.2 * Requires at least: 5.4 * Requires PHP: 5.5 * Author: Maximum.Software @@ -21,7 +21,7 @@ { class Pdf_Forms_For_WPForms { - const VERSION = '1.1.1'; + const VERSION = '1.1.2'; const MIN_WPFORMS_VERSION = '1.6.9'; const MAX_WPFORMS_VERSION = '1.8.99'; private static $BLACKLISTED_WPFORMS_VERSIONS = array(); diff --git a/readme.txt b/readme.txt index 02ec06c..688ba93 100644 --- a/readme.txt +++ b/readme.txt @@ -1,6 +1,6 @@ === PDF Forms Filler for WPForms === -Version: 1.1.1 -Stable tag: 1.1.1 +Version: 1.1.2 +Stable tag: 1.1.2 Requires at least: 5.4 Tested up to: 6.2 Requires PHP: 5.5 @@ -48,6 +48,12 @@ Special thanks to the following sponsors of this plugin: == Changelog == += 1.1.2 = + +* Release date: May 6, 2023 + +* Bug fixes and improvements + = 1.1.1 = * Release date: December 2, 2022