File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed
Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 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.6
6+ * Version: 1.1.0
77 * Requires at least: 5.4
88 * Requires PHP: 5.5
99 * Requires Plugins: woocommerce
1010 * WC requires at least: 7.1.0
11- * WC tested up to: 9.4.0
11+ * WC tested up to: 9.5
1212 * Author: Maximum.Software
1313 * Author URI: https://maximum.software/
1414 * Text Domain: pdf-forms-for-woocommerce
2626{
2727 class Pdf_Forms_For_WooCommerce
2828 {
29- const VERSION = '1.0.6 ' ;
29+ const VERSION = '1.1.0 ' ;
3030 const MIN_WC_VERSION = '7.1.0 ' ;
31- const MAX_WC_VERSION = '9.4 .99 ' ;
31+ const MAX_WC_VERSION = '9.5 .99 ' ;
3232 private static $ BLACKLISTED_WC_VERSIONS = array ();
3333
3434 const META_KEY = '_pdf-forms-for-woocommerce-data ' ;
Original file line number Diff line number Diff line change 11=== PDF Forms Filler for WooCommerce ===
2- Version: 1.0.6
3- Stable tag: 1.0.6
2+ Version: 1.1.0
3+ Stable tag: 1.1.0
44Requires at least: 5.4
55Tested up to: 6.7
66Requires PHP: 5.5
@@ -55,6 +55,15 @@ Special thanks to the following sponsors of this plugin:
5555
5656== Changelog ==
5757
58+ = 1.1.0 =
59+
60+ * Release date: December 30, 2024
61+
62+ * Added HPOS support
63+ * Added 'delete all value mappings' button
64+ * Verified support for WC 9.5
65+ * Other bug fixes and improvements
66+
5867= 1.0.6 =
5968
6069* Release date: November 11, 2024
You can’t perform that action at this time.
0 commit comments