Skip to content

Commit dcf9c18

Browse files
committed
Version bump, readme update
1 parent 6eccf45 commit dcf9c18

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-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.2.0
6+
* Version: 1.3.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.2.0';
27+
const VERSION = '1.3.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

+16-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=== PDF Forms Filler for WPForms ===
2-
Version: 1.2.0
3-
Stable tag: 1.2.0
4-
Tested up to: 6.7
2+
Version: 1.3.0
3+
Stable tag: 1.3.0
4+
Tested up to: 6.8
55
Tags: pdf, form, wpforms, email, download
66
Plugin URI: https://pdfformsfiller.org/
77
Author: Maximum.Software
@@ -51,6 +51,14 @@ Special thanks to the following sponsors of this plugin:
5151

5252
== Changelog ==
5353

54+
= 1.3.0 =
55+
56+
* Release date: April 2, 2025
57+
58+
* WARNING: This version includes changes that may affect plugin behavior. Please test your forms thoroughly after updating.
59+
* Fixed an issue with smart tags rendering: smart tag values were HTML-escaped when we need plain text
60+
* Field Mapper Tool UI issue fixed (column widths).
61+
5462
= 1.2.0 =
5563

5664
* Release date: February 25, 2025
@@ -171,6 +179,11 @@ Special thanks to the following sponsors of this plugin:
171179

172180
== Upgrade Notice ==
173181

182+
= 1.3.0 =
183+
WARNING: This version includes changes that may affect plugin behavior. Please test your forms thoroughly after updating.
184+
The specific issue is that (in previous versions) smart tag values were HTML-escaped, causing unwanted HTML escape sequences to appear when smart tag containing strings were rendered.
185+
This version fixes the issue by unescaping smart tag values. Smart tag mappings and image embeds are affected, as well as PDF filenames and save paths that have smart tags.
186+
174187
= 1.2.0 =
175188
WARNING: This version includes changes that may affect plugin behavior. Please test your forms thoroughly after updating.
176189

0 commit comments

Comments
 (0)