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 Oct 3, 2024
1 parent e095e12 commit bbec85b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pdf-forms-for-wpforms.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: PDF Forms Filler for WPForms
* Plugin URI: https://pdfformsfiller.org/
* Description: Build WPForms from PDF forms. Get PDFs filled automatically and attached to email messages and/or website responses on form submissions.
* Version: 1.1.8
* Version: 1.1.9
* Requires at least: 5.4
* Requires PHP: 5.5
* Author: Maximum.Software
Expand All @@ -24,9 +24,9 @@
{
class Pdf_Forms_For_WPForms
{
const VERSION = '1.1.8';
const VERSION = '1.1.9';
const MIN_WPFORMS_VERSION = '1.6.9';
const MAX_WPFORMS_VERSION = '1.8.99';
const MAX_WPFORMS_VERSION = '1.9.99';
private static $BLACKLISTED_WPFORMS_VERSIONS = array();

private static $instance = null;
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 WPForms ===
Version: 1.1.8
Stable tag: 1.1.8
Version: 1.1.9
Stable tag: 1.1.9
Requires at least: 5.4
Tested up to: 6.5
Tested up to: 6.6
Requires PHP: 5.5
Tags: pdf, form, wpforms, email, download
Plugin URI: https://pdfformsfiller.org/
Expand Down Expand Up @@ -50,6 +50,12 @@ Special thanks to the following sponsors of this plugin:

== Changelog ==

= 1.1.9 =

* Release date: October 3, 2024

* Bug fixes

= 1.1.8 =

* Release date: May 30, 2024
Expand Down

0 comments on commit bbec85b

Please sign in to comment.