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 May 5, 2023
1 parent 9a852e2 commit e5eda41
Show file tree
Hide file tree
Showing 2 changed files with 11 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.2
* Version: 2.1.3
* Requires at least: 4.8
* Requires PHP: 5.2
* Author: Maximum.Software
Expand All @@ -20,7 +20,7 @@
{
class WPCF7_Pdf_Forms
{
const VERSION = '2.1.2';
const VERSION = '2.1.3';
const MIN_WPCF7_VERSION = '5.0';
const MAX_WPCF7_VERSION = '5.7.99';
private static $BLACKLISTED_WPCF7_VERSIONS = array();
Expand Down
12 changes: 9 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.2
Stable tag: 2.1.2
Version: 2.1.3
Stable tag: 2.1.3
Requires at least: 4.8
Tested up to: 6.1
Tested up to: 6.2
Requires PHP: 5.2
Tags: pdf, form, filler, contact form, attach, email, download
Plugin URI: https://pdfformsfiller.org/
Expand Down Expand Up @@ -62,6 +62,12 @@ Special thanks to the following sponsors of this plugin:

== Changelog ==

= 2.1.3 =

* Release date: May 5, 2023

* Minor fixes and improvements

= 2.1.2 =

* Release date: December 14, 2022
Expand Down

0 comments on commit e5eda41

Please sign in to comment.