Skip to content

Commit fe95bca

Browse files
committed
Accept WooCommerce plugin's minor version number changes as being supported
1 parent fbc3185 commit fe95bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdf-forms-for-woocommerce.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Pdf_Forms_For_WooCommerce
2727
{
2828
const VERSION = '1.0.1';
2929
const MIN_WC_VERSION = '5.6.0';
30-
const MAX_WC_VERSION = '8.4.99';
30+
const MAX_WC_VERSION = '8.99';
3131
private static $BLACKLISTED_WC_VERSIONS = array();
3232

3333
const META_KEY = '_pdf-forms-for-woocommerce-data';

0 commit comments

Comments
 (0)