Changeset 2228353
- Timestamp:
- 01/16/2020 11:47:23 AM (6 years ago)
- Location:
- easify-server-woocommerce/trunk
- Files:
-
- 3 edited
-
easify.php (modified) (1 diff)
-
includes/class-easify-wc-shop.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easify-server-woocommerce/trunk/easify.php
r2228332 r2228353 5 5 * Plugin URI: http://www.easify.co.uk/wordpress/ 6 6 * 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.1 67 * Version: 4.17 8 8 * License: GPL2 9 9 * License URI: https://www.gnu.org/licenses/gpl-2.0.html -
easify-server-woocommerce/trunk/includes/class-easify-wc-shop.php
r2228332 r2228353 2 2 3 3 /** 4 * Copyright (C) 20 19Easify Ltd (email:support@easify.co.uk)4 * Copyright (C) 2020 Easify Ltd (email:support@easify.co.uk) 5 5 * This program is free software; you can redistribute it and/or 6 6 * modify it under the terms of the GNU General Public License … … 28 28 * 29 29 * @class Easify_Generic_Shop 30 * @version 4.1 630 * @version 4.17 31 31 * @package easify-woocommerce-connector 32 32 * @author Easify … … 494 494 Easify_Logging::Log("Easify_WC_Shop.UpdateProductInfo()"); 495 495 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 496 502 // At this stage $EasifySku is actually the ProductInfo Id. 497 503 // Need to get the EasifySKU for it and then lookup the product. -
easify-server-woocommerce/trunk/readme.txt
r2228332 r2228353 5 5 Requires at least: 4.0 6 6 Tested up to: 5.3.2 7 Stable tag: 4.1 67 Stable tag: 4.17 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 100 100 101 101 == Changelog == 102 = 4.17 = 103 * Fixed issue with previous update where product images and HTML description 104 still being updated even if plugin set not to accept updates. 102 105 = 4.16 = 103 106 * Added an option to the Product options page to allow you to disable updates … … 154 157 155 158 == 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 161 still being updated even if plugin set not to accept updates.
Note: See TracChangeset
for help on using the changeset viewer.