Plugin Directory

Changeset 2505312


Ignore:
Timestamp:
03/29/2021 02:39:04 PM (5 years ago)
Author:
Easify
Message:

Version 4.31

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

Legend:

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

    r2505223 r2505312  
    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.30
     7 * Version: 4.31
    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

    r2505223 r2505312  
    2828 *
    2929 * @class       Easify_Generic_Shop
    30  * @version     4.30
     30 * @version     4.31
    3131 * @package     easify-woocommerce-connector
    3232 * @author      Easify
     
    449449     * @param string|null $product_id
    450450     */
    451     private function update_stock_status( string $stock_level, ?string $product_id ): void {
     451    private function update_stock_status( string $stock_level, string $product_id ): void {
    452452        // WooCommerce has a separate status value for in stock / out of stock, set it
    453453        // according to stock level.
  • easify-server-woocommerce/trunk/readme.txt

    r2505223 r2505312  
    55Requires at least: 4.0
    66Tested up to: 5.7
    7 Stable tag: 4.30
     7Stable tag: 4.31
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    101101
    102102== Changelog ==
     103= 4.31 =
     104* Resolved compatibility issue with older versions of PHP.
    103105= 4.30 =
    104106* Resolved issue where 'virtual' or 'downloadable' status of WooCommerce product could be reset
     
    198200
    199201== Upgrade Notice ==
    200 = 4.30 =
    201 * Resolved issue where 'virtual' or 'downloadable' status of WooCommerce product could be reset
    202 * under certain circumstances.
     202= 4.31 =
     203* Resolved compatibility issue with older versions of PHP.
Note: See TracChangeset for help on using the changeset viewer.