From bbec85ba6d2a5c9b1f45d3128eddd4b073c61670 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 3 Oct 2024 07:08:37 -0700 Subject: [PATCH] Version bump, readme update --- pdf-forms-for-wpforms.php | 6 +++--- readme.txt | 12 +++++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/pdf-forms-for-wpforms.php b/pdf-forms-for-wpforms.php index 053bcf6..014287b 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.8 + * Version: 1.1.9 * Requires at least: 5.4 * Requires PHP: 5.5 * Author: Maximum.Software @@ -24,9 +24,9 @@ { class Pdf_Forms_For_WPForms { - const VERSION = '1.1.8'; + const VERSION = '1.1.9'; const MIN_WPFORMS_VERSION = '1.6.9'; - const MAX_WPFORMS_VERSION = '1.8.99'; + const MAX_WPFORMS_VERSION = '1.9.99'; private static $BLACKLISTED_WPFORMS_VERSIONS = array(); private static $instance = null; diff --git a/readme.txt b/readme.txt index c4e3a71..f52a97e 100644 --- a/readme.txt +++ b/readme.txt @@ -1,8 +1,8 @@ === PDF Forms Filler for WPForms === -Version: 1.1.8 -Stable tag: 1.1.8 +Version: 1.1.9 +Stable tag: 1.1.9 Requires at least: 5.4 -Tested up to: 6.5 +Tested up to: 6.6 Requires PHP: 5.5 Tags: pdf, form, wpforms, email, download Plugin URI: https://pdfformsfiller.org/ @@ -50,6 +50,12 @@ Special thanks to the following sponsors of this plugin: == Changelog == += 1.1.9 = + +* Release date: October 3, 2024 + +* Bug fixes + = 1.1.8 = * Release date: May 30, 2024