Skip to content

Commit 4e78452

Browse files
committed
Version bump, readme update
1 parent 689dcd7 commit 4e78452

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

pdf-forms-for-wpforms.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: PDF Forms Filler for WPForms
44
* Plugin URI: https://pdfformsfiller.org/
55
* Description: Build WPForms from PDF forms. Get PDFs filled automatically and attached to email messages and/or website responses on form submissions.
6-
* Version: 1.0.0
6+
* Version: 1.1.0
77
* Requires at least: 5.4
88
* Requires PHP: 5.5
99
* Author: Maximum.Software
@@ -21,7 +21,7 @@
2121
{
2222
class Pdf_Forms_For_WPForms
2323
{
24-
const VERSION = '1.0.0';
24+
const VERSION = '1.1.0';
2525
const MIN_WPFORMS_VERSION = '1.6.9';
2626
const MAX_WPFORMS_VERSION = '1.7.99';
2727
private static $BLACKLISTED_WPFORMS_VERSIONS = array();

readme.txt

+18-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
=== PDF Forms Filler for WPForms ===
2-
Version: 1.0.0
3-
Stable tag: 1.0.0
2+
Version: 1.1.0
3+
Stable tag: 1.1.0
44
Requires at least: 5.4
5-
Tested up to: 6.0
5+
Tested up to: 6.1
66
Requires PHP: 5.5
77
Tags: pdf, form, filler, wpforms, attach, email, download
88
Plugin URI: https://pdfformsfiller.org/
@@ -48,6 +48,21 @@ Special thanks to the following sponsors of this plugin:
4848

4949
== Changelog ==
5050

51+
= 1.1.0 =
52+
53+
* Release date: December 2, 2022
54+
55+
* Some fixes were applied that affect the filling process logic. Please check your forms after the update to make sure everything is working as expected if you think they might be affected!
56+
57+
* Fixed an issue with PDF fields not being cleared with empty CF7 field values (affects prefilled fields in the original PDF file)
58+
* Fixed an issue: value mappings get applied recursively (affects field value mappings that have matching CF7/PDF values)
59+
* Bug fix: value mapping fail to work with null values
60+
* Improved labeling of empty value mapping options
61+
* Improved PDF attachment affecting action detection
62+
* Fixed German translation
63+
* Updated language files
64+
* Other fixes and improvements
65+
5166
= 1.0.0 =
5267

5368
* Release date: September 9, 2022

0 commit comments

Comments
 (0)