Changeset 2868187
- Timestamp:
- 02/20/2023 01:10:42 PM (3 years ago)
- Location:
- wc-spod/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
classes/SpodPodAdmin.php (modified) (1 diff)
-
wc-spod.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wc-spod/trunk/README.txt
r2868083 r2868187 5 5 Requires at least: 4.6 - 5.7 6 6 Tested up to: 6.1 7 Stable tag: 2.1. 07 Stable tag: 2.1.1 8 8 License: GPLv2 or later 9 9 Requires PHP: 7.4 -
wc-spod/trunk/classes/SpodPodAdmin.php
r2868083 r2868187 183 183 $WCRestApi = $SpodRestApi->checkRestApi(); 184 184 185 if (!(trim($api_token) =='' && $WCRestApi == null)) {185 if (!(trim($api_token)!=='' && $WCRestApi == null)) { 186 186 $this->adminIframe(); 187 187 } -
wc-spod/trunk/wc-spod.php
r2868083 r2868187 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. 011 * Version: 2.1.1 12 12 * Author: SPOD - Spreadshirt-Print-On-Demand 13 13 * Author URI: https://www.spod.com … … 29 29 * Currently plugin version. 30 30 */ 31 define( 'SPOD_POD_VERSION', '2.1. 0' );31 define( 'SPOD_POD_VERSION', '2.1.1' ); 32 32 define( 'MIN_WORDPRESS_VERSION_REQUIRED', 4.8 ); 33 33 define( 'MIN_WOOCOMMERCE_VERSION_REQUIRED', 4.7);
Note: See TracChangeset
for help on using the changeset viewer.