Skip to content

Commit 96614fa

Browse files
committed
Ensured CF7 v5.8 support, ensured WP v6.3 support
1 parent 1803882 commit 96614fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pdf-forms-for-contact-form-7.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class WPCF7_Pdf_Forms
2222
{
2323
const VERSION = '2.1.5';
2424
const MIN_WPCF7_VERSION = '5.0';
25-
const MAX_WPCF7_VERSION = '5.7.99';
25+
const MAX_WPCF7_VERSION = '5.8.99';
2626
private static $BLACKLISTED_WPCF7_VERSIONS = array();
2727

2828
private static $instance = null;

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Version: 2.1.5
33
Stable tag: 2.1.5
44
Requires at least: 4.8
5-
Tested up to: 6.2
5+
Tested up to: 6.3
66
Requires PHP: 5.2
77
Tags: pdf, form, filler, contact form, attach, email, download
88
Plugin URI: https://pdfformsfiller.org/

0 commit comments

Comments
 (0)