Skip to content

Commit 8111f80

Browse files
committed
Version bump, readme update
1 parent 1a8d47f commit 8111f80

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

pdf-forms-for-woocommerce.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.0
6+
* Version: 1.0.1
77
* Requires at least: 5.4
88
* Requires PHP: 5.5
99
* WC requires at least: 5.6.0
@@ -25,7 +25,7 @@
2525
{
2626
class Pdf_Forms_For_WooCommerce
2727
{
28-
const VERSION = '1.0.0';
28+
const VERSION = '1.0.1';
2929
const MIN_WC_VERSION = '5.6.0';
3030
const MAX_WC_VERSION = '8.4.99';
3131
private static $BLACKLISTED_WC_VERSIONS = array();

readme.txt

Lines changed: 10 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.0
3-
Stable tag: 1.0.0
2+
Version: 1.0.1
3+
Stable tag: 1.0.1
44
Requires at least: 5.4
55
Tested up to: 6.4
66
Requires PHP: 5.5
@@ -60,6 +60,14 @@ Special thanks to the following sponsors of this plugin:
6060

6161
== Changelog ==
6262

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+
6371
= 1.0.0 =
6472

6573
* Release date: October 1, 2023

0 commit comments

Comments
 (0)