Skip to content

Commit ba19efa

Browse files
committed
Version bump, readme update
1 parent f713078 commit ba19efa

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
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.4
6+
* Version: 1.1.5
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.4';
24+
const VERSION = '1.1.5';
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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=== PDF Forms Filler for WPForms ===
2-
Version: 1.1.4
3-
Stable tag: 1.1.4
2+
Version: 1.1.5
3+
Stable tag: 1.1.5
44
Requires at least: 5.4
55
Tested up to: 6.2
66
Requires PHP: 5.5
@@ -48,6 +48,14 @@ Special thanks to the following sponsors of this plugin:
4848

4949
== Changelog ==
5050

51+
= 1.1.5 =
52+
53+
* Release date: August 9, 2023
54+
55+
* Fixed a notification attachment failure due to asynchronous notifications
56+
* Fixed an issue that was causing too many page snapshots to be generated
57+
* Minor bug fixes and improvements
58+
5159
= 1.1.4 =
5260

5361
* Release date: June 22, 2023

0 commit comments

Comments
 (0)