Skip to content

Commit

Permalink
Version bump, readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
maxguru committed Nov 21, 2024
1 parent e31d034 commit 4d2b173
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pdf-forms-for-contact-form-7.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: PDF Forms Filler for CF7
* Plugin URI: https://pdfformsfiller.org/
* 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.
* Version: 2.2.0
* Version: 2.2.1
* Requires at least: 4.8
* Requires PHP: 5.2
* Requires Plugins: contact-form-7
Expand All @@ -24,7 +24,7 @@
{
class WPCF7_Pdf_Forms
{
const VERSION = '2.2.0';
const VERSION = '2.2.1';
const MIN_WPCF7_VERSION = '5.0';
const MAX_WPCF7_VERSION = '6.0.99';
private static $BLACKLISTED_WPCF7_VERSIONS = array();
Expand Down
11 changes: 9 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=== PDF Forms Filler for CF7 ===
Version: 2.2.0
Stable tag: 2.2.0
Version: 2.2.1
Stable tag: 2.2.1
Requires at least: 4.8
Tested up to: 6.7
Requires PHP: 5.2
Expand Down Expand Up @@ -66,6 +66,13 @@ Special thanks to the following sponsors of this plugin:

== Changelog ==

= 2.2.1 =

* Release date: November 21, 2024

* Fixed localization issues
* Updated language files

= 2.2.0 =

* Release date: November 11, 2024
Expand Down

0 comments on commit 4d2b173

Please sign in to comment.