Skip to content

Commit

Permalink
Version bump, readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
maxguru committed Jan 2, 2024
1 parent 1a8d47f commit 8111f80
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pdf-forms-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: PDF Forms Filler for WooCommerce
* Plugin URI: https://pdfformsfiller.org/
* Description: Automatically fill PDF forms with WooCommerce orders and attach generated PDFs to email notifications and order downloads.
* Version: 1.0.0
* Version: 1.0.1
* Requires at least: 5.4
* Requires PHP: 5.5
* WC requires at least: 5.6.0
Expand All @@ -25,7 +25,7 @@
{
class Pdf_Forms_For_WooCommerce
{
const VERSION = '1.0.0';
const VERSION = '1.0.1';
const MIN_WC_VERSION = '5.6.0';
const MAX_WC_VERSION = '8.4.99';
private static $BLACKLISTED_WC_VERSIONS = array();
Expand Down
12 changes: 10 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=== PDF Forms Filler for WooCommerce ===
Version: 1.0.0
Stable tag: 1.0.0
Version: 1.0.1
Stable tag: 1.0.1
Requires at least: 5.4
Tested up to: 6.4
Requires PHP: 5.5
Expand Down Expand Up @@ -60,6 +60,14 @@ Special thanks to the following sponsors of this plugin:

== Changelog ==

= 1.0.1 =

* Release date: January 2, 2024

* Plugin review related changes
* Fixed an issue with UTF-8 not being base64-decoded properly
* Other minor fixes and improvements

= 1.0.0 =

* Release date: October 1, 2023
Expand Down

0 comments on commit 8111f80

Please sign in to comment.