File tree 2 files changed +15
-6
lines changed
2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 3
3
* Plugin Name: PDF Forms Filler for WooCommerce
4
4
* Plugin URI: https://pdfformsfiller.org/
5
5
* 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
7
7
* Requires at least: 5.4
8
8
* Requires PHP: 5.5
9
9
* Requires Plugins: woocommerce
10
10
* WC requires at least: 7.1.0
11
- * WC tested up to: 9.4.0
11
+ * WC tested up to: 9.5
12
12
* Author: Maximum.Software
13
13
* Author URI: https://maximum.software/
14
14
* Text Domain: pdf-forms-for-woocommerce
26
26
{
27
27
class Pdf_Forms_For_WooCommerce
28
28
{
29
- const VERSION = '1.0.6 ' ;
29
+ const VERSION = '1.1.0 ' ;
30
30
const MIN_WC_VERSION = '7.1.0 ' ;
31
- const MAX_WC_VERSION = '9.4 .99 ' ;
31
+ const MAX_WC_VERSION = '9.5 .99 ' ;
32
32
private static $ BLACKLISTED_WC_VERSIONS = array ();
33
33
34
34
const META_KEY = '_pdf-forms-for-woocommerce-data ' ;
Original file line number Diff line number Diff line change 1
1
=== 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
4
4
Requires at least: 5.4
5
5
Tested up to: 6.7
6
6
Requires PHP: 5.5
@@ -55,6 +55,15 @@ Special thanks to the following sponsors of this plugin:
55
55
56
56
== Changelog ==
57
57
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
+
58
67
= 1.0.6 =
59
68
60
69
* Release date: November 11, 2024
You can’t perform that action at this time.
0 commit comments