Skip to content

Commit 4d2b173

Browse files
committed
Version bump, readme update
1 parent e31d034 commit 4d2b173

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

pdf-forms-for-contact-form-7.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 CF7
44
* Plugin URI: https://pdfformsfiller.org/
55
* Description: Build Contact Form 7 forms from PDF forms. Get PDFs auto-filled and attached to email messages and/or website responses on form submission.
6-
* Version: 2.2.0
6+
* Version: 2.2.1
77
* Requires at least: 4.8
88
* Requires PHP: 5.2
99
* Requires Plugins: contact-form-7
@@ -24,7 +24,7 @@
2424
{
2525
class WPCF7_Pdf_Forms
2626
{
27-
const VERSION = '2.2.0';
27+
const VERSION = '2.2.1';
2828
const MIN_WPCF7_VERSION = '5.0';
2929
const MAX_WPCF7_VERSION = '6.0.99';
3030
private static $BLACKLISTED_WPCF7_VERSIONS = array();

readme.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=== PDF Forms Filler for CF7 ===
2-
Version: 2.2.0
3-
Stable tag: 2.2.0
2+
Version: 2.2.1
3+
Stable tag: 2.2.1
44
Requires at least: 4.8
55
Tested up to: 6.7
66
Requires PHP: 5.2
@@ -66,6 +66,13 @@ Special thanks to the following sponsors of this plugin:
6666

6767
== Changelog ==
6868

69+
= 2.2.1 =
70+
71+
* Release date: November 21, 2024
72+
73+
* Fixed localization issues
74+
* Updated language files
75+
6976
= 2.2.0 =
7077

7178
* Release date: November 11, 2024

0 commit comments

Comments
 (0)