Skip to content

Commit 320caac

Browse files
committed
Version bump, readme update
1 parent 1d6dcb5 commit 320caac

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.7
6+
* Version: 2.1.8
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.7';
23+
const VERSION = '2.1.8';
2424
const MIN_WPCF7_VERSION = '5.0';
2525
const MAX_WPCF7_VERSION = '5.8.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.7
3-
Stable tag: 2.1.7
2+
Version: 2.1.8
3+
Stable tag: 2.1.8
44
Requires at least: 4.8
55
Tested up to: 6.4
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.8 =
66+
67+
* Release date: November 8, 2023
68+
69+
* Fixed a bug with a default file name when there are multiple PDF attachments
70+
6571
= 2.1.7 =
6672

6773
* Release date: November 3, 2023

0 commit comments

Comments
 (0)