Skip to content

Commit e3229d4

Browse files
committed
Version bump, readme update
1 parent 49412bf commit e3229d4

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
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.6
6+
* Version: 1.1.7
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.6';
27+
const VERSION = '1.1.7';
2828
const MIN_WPFORMS_VERSION = '1.6.9';
2929
const MAX_WPFORMS_VERSION = '1.8.99';
3030
private static $BLACKLISTED_WPFORMS_VERSIONS = array();

readme.txt

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=== PDF Forms Filler for WPForms ===
2-
Version: 1.1.6
3-
Stable tag: 1.1.6
2+
Version: 1.1.7
3+
Stable tag: 1.1.7
44
Requires at least: 5.4
55
Tested up to: 6.4
66
Requires PHP: 5.5
@@ -50,6 +50,14 @@ Special thanks to the following sponsors of this plugin:
5050

5151
== Changelog ==
5252

53+
= 1.1.7 =
54+
55+
* Release date: January 16, 2024
56+
57+
* Removed needless file name prefix in confirmation downloads
58+
* Fixed possible issues with API communication caused by non-alphanumeric characters in request boundary
59+
* Other minor fixes and improvements
60+
5361
= 1.1.6 =
5462

5563
* Release date: November 9, 2023

0 commit comments

Comments
 (0)