Skip to content

Commit

Permalink
Version bump, readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
maxguru committed Mar 7, 2021
1 parent cafdc71 commit c058698
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pdf-forms-for-contact-form-7.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: PDF Forms Filler for Contact Form 7
Plugin URI: https://github.com/maximum-software/wpcf7-pdf-forms
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.
Version: 1.3.5
Version: 1.3.6
Author: Maximum.Software
Author URI: https://maximum.software/
Text Domain: pdf-forms-for-contact-form-7
Expand All @@ -17,7 +17,7 @@
{
class WPCF7_Pdf_Forms
{
const VERSION = '1.3.5';
const VERSION = '1.3.6';
const MIN_WPCF7_VERSION = '4.2';
const MAX_WPCF7_VERSION = '5.4';
const BLACKLISTED_WPCF7_VERSIONS = array();
Expand Down
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Requires at least: 4.3
Tested up to: 5.6.2
Requires PHP: 5.2
Stable tag: trunk
Version: 1.3.5
Version: 1.3.6
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -52,6 +52,14 @@ Special thanks to the following sponsors of this plugin,

== Changelog ==

= 1.3.6 =

* Release date: March 7, 2021

* Added CF7 v5.4 compatibility: WPCF7_Submission::add_uploaded_file()
* Enabled CF7 v5.4 support
* Readme update

= 1.3.5 =

* Release date: March 1, 2021
Expand Down

0 comments on commit c058698

Please sign in to comment.