Skip to content

Commit 00ee4a1

Browse files
committed
Version bump, readme update
1 parent d70a956 commit 00ee4a1

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

pdf-forms-for-woocommerce.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
* Plugin Name: PDF Forms Filler for WooCommerce
44
* Plugin URI: https://pdfformsfiller.org/
55
* Description: Automatically fill PDF forms with WooCommerce orders and attach generated PDFs to email notifications and order downloads.
6-
* Version: 1.1.0
6+
* Version: 1.1.1
77
* Requires at least: 5.4
88
* Requires PHP: 5.5
99
* Requires Plugins: woocommerce
1010
* WC requires at least: 7.1.0
11-
* WC tested up to: 9.5
11+
* WC tested up to: 9.6
1212
* Author: Maximum.Software
1313
* Author URI: https://maximum.software/
1414
* Text Domain: pdf-forms-for-woocommerce
@@ -26,9 +26,9 @@
2626
{
2727
class Pdf_Forms_For_WooCommerce
2828
{
29-
const VERSION = '1.1.0';
29+
const VERSION = '1.1.1';
3030
const MIN_WC_VERSION = '7.1.0';
31-
const MAX_WC_VERSION = '9.5.99';
31+
const MAX_WC_VERSION = '9.6.99';
3232
private static $BLACKLISTED_WC_VERSIONS = array();
3333

3434
const META_KEY = '_pdf-forms-for-woocommerce-data';

readme.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=== PDF Forms Filler for WooCommerce ===
2-
Version: 1.1.0
3-
Stable tag: 1.1.0
2+
Version: 1.1.1
3+
Stable tag: 1.1.1
44
Tested up to: 6.7
55
Tags: pdf, form, woocommerce, email, download
66
Plugin URI: https://pdfformsfiller.org/
@@ -54,6 +54,14 @@ Special thanks to the following sponsors of this plugin:
5454

5555
== Changelog ==
5656

57+
= 1.1.1 =
58+
59+
* Release date: February 12, 2025
60+
61+
* Bug fix: All PDFs are attached to email messages instead of just the configured ones
62+
* Bug fix: Adding multiple attachments at the same time causes options for all but one to be overwritten
63+
* Other minor fixes and improvements
64+
5765
= 1.1.0 =
5866

5967
* Release date: December 30, 2024

0 commit comments

Comments
 (0)