Skip to content

Commit ed2a5a9

Browse files
committed
Version bump, readme update
1 parent 487f50d commit ed2a5a9

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

pdf-forms-for-woocommerce.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
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.0.3
6+
* Version: 1.0.4
77
* Requires at least: 5.4
88
* Requires PHP: 5.5
99
* WC requires at least: 5.6.0
10-
* WC tested up to: 9.0.2
10+
* WC tested up to: 9.1.2
1111
* Author: Maximum.Software
1212
* Author URI: https://maximum.software/
1313
* Text Domain: pdf-forms-for-woocommerce
@@ -25,9 +25,9 @@
2525
{
2626
class Pdf_Forms_For_WooCommerce
2727
{
28-
const VERSION = '1.0.3';
29-
const MIN_WC_VERSION = '5.6.0';
30-
const MAX_WC_VERSION = '9.0';
28+
const VERSION = '1.0.4';
29+
const MIN_WC_VERSION = '7.1.0';
30+
const MAX_WC_VERSION = '9.1.99';
3131
private static $BLACKLISTED_WC_VERSIONS = array();
3232

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

readme.txt

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
=== PDF Forms Filler for WooCommerce ===
2-
Version: 1.0.3
3-
Stable tag: 1.0.3
2+
Version: 1.0.4
3+
Stable tag: 1.0.4
44
Requires at least: 5.4
5-
Tested up to: 6.4
5+
Tested up to: 6.6
66
Requires PHP: 5.5
77
Tags: pdf, form, woocommerce, email, download
88
Plugin URI: https://pdfformsfiller.org/
@@ -53,6 +53,13 @@ Special thanks to the following sponsors of this plugin:
5353

5454
== Changelog ==
5555

56+
= 1.0.4 =
57+
58+
* Release date: July 17, 2024
59+
60+
* Switched to replacing non-valid placeholders with an empty string
61+
* Fixed placeholder matching
62+
5663
= 1.0.3 =
5764

5865
* Release date: June 2, 2024

0 commit comments

Comments
 (0)