Plugin Directory

Changeset 2868187


Ignore:
Timestamp:
02/20/2023 01:10:42 PM (3 years ago)
Author:
spoddev2021
Message:

Version 2.1.1

Location:
wc-spod/trunk
Files:
3 edited

Legend:

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

    r2868083 r2868187  
    55Requires at least: 4.6 - 5.7
    66Tested up to: 6.1
    7 Stable tag: 2.1.0
     7Stable tag: 2.1.1
    88License: GPLv2 or later
    99Requires PHP: 7.4
  • wc-spod/trunk/classes/SpodPodAdmin.php

    r2868083 r2868187  
    183183        $WCRestApi = $SpodRestApi->checkRestApi();
    184184       
    185         if (!(trim($api_token)=='' && $WCRestApi == null)) {
     185        if (!(trim($api_token)!=='' && $WCRestApi == null)) {
    186186            $this->adminIframe();
    187187        }
  • wc-spod/trunk/wc-spod.php

    r2868083 r2868187  
    99 * Plugin URI:        https://www.spod.com/
    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.0
     11 * Version:           2.1.1
    1212 * Author:            SPOD - Spreadshirt-Print-On-Demand
    1313 * Author URI:        https://www.spod.com
     
    2929 * Currently plugin version.
    3030 */
    31 define( 'SPOD_POD_VERSION', '2.1.0' );
     31define( 'SPOD_POD_VERSION', '2.1.1' );
    3232define( 'MIN_WORDPRESS_VERSION_REQUIRED', 4.8 );
    3333define( 'MIN_WOOCOMMERCE_VERSION_REQUIRED', 4.7);
Note: See TracChangeset for help on using the changeset viewer.