Skip to content

Commit 32259d8

Browse files
committed
Version bump, readme update
1 parent 21ebae0 commit 32259d8

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
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.3.0
6+
* Version: 1.3.1
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.3.0';
27+
const VERSION = '1.3.1';
2828
const MIN_WPFORMS_VERSION = '1.7.7';
2929
const MAX_WPFORMS_VERSION = '1.9.99';
3030
private static $BLACKLISTED_WPFORMS_VERSIONS = array();

readme.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=== PDF Forms Filler for WPForms ===
2-
Version: 1.3.0
3-
Stable tag: 1.3.0
2+
Version: 1.3.1
3+
Stable tag: 1.3.1
44
Tested up to: 6.8
55
Tags: pdf, form, wpforms, email, download
66
Plugin URI: https://pdfformsfiller.org/
@@ -55,6 +55,12 @@ Special thanks to the following sponsors of this plugin:
5555

5656
== Changelog ==
5757

58+
= 1.3.1 =
59+
60+
* Release date: May 21, 2025
61+
62+
* Fixed the issue of {entry_id} smart tag not working correctly
63+
5864
= 1.3.0 =
5965

6066
* Release date: April 2, 2025

0 commit comments

Comments
 (0)