Skip to content

Commit 217c6e5

Browse files
committed
Version bump, readme update
1 parent 75923b1 commit 217c6e5

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-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.5
6+
* Version: 1.0.6
77
* Requires at least: 5.4
88
* Requires PHP: 5.5
99
* Requires Plugins: woocommerce
@@ -26,7 +26,7 @@
2626
{
2727
class Pdf_Forms_For_WooCommerce
2828
{
29-
const VERSION = '1.0.5';
29+
const VERSION = '1.0.6';
3030
const MIN_WC_VERSION = '7.1.0';
3131
const MAX_WC_VERSION = '9.4.99';
3232
private static $BLACKLISTED_WC_VERSIONS = array();

readme.txt

Lines changed: 8 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.5
3-
Stable tag: 1.0.5
2+
Version: 1.0.6
3+
Stable tag: 1.0.6
44
Requires at least: 5.4
55
Tested up to: 6.7
66
Requires PHP: 5.5
@@ -55,6 +55,12 @@ Special thanks to the following sponsors of this plugin:
5555

5656
== Changelog ==
5757

58+
= 1.0.6 =
59+
60+
* Release date: November 11, 2024
61+
62+
* Minor fixes
63+
5864
= 1.0.5 =
5965

6066
* Release date: October 26, 2024

0 commit comments

Comments
 (0)