Skip to content

Commit f276540

Browse files
committed
Version bump, readme update
1 parent 15d4b2e commit f276540

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

pdf-forms-for-wpforms.php

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

readme.txt

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

4949
== Changelog ==
5050

51+
= 1.1.6 =
52+
53+
* Release date: November 9, 2023
54+
55+
* Fixed issues in page snapshot code
56+
* Improved remote attachment support
57+
* Fixed icon file
58+
* Auto-resize smart-tags textarea
59+
* Fixed an issue with text attachment options not being saved in certain cases
60+
* Other minor fixes and improvements
61+
5162
= 1.1.5 =
5263

5364
* Release date: August 9, 2023

0 commit comments

Comments
 (0)