Plugin Directory

Changeset 2173054


Ignore:
Timestamp:
10/14/2019 04:24:30 PM (6 years ago)
Author:
Easify
Message:

Version 4.13

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

Legend:

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

    r1932557 r2173054  
    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.12
     7 * Version: 4.13
    88 * License: GPL2
    99 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • easify-server-woocommerce/trunk/includes/class-easify-wc-plugin.php

    r1799139 r2173054  
    11<?php
    22/**
    3  * Copyright (C) 2017  Easify Ltd (email:support@easify.co.uk)
     3 * Copyright (C) 2019  Easify Ltd (email:support@easify.co.uk)
    44 * This program is free software; you can redistribute it and/or
    55 * modify it under the terms of the GNU General Public License
     
    132132            // dequeue the notification...
    133133            header('HTTP/1.1 500 Internal Server Error');
     134            echo $e->getMessage();
    134135            exit(0);
    135136        }       
  • easify-server-woocommerce/trunk/includes/class-easify-wc-send-order-to-easify.php

    r1728110 r2173054  
    406406     */
    407407    function get_formatted_date() {
    408         return date('Y-m-d\Th:i:s', time());
     408        return date('Y-m-d\TH:i:s', time());
    409409    }
    410410
  • easify-server-woocommerce/trunk/readme.txt

    r1932557 r2173054  
    44Tags: easify, epos, epos software, stock control software, accounting software, invoicing software, small business software, ecommerce, e-commerce, woothemes, wordpress ecommerce, woocommerce, shopping cart
    55Requires at least: 4.0
    6 Tested up to: 4.9
    7 Stable tag: 4.12
     6Tested up to: 5.23
     7Stable tag: 4.13
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8686<http://www.easify.co.uk/support/contact>
    8787support@easify.co.uk
    88 +44 (0)1305 303040
     88+44 (0)1223 750350
    8989
    9090== Screenshots ==
     
    100100
    101101== Changelog ==
     102= 4.13 =
     103* Changed to use 24hr time when sending orders to Easify.
     104* Added extra error reporting in the event of server 500 errors
    102105= 4.12 =
    103106* Fixed issue where products that go out of stock, and then come back into stock can be hidden from WooCommerce product search.
     
    138141
    139142== Upgrade Notice ==
    140 = 4.12 =
    141 * Fixed issue where products that go out of stock, and then come back into stock
    142  can be hidden from WooCommerce product search.
     143= 4.13 =
     144* Orders now report date placed using 24 hour clock. Added extra information in
     145the event of an internal server 500 error.
Note: See TracChangeset for help on using the changeset viewer.