Skip to content

Commit de8c11e

Browse files
committed
Version bump, readme update
1 parent 678c6aa commit de8c11e

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.1.3
6+
* Version: 1.1.4
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.1.3';
29+
const VERSION = '1.1.4';
3030
const MIN_WC_VERSION = '7.1.0';
3131
const MAX_WC_VERSION = '10.3.99';
3232
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.1.3
3-
Stable tag: 1.1.3
2+
Version: 1.1.4
3+
Stable tag: 1.1.4
44
Tested up to: 6.7
55
Tags: pdf, form, woocommerce, email, download
66
Plugin URI: https://pdfformsfiller.org/
@@ -54,6 +54,14 @@ Special thanks to the following sponsors of this plugin:
5454

5555
== Changelog ==
5656

57+
= 1.1.4 =
58+
59+
* Release date: November 19, 2025
60+
61+
* Added the `Downloads` table in the edit order page meta box
62+
* Bug fix: plugin randomly failing to work due to a race condition causing product settings not to be stored in new orders (when HPOS is enabled with compatibility mode)
63+
* Other minor bug fixes and improvements
64+
5765
= 1.1.3 =
5866

5967
* Release date: November 13, 2025

0 commit comments

Comments
 (0)