Skip to content

Commit 4fe34ec

Browse files
committed
Version bump, readme update
1 parent 38b2a2c commit 4fe34ec

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

pdf-forms-for-contact-form-7.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 CF7
44
* Plugin URI: https://pdfformsfiller.org/
55
* Description: Build Contact Form 7 forms from PDF forms. Get PDFs auto-filled and attached to email messages and/or website responses on form submission.
6-
* Version: 2.1.3
6+
* Version: 2.1.4
77
* Requires at least: 4.8
88
* Requires PHP: 5.2
99
* Author: Maximum.Software
@@ -20,7 +20,7 @@
2020
{
2121
class WPCF7_Pdf_Forms
2222
{
23-
const VERSION = '2.1.3';
23+
const VERSION = '2.1.4';
2424
const MIN_WPCF7_VERSION = '5.0';
2525
const MAX_WPCF7_VERSION = '5.7.99';
2626
private static $BLACKLISTED_WPCF7_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 CF7 ===
2-
Version: 2.1.3
3-
Stable tag: 2.1.3
2+
Version: 2.1.4
3+
Stable tag: 2.1.4
44
Requires at least: 4.8
55
Tested up to: 6.2
66
Requires PHP: 5.2
@@ -62,6 +62,12 @@ Special thanks to the following sponsors of this plugin:
6262

6363
== Changelog ==
6464

65+
= 2.1.4 =
66+
67+
* Release date: May 17, 2023
68+
69+
* Added a workaround for GLOB_BRACE flag not being available on some non GNU systems
70+
6571
= 2.1.3 =
6672

6773
* Release date: May 5, 2023

0 commit comments

Comments
 (0)