Plugin Directory

Changeset 2228353


Ignore:
Timestamp:
01/16/2020 11:47:23 AM (6 years ago)
Author:
Easify
Message:

Version 4.17

Location:
easify-server-woocommerce/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • easify-server-woocommerce/trunk/easify.php

    r2228332 r2228353  
    55 * Plugin URI: http://www.easify.co.uk/wordpress/
    66 * Description: Connects Easify Business Management, EPOS (Electronic Point of Sale) and invoicing software to your WooCommerce enabled WordPress website. Allowing you to keep your online and offline shop's orders and stock control synchronised.
    7  * Version: 4.16
     7 * Version: 4.17
    88 * License: GPL2
    99 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • easify-server-woocommerce/trunk/includes/class-easify-wc-shop.php

    r2228332 r2228353  
    22
    33/**
    4  * Copyright (C) 2019  Easify Ltd (email:support@easify.co.uk)
     4 * Copyright (C) 2020  Easify Ltd (email:support@easify.co.uk)
    55 * This program is free software; you can redistribute it and/or
    66 * modify it under the terms of the GNU General Public License
     
    2828 *
    2929 * @class       Easify_Generic_Shop
    30  * @version     4.16
     30 * @version     4.17
    3131 * @package     easify-woocommerce-connector
    3232 * @author      Easify
     
    494494            Easify_Logging::Log("Easify_WC_Shop.UpdateProductInfo()");
    495495
     496            if ($this->easify_options->get_easify_ignore_product_updates())
     497            {
     498                Easify_Logging::Log('Easify_WC_Shop.UpdateProductInfo() - Easify plugin settings dictate ignore product updates. Not updating.');               
     499                return;           
     500            } 
     501           
    496502            // At this stage $EasifySku is actually the ProductInfo Id.
    497503            // Need to get the EasifySKU for it and then lookup the product.           
  • easify-server-woocommerce/trunk/readme.txt

    r2228332 r2228353  
    55Requires at least: 4.0
    66Tested up to: 5.3.2
    7 Stable tag: 4.16
     7Stable tag: 4.17
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    100100
    101101== Changelog ==
     102= 4.17 =
     103* Fixed issue with previous update where product images and HTML description
     104still being updated even if plugin set not to accept updates.
    102105= 4.16 =
    103106* Added an option to the Product options page to allow you to disable updates
     
    154157
    155158== Upgrade Notice ==
    156 = 4.16 =
    157 * Added an option to the Product options page to allow you to disable updates
    158 from Easify. You can then use Easify to publish the product to WooCommerce, and
    159 then use WooCommerce to edit product information without it being overwritten
    160 by subsequent changes to the product in Easify. Easify product price changes and
    161 stock levels will synchronise to WooCommerce.
     159= 4.17 =
     160* Fixed issue with previous update where product images and HTML description
     161still being updated even if plugin set not to accept updates.
Note: See TracChangeset for help on using the changeset viewer.