Changeset 3486526
- Timestamp:
- 03/19/2026 01:41:39 PM (9 days ago)
- Location:
- woo-billing-with-invoicexpress
- Files:
-
- 12 edited
- 1 copied
-
tags/8.1 (copied) (copied from woo-billing-with-invoicexpress/trunk)
-
tags/8.1/readme.txt (modified) (2 diffs)
-
tags/8.1/vendor/autoload.php (modified) (1 diff)
-
tags/8.1/vendor/composer/autoload_real.php (modified) (2 diffs)
-
tags/8.1/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/8.1/vendor/composer/installed.php (modified) (2 diffs)
-
tags/8.1/woocommerce-billing-invoicexpress-standard-edition.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_real.php (modified) (2 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/woocommerce-billing-invoicexpress-standard-edition.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-billing-with-invoicexpress/tags/8.1/readme.txt
r3481106 r3486526 7 7 Tested up to: 7.0 8 8 Requires PHP: 7.2 9 Stable tag: 8. 09 Stable tag: 8.1 10 10 License: GPLv3 11 11 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 103 103 == Changelog == 104 104 105 = 8.1 - 2026-03-19 = 106 - [FIX] Fatal error when applying the EU VAT exemption on the classic checkout (Pro version) 107 - [FIX] PHP fatal error when activating both versions of the plugin 108 - [DEV] Improve WordPress Coding Standards 109 - [DEV] Old updater code cleanup (Pro version) 110 105 111 = 8.0 - 2026-03-12 = 106 112 - [NEW] Updater v13.1 (Pro version) -
woo-billing-with-invoicexpress/tags/8.1/vendor/autoload.php
r3481120 r3486526 20 20 require_once __DIR__ . '/composer/autoload_real.php'; 21 21 22 return ComposerAutoloaderInit 67d0e88033cb04896c2abfc071fbec3b::getLoader();22 return ComposerAutoloaderInitInvoiceXpressFree::getLoader(); -
woo-billing-with-invoicexpress/tags/8.1/vendor/composer/autoload_real.php
r3481120 r3486526 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 67d0e88033cb04896c2abfc071fbec3b5 class ComposerAutoloaderInitInvoiceXpressFree 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 67d0e88033cb04896c2abfc071fbec3b', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInitInvoiceXpressFree', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 67d0e88033cb04896c2abfc071fbec3b', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInitInvoiceXpressFree', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit 67d0e88033cb04896c2abfc071fbec3b::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInitInvoiceXpressFree::getInitializer($loader)); 33 33 34 34 $loader->register(true); -
woo-billing-with-invoicexpress/tags/8.1/vendor/composer/autoload_static.php
r3481120 r3486526 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 67d0e88033cb04896c2abfc071fbec3b7 class ComposerStaticInitInvoiceXpressFree 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 53 53 { 54 54 return \Closure::bind(function () use ($loader) { 55 $loader->prefixLengthsPsr4 = ComposerStaticInit 67d0e88033cb04896c2abfc071fbec3b::$prefixLengthsPsr4;56 $loader->prefixDirsPsr4 = ComposerStaticInit 67d0e88033cb04896c2abfc071fbec3b::$prefixDirsPsr4;57 $loader->classMap = ComposerStaticInit 67d0e88033cb04896c2abfc071fbec3b::$classMap;55 $loader->prefixLengthsPsr4 = ComposerStaticInitInvoiceXpressFree::$prefixLengthsPsr4; 56 $loader->prefixDirsPsr4 = ComposerStaticInitInvoiceXpressFree::$prefixDirsPsr4; 57 $loader->classMap = ComposerStaticInitInvoiceXpressFree::$classMap; 58 58 59 59 }, null, ClassLoader::class); -
woo-billing-with-invoicexpress/tags/8.1/vendor/composer/installed.php
r3481120 r3486526 2 2 'root' => array( 3 3 'name' => 'webdados/invoicexpress-woocommerce', 4 'pretty_version' => '8. 0',5 'version' => '8. 0.0.0',6 'reference' => ' dff5711dea553ba60a8340d554fa8fe248a9be57',4 'pretty_version' => '8.1', 5 'version' => '8.1.0.0', 6 'reference' => 'f0e728fb6e16f44332f4100b028b029287971efe', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'webdados/invoicexpress-woocommerce' => array( 14 'pretty_version' => '8. 0',15 'version' => '8. 0.0.0',16 'reference' => ' dff5711dea553ba60a8340d554fa8fe248a9be57',14 'pretty_version' => '8.1', 15 'version' => '8.1.0.0', 16 'reference' => 'f0e728fb6e16f44332f4100b028b029287971efe', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', -
woo-billing-with-invoicexpress/tags/8.1/woocommerce-billing-invoicexpress-standard-edition.php
r3481120 r3486526 3 3 * Plugin Name: Invoicing with InvoiceXpress for WooCommerce - Free 4 4 * Plugin URI: https://invoicewoo.com 5 * Version: 8. 05 * Version: 8.1 6 6 * Description: WooCommerce legal invoicing made easy with InvoiceXpress integration. 7 7 * Author: Naked Cat Plugins (by Webdados) … … 66 66 } 67 67 68 // Fields 69 define( 'INVOICEXPRESS_WOOCOMMERCE_VAT_ORDER_FIELD', '_billing_VAT_code' ); 70 define( 'INVOICEXPRESS_WOOCOMMERCE_VAT_USER_FIELD', 'billing_VAT_code' ); 71 define( 'INVOICEXPRESS_WOOCOMMERCE_VAT_CHECKOUT_FIELD', 'billing_VAT_code' ); 68 // VAT Fields 69 if ( ! defined( 'INVOICEXPRESS_WOOCOMMERCE_VAT_ORDER_FIELD' ) ) { 70 define( 'INVOICEXPRESS_WOOCOMMERCE_VAT_ORDER_FIELD', '_billing_VAT_code' ); 71 } 72 if ( ! defined( 'INVOICEXPRESS_WOOCOMMERCE_VAT_USER_FIELD' ) ) { 73 define( 'INVOICEXPRESS_WOOCOMMERCE_VAT_USER_FIELD', 'billing_VAT_code' ); 74 } 75 if ( ! defined( 'INVOICEXPRESS_WOOCOMMERCE_VAT_CHECKOUT_FIELD' ) ) { 76 define( 'INVOICEXPRESS_WOOCOMMERCE_VAT_CHECKOUT_FIELD', 'billing_VAT_code' ); 77 } 72 78 73 79 /** -
woo-billing-with-invoicexpress/trunk/readme.txt
r3481106 r3486526 7 7 Tested up to: 7.0 8 8 Requires PHP: 7.2 9 Stable tag: 8. 09 Stable tag: 8.1 10 10 License: GPLv3 11 11 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 103 103 == Changelog == 104 104 105 = 8.1 - 2026-03-19 = 106 - [FIX] Fatal error when applying the EU VAT exemption on the classic checkout (Pro version) 107 - [FIX] PHP fatal error when activating both versions of the plugin 108 - [DEV] Improve WordPress Coding Standards 109 - [DEV] Old updater code cleanup (Pro version) 110 105 111 = 8.0 - 2026-03-12 = 106 112 - [NEW] Updater v13.1 (Pro version) -
woo-billing-with-invoicexpress/trunk/vendor/autoload.php
r3481120 r3486526 20 20 require_once __DIR__ . '/composer/autoload_real.php'; 21 21 22 return ComposerAutoloaderInit 67d0e88033cb04896c2abfc071fbec3b::getLoader();22 return ComposerAutoloaderInitInvoiceXpressFree::getLoader(); -
woo-billing-with-invoicexpress/trunk/vendor/composer/autoload_real.php
r3481120 r3486526 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 67d0e88033cb04896c2abfc071fbec3b5 class ComposerAutoloaderInitInvoiceXpressFree 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 67d0e88033cb04896c2abfc071fbec3b', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInitInvoiceXpressFree', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 67d0e88033cb04896c2abfc071fbec3b', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInitInvoiceXpressFree', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit 67d0e88033cb04896c2abfc071fbec3b::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInitInvoiceXpressFree::getInitializer($loader)); 33 33 34 34 $loader->register(true); -
woo-billing-with-invoicexpress/trunk/vendor/composer/autoload_static.php
r3481120 r3486526 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 67d0e88033cb04896c2abfc071fbec3b7 class ComposerStaticInitInvoiceXpressFree 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 53 53 { 54 54 return \Closure::bind(function () use ($loader) { 55 $loader->prefixLengthsPsr4 = ComposerStaticInit 67d0e88033cb04896c2abfc071fbec3b::$prefixLengthsPsr4;56 $loader->prefixDirsPsr4 = ComposerStaticInit 67d0e88033cb04896c2abfc071fbec3b::$prefixDirsPsr4;57 $loader->classMap = ComposerStaticInit 67d0e88033cb04896c2abfc071fbec3b::$classMap;55 $loader->prefixLengthsPsr4 = ComposerStaticInitInvoiceXpressFree::$prefixLengthsPsr4; 56 $loader->prefixDirsPsr4 = ComposerStaticInitInvoiceXpressFree::$prefixDirsPsr4; 57 $loader->classMap = ComposerStaticInitInvoiceXpressFree::$classMap; 58 58 59 59 }, null, ClassLoader::class); -
woo-billing-with-invoicexpress/trunk/vendor/composer/installed.php
r3481120 r3486526 2 2 'root' => array( 3 3 'name' => 'webdados/invoicexpress-woocommerce', 4 'pretty_version' => '8. 0',5 'version' => '8. 0.0.0',6 'reference' => ' dff5711dea553ba60a8340d554fa8fe248a9be57',4 'pretty_version' => '8.1', 5 'version' => '8.1.0.0', 6 'reference' => 'f0e728fb6e16f44332f4100b028b029287971efe', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'webdados/invoicexpress-woocommerce' => array( 14 'pretty_version' => '8. 0',15 'version' => '8. 0.0.0',16 'reference' => ' dff5711dea553ba60a8340d554fa8fe248a9be57',14 'pretty_version' => '8.1', 15 'version' => '8.1.0.0', 16 'reference' => 'f0e728fb6e16f44332f4100b028b029287971efe', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', -
woo-billing-with-invoicexpress/trunk/woocommerce-billing-invoicexpress-standard-edition.php
r3481120 r3486526 3 3 * Plugin Name: Invoicing with InvoiceXpress for WooCommerce - Free 4 4 * Plugin URI: https://invoicewoo.com 5 * Version: 8. 05 * Version: 8.1 6 6 * Description: WooCommerce legal invoicing made easy with InvoiceXpress integration. 7 7 * Author: Naked Cat Plugins (by Webdados) … … 66 66 } 67 67 68 // Fields 69 define( 'INVOICEXPRESS_WOOCOMMERCE_VAT_ORDER_FIELD', '_billing_VAT_code' ); 70 define( 'INVOICEXPRESS_WOOCOMMERCE_VAT_USER_FIELD', 'billing_VAT_code' ); 71 define( 'INVOICEXPRESS_WOOCOMMERCE_VAT_CHECKOUT_FIELD', 'billing_VAT_code' ); 68 // VAT Fields 69 if ( ! defined( 'INVOICEXPRESS_WOOCOMMERCE_VAT_ORDER_FIELD' ) ) { 70 define( 'INVOICEXPRESS_WOOCOMMERCE_VAT_ORDER_FIELD', '_billing_VAT_code' ); 71 } 72 if ( ! defined( 'INVOICEXPRESS_WOOCOMMERCE_VAT_USER_FIELD' ) ) { 73 define( 'INVOICEXPRESS_WOOCOMMERCE_VAT_USER_FIELD', 'billing_VAT_code' ); 74 } 75 if ( ! defined( 'INVOICEXPRESS_WOOCOMMERCE_VAT_CHECKOUT_FIELD' ) ) { 76 define( 'INVOICEXPRESS_WOOCOMMERCE_VAT_CHECKOUT_FIELD', 'billing_VAT_code' ); 77 } 72 78 73 79 /**
Note: See TracChangeset
for help on using the changeset viewer.