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 12, 2024
1 parent e6f0834 commit 2babc89
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 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.1.10
* Version: 2.2.0
* 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.1.10';
const VERSION = '2.2.0';
const MIN_WPCF7_VERSION = '5.0';
const MAX_WPCF7_VERSION = '6.0.99';
private static $BLACKLISTED_WPCF7_VERSIONS = array();
Expand Down
15 changes: 12 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=== PDF Forms Filler for CF7 ===
Version: 2.1.10
Stable tag: 2.1.10
Version: 2.2.0
Stable tag: 2.2.0
Requires at least: 4.8
Tested up to: 6.4
Tested up to: 6.7
Requires PHP: 5.2
Tags: pdf, form, contact form, email, download
Plugin URI: https://pdfformsfiller.org/
Expand Down Expand Up @@ -66,6 +66,15 @@ Special thanks to the following sponsors of this plugin:

== Changelog ==

= 2.2.0 =

* Release date: November 11, 2024

* Added support for CF7 v6.0
* Moved attachment tool, the field mapper tool and the image embedding tool from tag generator to a separate settings panel
* Added automatically download filled PDF feature
* Other fixes and improvements

= 2.1.10 =

* Release date: March 5, 2024
Expand Down

0 comments on commit 2babc89

Please sign in to comment.