Skip to content

Commit bbec85b

Browse files
committed
Version bump, readme update
1 parent e095e12 commit bbec85b

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

pdf-forms-for-wpforms.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: PDF Forms Filler for WPForms
44
* Plugin URI: https://pdfformsfiller.org/
55
* Description: Build WPForms from PDF forms. Get PDFs filled automatically and attached to email messages and/or website responses on form submissions.
6-
* Version: 1.1.8
6+
* Version: 1.1.9
77
* Requires at least: 5.4
88
* Requires PHP: 5.5
99
* Author: Maximum.Software
@@ -24,9 +24,9 @@
2424
{
2525
class Pdf_Forms_For_WPForms
2626
{
27-
const VERSION = '1.1.8';
27+
const VERSION = '1.1.9';
2828
const MIN_WPFORMS_VERSION = '1.6.9';
29-
const MAX_WPFORMS_VERSION = '1.8.99';
29+
const MAX_WPFORMS_VERSION = '1.9.99';
3030
private static $BLACKLISTED_WPFORMS_VERSIONS = array();
3131

3232
private static $instance = null;

readme.txt

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
=== PDF Forms Filler for WPForms ===
2-
Version: 1.1.8
3-
Stable tag: 1.1.8
2+
Version: 1.1.9
3+
Stable tag: 1.1.9
44
Requires at least: 5.4
5-
Tested up to: 6.5
5+
Tested up to: 6.6
66
Requires PHP: 5.5
77
Tags: pdf, form, wpforms, email, download
88
Plugin URI: https://pdfformsfiller.org/
@@ -50,6 +50,12 @@ Special thanks to the following sponsors of this plugin:
5050

5151
== Changelog ==
5252

53+
= 1.1.9 =
54+
55+
* Release date: October 3, 2024
56+
57+
* Bug fixes
58+
5359
= 1.1.8 =
5460

5561
* Release date: May 30, 2024

0 commit comments

Comments
 (0)