File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
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.5
6
+ * Version: 1.0.6
7
7
* Requires at least: 5.4
8
8
* Requires PHP: 5.5
9
9
* Requires Plugins: woocommerce
26
26
{
27
27
class Pdf_Forms_For_WooCommerce
28
28
{
29
- const VERSION = '1.0.5 ' ;
29
+ const VERSION = '1.0.6 ' ;
30
30
const MIN_WC_VERSION = '7.1.0 ' ;
31
31
const MAX_WC_VERSION = '9.4.99 ' ;
32
32
private static $ BLACKLISTED_WC_VERSIONS = array ();
Original file line number Diff line number Diff line change 1
1
=== PDF Forms Filler for WooCommerce ===
2
- Version: 1.0.5
3
- Stable tag: 1.0.5
2
+ Version: 1.0.6
3
+ Stable tag: 1.0.6
4
4
Requires at least: 5.4
5
5
Tested up to: 6.7
6
6
Requires PHP: 5.5
@@ -55,6 +55,12 @@ Special thanks to the following sponsors of this plugin:
55
55
56
56
== Changelog ==
57
57
58
+ = 1.0.6 =
59
+
60
+ * Release date: November 11, 2024
61
+
62
+ * Minor fixes
63
+
58
64
= 1.0.5 =
59
65
60
66
* Release date: October 26, 2024
You can’t perform that action at this time.
0 commit comments