Plugin Directory

Changeset 2501937


Ignore:
Timestamp:
03/23/2021 04:42:11 PM (5 years ago)
Author:
Easify
Message:

Version 4.28

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

Legend:

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

    r2494272 r2501937  
    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.27
     7 * Version: 4.28
    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

    r2489733 r2501937  
    2828 *
    2929 * @class       Easify_Generic_Shop
    30  * @version     4.26
     30 * @version     4.28
    3131 * @package     easify-woocommerce-connector
    3232 * @author      Easify
     
    253253                update_post_meta($ProductId, '_sold_individually', '');
    254254                update_post_meta($ProductId, '_manage_stock', 'yes');
    255                 update_post_meta($ProductId, '_backorders', 'no');
    256255
    257256                // This needs to be free stock level not on hand stock level (Stock level minus amount of stock allocated to other orders)...
  • easify-server-woocommerce/trunk/readme.txt

    r2494272 r2501937  
    55Requires at least: 4.0
    66Tested up to: 5.7
    7 Stable tag: 4.27
     7Stable tag: 4.28
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    101101
    102102== Changelog ==
     103= 4.28 =
     104* Resolved issue where for certain configurations, WooCommerce product inventory 'Allow backorders'
     105* could be set to 'Do not allow' when product stock levels updated.
    103106= 4.27 =
    104107* Resolved issue where customer billing postcode could appear in billing county in Easify Pro.
     
    190193
    191194== Upgrade Notice ==
    192 = 4.27 =
    193 * Resolved issue where customer billing postcode could appear in billing county in Easify Pro.
     195= 4.28 =
     196* Resolved issue where for certain configurations, WooCommerce product inventory 'Allow backorders'
     197* could be set to 'Do not allow' when product stock levels updated.
Note: See TracChangeset for help on using the changeset viewer.