File tree 2 files changed +12
-4
lines changed
2 files changed +12
-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.0
6
+ * Version: 1.0.1
7
7
* Requires at least: 5.4
8
8
* Requires PHP: 5.5
9
9
* WC requires at least: 5.6.0
25
25
{
26
26
class Pdf_Forms_For_WooCommerce
27
27
{
28
- const VERSION = '1.0.0 ' ;
28
+ const VERSION = '1.0.1 ' ;
29
29
const MIN_WC_VERSION = '5.6.0 ' ;
30
30
const MAX_WC_VERSION = '8.4.99 ' ;
31
31
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.0
3
- Stable tag: 1.0.0
2
+ Version: 1.0.1
3
+ Stable tag: 1.0.1
4
4
Requires at least: 5.4
5
5
Tested up to: 6.4
6
6
Requires PHP: 5.5
@@ -60,6 +60,14 @@ Special thanks to the following sponsors of this plugin:
60
60
61
61
== Changelog ==
62
62
63
+ = 1.0.1 =
64
+
65
+ * Release date: January 2, 2024
66
+
67
+ * Plugin review related changes
68
+ * Fixed an issue with UTF-8 not being base64-decoded properly
69
+ * Other minor fixes and improvements
70
+
63
71
= 1.0.0 =
64
72
65
73
* Release date: October 1, 2023
You can’t perform that action at this time.
0 commit comments