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 9, 2023
1 parent 15d4b2e commit f276540
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
4 changes: 2 additions & 2 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.5
* Version: 1.1.6
* Requires at least: 5.4
* Requires PHP: 5.5
* Author: Maximum.Software
Expand All @@ -21,7 +21,7 @@
{
class Pdf_Forms_For_WPForms
{
const VERSION = '1.1.5';
const VERSION = '1.1.6';
const MIN_WPFORMS_VERSION = '1.6.9';
const MAX_WPFORMS_VERSION = '1.8.99';
private static $BLACKLISTED_WPFORMS_VERSIONS = array();
Expand Down
17 changes: 14 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.5
Stable tag: 1.1.5
Version: 1.1.6
Stable tag: 1.1.6
Requires at least: 5.4
Tested up to: 6.3
Tested up to: 6.4
Requires PHP: 5.5
Tags: pdf, form, filler, wpforms, attach, email, download
Plugin URI: https://pdfformsfiller.org/
Expand Down Expand Up @@ -48,6 +48,17 @@ Special thanks to the following sponsors of this plugin:

== Changelog ==

= 1.1.6 =

* Release date: November 9, 2023

* Fixed issues in page snapshot code
* Improved remote attachment support
* Fixed icon file
* Auto-resize smart-tags textarea
* Fixed an issue with text attachment options not being saved in certain cases
* Other minor fixes and improvements

= 1.1.5 =

* Release date: August 9, 2023
Expand Down

0 comments on commit f276540

Please sign in to comment.