Skip to content

Commit bd002a2

Browse files
committed
Version bump, readme update
1 parent fe95bca commit bd002a2

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

pdf-forms-for-woocommerce.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
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.1
6+
* Version: 1.0.2
77
* Requires at least: 5.4
88
* Requires PHP: 5.5
99
* WC requires at least: 5.6.0
10-
* WC tested up to: 8.4
10+
* WC tested up to: 8.5
1111
* Author: Maximum.Software
1212
* Author URI: https://maximum.software/
1313
* Text Domain: pdf-forms-for-woocommerce
@@ -25,7 +25,7 @@
2525
{
2626
class Pdf_Forms_For_WooCommerce
2727
{
28-
const VERSION = '1.0.1';
28+
const VERSION = '1.0.2';
2929
const MIN_WC_VERSION = '5.6.0';
3030
const MAX_WC_VERSION = '8.99';
3131
private static $BLACKLISTED_WC_VERSIONS = array();

readme.txt

Lines changed: 9 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.1
3-
Stable tag: 1.0.1
2+
Version: 1.0.2
3+
Stable tag: 1.0.2
44
Requires at least: 5.4
55
Tested up to: 6.4
66
Requires PHP: 5.5
@@ -53,6 +53,13 @@ Special thanks to the following sponsors of this plugin:
5353

5454
== Changelog ==
5555

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+
5663
= 1.0.1 =
5764

5865
* Release date: January 2, 2024

0 commit comments

Comments
 (0)