Skip to content

Commit 3a04383

Browse files
committed
Version bump, readme update
1 parent 0ed664b commit 3a04383

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-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.10
6+
* Version: 1.1.11
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.10';
27+
const VERSION = '1.1.11';
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

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=== PDF Forms Filler for WPForms ===
2-
Version: 1.1.10
3-
Stable tag: 1.1.10
2+
Version: 1.1.11
3+
Stable tag: 1.1.11
44
Requires at least: 5.4
55
Tested up to: 6.7
66
Requires PHP: 5.5
@@ -52,6 +52,16 @@ Special thanks to the following sponsors of this plugin:
5252

5353
== Changelog ==
5454

55+
= 1.1.11 =
56+
57+
* Release date: December 28, 2024
58+
59+
* Added 'delete all value mappings' button
60+
* Fixed value mapping dropdowns going off-screen caused by very long PDF field option labels
61+
* Fixed localization issues
62+
* Updated language files
63+
* Other bug fixes and improvements
64+
5565
= 1.1.10 =
5666

5767
* Release date: November 11, 2024

0 commit comments

Comments
 (0)