Skip to content

Commit 1628091

Browse files
committed
Version bump, readme update
1 parent a9e082f commit 1628091

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
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.1.11
6+
* Version: 1.2.0
77
* Requires at least: 5.4
88
* Requires PHP: 5.5
99
* Author: Maximum.Software
@@ -24,7 +24,7 @@
2424
{
2525
class Pdf_Forms_For_WPForms
2626
{
27-
const VERSION = '1.1.11';
27+
const VERSION = '1.2.0';
2828
const MIN_WPFORMS_VERSION = '1.6.9';
2929
const MAX_WPFORMS_VERSION = '1.9.99';
3030
private static $BLACKLISTED_WPFORMS_VERSIONS = array();

readme.txt

+19-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=== PDF Forms Filler for WPForms ===
2-
Version: 1.1.11
3-
Stable tag: 1.1.11
2+
Version: 1.2.0
3+
Stable tag: 1.2.0
44
Tested up to: 6.7
55
Tags: pdf, form, wpforms, email, download
66
Plugin URI: https://pdfformsfiller.org/
@@ -51,6 +51,18 @@ Special thanks to the following sponsors of this plugin:
5151

5252
== Changelog ==
5353

54+
= 1.2.0 =
55+
56+
* Release date: February 25, 2025
57+
58+
* WARNING: This version includes changes that may affect plugin behavior. Please test your forms thoroughly after updating.
59+
* Switched from `wpforms_process` action to `wpforms_process_after_filter` filter for filling PDFs to fix an issue with file upload fields
60+
* Switched from using form submission raw data ($_POST) to formatted field data for filling PDFs
61+
* Fixed an issue with file upload URL not being accessible with non-smart-tag mappings
62+
* Fixed a bug with multi-selectable field detection
63+
* Temporarily added PDF as a supported image format for embedding (until capabilities feature is implemented)
64+
* Other minor fixes and improvements
65+
5466
= 1.1.11 =
5567

5668
* Release date: December 28, 2024
@@ -157,6 +169,11 @@ Special thanks to the following sponsors of this plugin:
157169

158170
* Initial release
159171

172+
== Upgrade Notice ==
173+
174+
= 1.2.0 =
175+
WARNING: This version includes changes that may affect plugin behavior. Please test your forms thoroughly after updating.
176+
160177
== Frequently Asked Questions ==
161178

162179
= Does this plugin allow my website users to edit PDF files? =

0 commit comments

Comments
 (0)