Skip to content

Commit 5ceb341

Browse files
committed
Version bump, readme update
1 parent f1b90f7 commit 5ceb341

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

pdf-forms-for-woocommerce.php

Lines changed: 4 additions & 4 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.2
6+
* Version: 1.0.3
77
* Requires at least: 5.4
88
* Requires PHP: 5.5
99
* WC requires at least: 5.6.0
10-
* WC tested up to: 8.5
10+
* WC tested up to: 9.0.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.2';
28+
const VERSION = '1.0.3';
2929
const MIN_WC_VERSION = '5.6.0';
30-
const MAX_WC_VERSION = '8.99';
30+
const MAX_WC_VERSION = '9.0';
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,10 +1,10 @@
11
=== PDF Forms Filler for WooCommerce ===
2-
Version: 1.0.2
3-
Stable tag: 1.0.2
2+
Version: 1.0.3
3+
Stable tag: 1.0.3
44
Requires at least: 5.4
55
Tested up to: 6.4
66
Requires PHP: 5.5
7-
Tags: pdf, form, filler, woocommerce, attach, email, download
7+
Tags: pdf, form, woocommerce, email, download
88
Plugin URI: https://pdfformsfiller.org/
99
Author: Maximum.Software
1010
Author URI: https://maximum.software/
@@ -53,6 +53,13 @@ Special thanks to the following sponsors of this plugin:
5353

5454
== Changelog ==
5555

56+
= 1.0.3 =
57+
58+
* Release date: June 2, 2024
59+
60+
* Fixed multiple issues with placeholder processor and added support for more placeholders
61+
* Bug fix (product setting change requires focus out event to be saved)
62+
5663
= 1.0.2 =
5764

5865
* Release date: January 16, 2024

0 commit comments

Comments
 (0)