Skip to content

Commit a6a01ce

Browse files
committed
Version bump, readme update
1 parent 6008539 commit a6a01ce

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-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.2
6+
* Version: 1.1.3
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.2';
24+
const VERSION = '1.1.3';
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: 8 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.2
3-
Stable tag: 1.1.2
2+
Version: 1.1.3
3+
Stable tag: 1.1.3
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.3 =
52+
53+
* Release date: May 17, 2023
54+
55+
* Added a workaround for GLOB_BRACE flag not being available on some non GNU systems
56+
5157
= 1.1.2 =
5258

5359
* Release date: May 6, 2023

0 commit comments

Comments
 (0)