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 Mar 6, 2024
1 parent afa2693 commit 84c7c2e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 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.9
* Version: 2.1.10
* Requires at least: 4.8
* Requires PHP: 5.2
* Author: Maximum.Software
Expand All @@ -23,9 +23,9 @@
{
class WPCF7_Pdf_Forms
{
const VERSION = '2.1.9';
const VERSION = '2.1.10';
const MIN_WPCF7_VERSION = '5.0';
const MAX_WPCF7_VERSION = '5.8.99';
const MAX_WPCF7_VERSION = '5.9.99';
private static $BLACKLISTED_WPCF7_VERSIONS = array();

private static $instance = null;
Expand Down
10 changes: 8 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.1.9
Stable tag: 2.1.9
Version: 2.1.10
Stable tag: 2.1.10
Requires at least: 4.8
Tested up to: 6.4
Requires PHP: 5.2
Expand Down Expand Up @@ -64,6 +64,12 @@ Special thanks to the following sponsors of this plugin:

== Changelog ==

= 2.1.10 =

* Release date: March 5, 2024

* Ensured support for CF7 v5.9

= 2.1.9 =

* Release date: January 15, 2024
Expand Down

0 comments on commit 84c7c2e

Please sign in to comment.