Skip to content

Commit a2726db

Browse files
committed
Version bump, readme update
1 parent 0886848 commit a2726db

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-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.3
6+
* Version: 1.1.4
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.3';
24+
const VERSION = '1.1.4';
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

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

4949
== Changelog ==
5050

51+
= 1.1.4 =
52+
53+
* Release date: June 22, 2023
54+
55+
* Fixed a bug: form settings sometimes are not saved
56+
5157
= 1.1.3 =
5258

5359
* Release date: May 17, 2023

0 commit comments

Comments
 (0)