Skip to content

Commit af4692d

Browse files
committed
Version bump, readme update
1 parent 4e232fa commit af4692d

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
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.1
6+
* Version: 2.2.2
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.1';
27+
const VERSION = '2.2.2';
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: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=== PDF Forms Filler for CF7 ===
2-
Version: 2.2.1
3-
Stable tag: 2.2.1
4-
Tested up to: 6.7
2+
Version: 2.2.2
3+
Stable tag: 2.2.2
4+
Tested up to: 6.8
55
Tags: pdf, form, contact form, email, download
66
Plugin URI: https://pdfformsfiller.org/
77
Author: Maximum.Software
@@ -65,6 +65,13 @@ Special thanks to the following sponsors of this plugin:
6565

6666
== Changelog ==
6767

68+
= 2.2.2 =
69+
70+
* Release date: March 31, 2025
71+
72+
* Added 'delete all value mappings' button
73+
* Other minor bug fixes and improvements
74+
6875
= 2.2.1 =
6976

7077
* Release date: November 21, 2024

0 commit comments

Comments
 (0)