Changeset 3156620
- Timestamp:
- 09/24/2024 06:25:53 AM (19 months ago)
- Location:
- wc-spod/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
classes/SpodPodAdmin.php (modified) (1 diff)
-
wc-spod.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wc-spod/trunk/README.txt
r3130982 r3156620 5 5 Requires at least: 4.6 - 5.7 6 6 Tested up to: 6.5.0 7 Stable tag: 2.1. 37 Stable tag: 2.1.4 8 8 License: GPLv2 or later 9 9 Requires PHP: 7.4 … … 65 65 == Changelog == 66 66 67 = 2.1.4 = 68 69 * Fixing of iframe admin connection 70 67 71 = 2.1.3 = 68 72 -
wc-spod/trunk/classes/SpodPodAdmin.php
r3130944 r3156620 227 227 if ($WCRestApi!==null) { 228 228 $hashmacUrl = 'https://app.spod.com/fulfillment/woo-commerce/module?shopUrl='.$shopUrl.'&apiKey='; 229 $hmac = hash_hmac('sha256', $hashmacUrl, $WCRestApi->consumer_secret); 229 230 } 230 231 -
wc-spod/trunk/wc-spod.php
r3130982 r3156620 9 9 * Plugin URI: http://www.spreadshop.com/spreadconnect?affiliateID=12890 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. 311 * Version: 2.1.4 12 12 * Author: Spreadconnect 13 13 * Author URI: http://www.spreadshop.com/spreadconnect?affiliateID=12890 … … 40 40 * Currently plugin version. 41 41 */ 42 define( 'SPOD_POD_VERSION', '2.1. 3' );42 define( 'SPOD_POD_VERSION', '2.1.4' ); 43 43 define( 'MIN_WORDPRESS_VERSION_REQUIRED', 4.8 ); 44 44 define( 'MIN_WOOCOMMERCE_VERSION_REQUIRED', 4.7);
Note: See TracChangeset
for help on using the changeset viewer.