Skip to content

Commit 4dfdd66

Browse files
committed
Version bump, readme update
1 parent d5359d7 commit 4dfdd66

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-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.0.6
6+
* Version: 1.1.0
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.4.0
11+
* WC tested up to: 9.5
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.0.6';
29+
const VERSION = '1.1.0';
3030
const MIN_WC_VERSION = '7.1.0';
31-
const MAX_WC_VERSION = '9.4.99';
31+
const MAX_WC_VERSION = '9.5.99';
3232
private static $BLACKLISTED_WC_VERSIONS = array();
3333

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

readme.txt

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=== PDF Forms Filler for WooCommerce ===
2-
Version: 1.0.6
3-
Stable tag: 1.0.6
2+
Version: 1.1.0
3+
Stable tag: 1.1.0
44
Requires at least: 5.4
55
Tested up to: 6.7
66
Requires PHP: 5.5
@@ -55,6 +55,15 @@ Special thanks to the following sponsors of this plugin:
5555

5656
== Changelog ==
5757

58+
= 1.1.0 =
59+
60+
* Release date: December 30, 2024
61+
62+
* Added HPOS support
63+
* Added 'delete all value mappings' button
64+
* Verified support for WC 9.5
65+
* Other bug fixes and improvements
66+
5867
= 1.0.6 =
5968

6069
* Release date: November 11, 2024

0 commit comments

Comments
 (0)