Skip to content

Commit 763d738

Browse files
committed
Version bump, readme update
1 parent 2036a55 commit 763d738

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-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.0
6+
* Version: 1.1.1
77
* Requires at least: 5.4
88
* Requires PHP: 5.5
99
* Author: Maximum.Software
@@ -21,9 +21,9 @@
2121
{
2222
class Pdf_Forms_For_WPForms
2323
{
24-
const VERSION = '1.1.0';
24+
const VERSION = '1.1.1';
2525
const MIN_WPFORMS_VERSION = '1.6.9';
26-
const MAX_WPFORMS_VERSION = '1.7.99';
26+
const MAX_WPFORMS_VERSION = '1.8.99';
2727
private static $BLACKLISTED_WPFORMS_VERSIONS = array();
2828

2929
private static $instance = null;

readme.txt

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
=== PDF Forms Filler for WPForms ===
2-
Version: 1.1.0
3-
Stable tag: 1.1.0
2+
Version: 1.1.1
3+
Stable tag: 1.1.1
44
Requires at least: 5.4
5-
Tested up to: 6.1
5+
Tested up to: 6.2
66
Requires PHP: 5.5
77
Tags: pdf, form, filler, wpforms, attach, email, download
88
Plugin URI: https://pdfformsfiller.org/
@@ -48,6 +48,13 @@ Special thanks to the following sponsors of this plugin:
4848

4949
== Changelog ==
5050

51+
= 1.1.1 =
52+
53+
* Release date: December 2, 2022
54+
55+
* Ensure support for WPForms 1.8.0
56+
* Minor warning message clarification
57+
5158
= 1.1.0 =
5259

5360
* Release date: December 2, 2022

0 commit comments

Comments
 (0)