Skip to content

Commit cb290d7

Browse files
committed
Version bump, readme update
1 parent 531346e commit cb290d7

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
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.6
6+
* Version: 2.1.7
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.6';
23+
const VERSION = '2.1.7';
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: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
=== PDF Forms Filler for CF7 ===
2-
Version: 2.1.6
3-
Stable tag: 2.1.6
2+
Version: 2.1.7
3+
Stable tag: 2.1.7
44
Requires at least: 4.8
5-
Tested up to: 6.3
5+
Tested up to: 6.4
66
Requires PHP: 5.2
77
Tags: pdf, form, filler, contact form, attach, email, download
88
Plugin URI: https://pdfformsfiller.org/
@@ -62,6 +62,17 @@ Special thanks to the following sponsors of this plugin:
6262

6363
== Changelog ==
6464

65+
= 2.1.7 =
66+
67+
* Release date: November 3, 2023
68+
69+
* Auto-resize mail-tags textarea
70+
* Fixed a possible JS error related to UTF-8 base64 decoding
71+
* Fixed icon file
72+
* Improved remote attachment support
73+
* Fixed issues in page snapshot code
74+
* Other minor improvements
75+
6576
= 2.1.6 =
6677

6778
* Release date: August 15, 2023

0 commit comments

Comments
 (0)