Changeset 3002175
- Timestamp:
- 11/27/2023 12:33:35 PM (2 years ago)
- Location:
- wc-spod/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
wc-spod.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wc-spod/trunk/README.txt
r2901259 r3002175 4 4 Tags: Print on demand, Dropshipping, Woocommerce, POD, Print, Print on demand Europe, Print on demand US, SPOD, T-Shirts, Spreadshirt, Apparel 5 5 Requires at least: 4.6 - 5.7 6 Tested up to: 6. 27 Stable tag: 2.1. 16 Tested up to: 6.4.1 7 Stable tag: 2.1.2 8 8 License: GPLv2 or later 9 9 Requires PHP: 7.4 … … 74 74 == Changelog == 75 75 76 = 2.1.2 = 77 78 * Mark HPOS compatibility 79 76 80 = 2.1 = 77 81 * Users having installed the SPOD plugin before 30th of January 2023 now have the possibility to migrate to the new, improved workflow. The old workflow will stop working in the next version, so we recommend following the steps shown in Wordpress Admin > SPOD. -
wc-spod/trunk/wc-spod.php
r2868187 r3002175 9 9 * Plugin URI: https://www.spod.com/ 10 10 * Description: Connect your WooCommerce Shop to the leading provider of whitelabel print-on-demand services. Get an automatic product, order and order status synchronisation and a seamless integration into your WooCommerce setup ready within minutes. 11 * Version: 2.1. 111 * Version: 2.1.2 12 12 * Author: SPOD - Spreadshirt-Print-On-Demand 13 13 * Author URI: https://www.spod.com … … 18 18 * 19 19 * WC requires at least: 4.7 20 * WC tested up to: 7.4.020 * WC tested up to: 8.2.2 21 21 */ 22 22 … … 27 27 28 28 /** 29 * 30 * Mark HPOS compatibility 31 * @since 2.1.2 32 */ 33 add_action( 'before_woocommerce_init', function() { 34 if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) { 35 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true ); 36 } 37 } ); 38 39 /** 29 40 * Currently plugin version. 30 41 */ 31 define( 'SPOD_POD_VERSION', '2.1. 1' );42 define( 'SPOD_POD_VERSION', '2.1.2' ); 32 43 define( 'MIN_WORDPRESS_VERSION_REQUIRED', 4.8 ); 33 44 define( 'MIN_WOOCOMMERCE_VERSION_REQUIRED', 4.7);
Note: See TracChangeset
for help on using the changeset viewer.