Skip to content

Commit cdfd5d3

Browse files
committed
Version bump, readme update
1 parent 6a591ed commit cdfd5d3

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-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.16
6+
Version: 1.3.17
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.16';
20+
const VERSION = '1.3.17';
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: 8 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.16
8+
Version: 1.3.17
99
License: GPLv3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

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

5858
== Changelog ==
5959

60+
= 1.3.17 =
61+
62+
* Release date: August 11, 2021
63+
64+
* Fixed a bug that caused cron schedules issues with other plugins
65+
* Bumped tested up to WP version
66+
6067
= 1.3.16 =
6168

6269
* Release date: August 2, 2021

0 commit comments

Comments
 (0)