Skip to content

Commit 2ebd31e

Browse files
committed
Version bump, readme update
1 parent 33be253 commit 2ebd31e

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
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://github.com/maximum-software/wpcf7-pdf-forms
55
Description: Create Contact Form 7 forms from PDF forms. Get PDF forms filled automatically and attached to email messages and submission responses upon form submission on your website. Embed images into PDF files. Uses Pdf.Ninja API for working with PDF files. See tutorial video for a demo.
6-
Version: 1.3.17
6+
Version: 1.3.18
77
Author: Maximum.Software
88
Author URI: https://maximum.software/
99
Text Domain: pdf-forms-for-contact-form-7
@@ -17,7 +17,7 @@
1717
{
1818
class WPCF7_Pdf_Forms
1919
{
20-
const VERSION = '1.3.17';
20+
const VERSION = '1.3.18';
2121
const MIN_WPCF7_VERSION = '5.0';
2222
const MAX_WPCF7_VERSION = '5.4.2';
2323
private static $BLACKLISTED_WPCF7_VERSIONS = array();

readme.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Requires at least: 4.8
55
Tested up to: 5.8
66
Requires PHP: 5.2
77
Stable tag: trunk
8-
Version: 1.3.17
8+
Version: 1.3.18
99
License: GPLv3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -57,6 +57,16 @@ Special thanks to the following sponsors of this plugin:
5757

5858
== Changelog ==
5959

60+
= 1.3.18 =
61+
62+
* Release date: September 18, 2021
63+
64+
* Added a user-provided email address field for requesting a new key from the API
65+
* Fixed a minor error reporting bug when requesting a new key from the API fails
66+
* Fixed an issue caused by direct modification of fileId post meta in the database
67+
* Fixed a bug introduced recently that was causing the (deprecated) tag generator to not work
68+
* Fixed typo
69+
6070
= 1.3.17 =
6171

6272
* Release date: August 11, 2021

0 commit comments

Comments
 (0)