File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
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.1
6
+ * Version: 1.0.2
7
7
* Requires at least: 5.4
8
8
* Requires PHP: 5.5
9
9
* WC requires at least: 5.6.0
10
- * WC tested up to: 8.4
10
+ * WC tested up to: 8.5
11
11
* Author: Maximum.Software
12
12
* Author URI: https://maximum.software/
13
13
* Text Domain: pdf-forms-for-woocommerce
25
25
{
26
26
class Pdf_Forms_For_WooCommerce
27
27
{
28
- const VERSION = '1.0.1 ' ;
28
+ const VERSION = '1.0.2 ' ;
29
29
const MIN_WC_VERSION = '5.6.0 ' ;
30
30
const MAX_WC_VERSION = '8.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.1
3
- Stable tag: 1.0.1
2
+ Version: 1.0.2
3
+ Stable tag: 1.0.2
4
4
Requires at least: 5.4
5
5
Tested up to: 6.4
6
6
Requires PHP: 5.5
@@ -53,6 +53,13 @@ Special thanks to the following sponsors of this plugin:
53
53
54
54
== Changelog ==
55
55
56
+ = 1.0.2 =
57
+
58
+ * Release date: January 16, 2024
59
+
60
+ * Fixed possible issues with API communication caused by non-alphanumeric characters in request boundary
61
+ * Other minor improvements
62
+
56
63
= 1.0.1 =
57
64
58
65
* Release date: January 2, 2024
You can’t perform that action at this time.
0 commit comments