Skip to content

Commit bce7ead

Browse files
committed
Version bump, readme update
1 parent 223a1b3 commit bce7ead

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

pdf-forms-for-wpforms.php

Lines changed: 2 additions & 2 deletions
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.7
6+
* Version: 1.1.8
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.7';
27+
const VERSION = '1.1.8';
2828
const MIN_WPFORMS_VERSION = '1.6.9';
2929
const MAX_WPFORMS_VERSION = '1.8.99';
3030
private static $BLACKLISTED_WPFORMS_VERSIONS = array();

readme.txt

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
=== PDF Forms Filler for WPForms ===
2-
Version: 1.1.7
3-
Stable tag: 1.1.7
2+
Version: 1.1.8
3+
Stable tag: 1.1.8
44
Requires at least: 5.4
5-
Tested up to: 6.4
5+
Tested up to: 6.5
66
Requires PHP: 5.5
77
Tags: pdf, form, wpforms, email, download
88
Plugin URI: https://pdfformsfiller.org/
@@ -50,6 +50,17 @@ Special thanks to the following sponsors of this plugin:
5050

5151
== Changelog ==
5252

53+
= 1.1.8 =
54+
55+
* Release date: May 30, 2024
56+
57+
* Added multiple choice option concatenation when mapped to a text field
58+
* Fixed a bug with value mapping's WPForms field drop-down when custom value wasn't loading in correctly
59+
* Added support for WPForms multiple choice field's choices' 'value' setting
60+
* Fixed an issue with automatic value mapping generation that occurred when options list elements are strings
61+
* Fixed an issue: extra lines and spaces in smart-tag field mappings are causing value mapping mismatches
62+
* Other minor changes
63+
5364
= 1.1.7 =
5465

5566
* Release date: January 16, 2024

0 commit comments

Comments
 (0)