Plugin Directory

Changeset 3156620


Ignore:
Timestamp:
09/24/2024 06:25:53 AM (19 months ago)
Author:
spoddev2021
Message:

Changes for version 2.1.4.

Location:
wc-spod/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wc-spod/trunk/README.txt

    r3130982 r3156620  
    55Requires at least: 4.6 - 5.7
    66Tested up to: 6.5.0
    7 Stable tag: 2.1.3
     7Stable tag: 2.1.4
    88License: GPLv2 or later
    99Requires PHP: 7.4
     
    6565== Changelog ==
    6666
     67= 2.1.4 =
     68
     69* Fixing of iframe admin connection
     70
    6771= 2.1.3 =
    6872
  • wc-spod/trunk/classes/SpodPodAdmin.php

    r3130944 r3156620  
    227227        if ($WCRestApi!==null) {
    228228            $hashmacUrl = 'https://app.spod.com/fulfillment/woo-commerce/module?shopUrl='.$shopUrl.'&apiKey=';
     229            $hmac = hash_hmac('sha256', $hashmacUrl, $WCRestApi->consumer_secret);
    229230        }
    230231
  • wc-spod/trunk/wc-spod.php

    r3130982 r3156620  
    99 * Plugin URI:        http://www.spreadshop.com/spreadconnect?affiliateID=12890
    1010 * 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.3
     11 * Version:           2.1.4
    1212 * Author:            Spreadconnect
    1313 * Author URI:        http://www.spreadshop.com/spreadconnect?affiliateID=12890
     
    4040 * Currently plugin version.
    4141 */
    42 define( 'SPOD_POD_VERSION', '2.1.3' );
     42define( 'SPOD_POD_VERSION', '2.1.4' );
    4343define( 'MIN_WORDPRESS_VERSION_REQUIRED', 4.8 );
    4444define( 'MIN_WOOCOMMERCE_VERSION_REQUIRED', 4.7);
Note: See TracChangeset for help on using the changeset viewer.