Changeset 2173054
- Timestamp:
- 10/14/2019 04:24:30 PM (6 years ago)
- Location:
- easify-server-woocommerce/trunk
- Files:
-
- 4 edited
-
easify.php (modified) (1 diff)
-
includes/class-easify-wc-plugin.php (modified) (2 diffs)
-
includes/class-easify-wc-send-order-to-easify.php (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easify-server-woocommerce/trunk/easify.php
r1932557 r2173054 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 27 * Version: 4.13 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-plugin.php
r1799139 r2173054 1 1 <?php 2 2 /** 3 * Copyright (C) 201 7Easify Ltd (email:support@easify.co.uk)3 * Copyright (C) 2019 Easify Ltd (email:support@easify.co.uk) 4 4 * This program is free software; you can redistribute it and/or 5 5 * modify it under the terms of the GNU General Public License … … 132 132 // dequeue the notification... 133 133 header('HTTP/1.1 500 Internal Server Error'); 134 echo $e->getMessage(); 134 135 exit(0); 135 136 } -
easify-server-woocommerce/trunk/includes/class-easify-wc-send-order-to-easify.php
r1728110 r2173054 406 406 */ 407 407 function get_formatted_date() { 408 return date('Y-m-d\T h:i:s', time());408 return date('Y-m-d\TH:i:s', time()); 409 409 } 410 410 -
easify-server-woocommerce/trunk/readme.txt
r1932557 r2173054 4 4 Tags: easify, epos, epos software, stock control software, accounting software, invoicing software, small business software, ecommerce, e-commerce, woothemes, wordpress ecommerce, woocommerce, shopping cart 5 5 Requires at least: 4.0 6 Tested up to: 4.97 Stable tag: 4.1 26 Tested up to: 5.23 7 Stable tag: 4.13 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 86 86 <http://www.easify.co.uk/support/contact> 87 87 support@easify.co.uk 88 +44 (0)1 305 30304088 +44 (0)1223 750350 89 89 90 90 == Screenshots == … … 100 100 101 101 == 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 102 105 = 4.12 = 103 106 * Fixed issue where products that go out of stock, and then come back into stock can be hidden from WooCommerce product search. … … 138 141 139 142 == Upgrade Notice == 140 = 4.1 2=141 * Fixed issue where products that go out of stock, and then come back into stock142 can be hidden from WooCommerce product search.143 = 4.13 = 144 * Orders now report date placed using 24 hour clock. Added extra information in 145 the event of an internal server 500 error.
Note: See TracChangeset
for help on using the changeset viewer.