Skip to content

Commit

Permalink
Version bump, release
Browse files Browse the repository at this point in the history
  • Loading branch information
maxguru committed Mar 4, 2020
1 parent d4b0f09 commit a9cd35c
Show file tree
Hide file tree
Showing 2 changed files with 12 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.2.2
Version: 1.2.3
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.2.2';
const VERSION = '1.2.3';

private static $instance = null;
private $pdf_ninja_service = null;
Expand Down
11 changes: 10 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.3.2
Requires PHP: 5.2
Stable tag: trunk
Version: 1.2.2
Version: 1.2.3
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 1.2.3 =

* Release date: March 4, 2020

* Fixed an issue that causes the removal of attachments from other posts when attaching them to CF7 forms
* Fixed a bug that caused HTML code to show up in response messages for filled PDF download links in some cases
* Fixed a bug with filled PDF saving/downloading when handling errors
* Refactored file save/download handling code

= 1.2.2 =

* Release date: January 8, 2020
Expand Down

0 comments on commit a9cd35c

Please sign in to comment.