Skip to content

Commit ebaad76

Browse files
committed
Version bump, readme update
1 parent 7826af1 commit ebaad76

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

pdf-forms-for-wpforms.php

Lines changed: 2 additions & 2 deletions
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.9
6+
* Version: 1.1.10
77
* Requires at least: 5.4
88
* Requires PHP: 5.5
99
* Author: Maximum.Software
@@ -24,7 +24,7 @@
2424
{
2525
class Pdf_Forms_For_WPForms
2626
{
27-
const VERSION = '1.1.9';
27+
const VERSION = '1.1.10';
2828
const MIN_WPFORMS_VERSION = '1.6.9';
2929
const MAX_WPFORMS_VERSION = '1.9.99';
3030
private static $BLACKLISTED_WPFORMS_VERSIONS = array();

readme.txt

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

5353
== Changelog ==
5454

55+
= 1.1.10 =
56+
57+
* Release date: November 11, 2024
58+
59+
* Minor fixes
60+
5561
= 1.1.9 =
5662

5763
* Release date: October 3, 2024

0 commit comments

Comments
 (0)