Changeset 2501937
- Timestamp:
- 03/23/2021 04:42:11 PM (5 years ago)
- Location:
- easify-server-woocommerce/trunk
- Files:
-
- 3 edited
-
easify.php (modified) (1 diff)
-
includes/class-easify-wc-shop.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easify-server-woocommerce/trunk/easify.php
r2494272 r2501937 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.2 77 * Version: 4.28 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
r2489733 r2501937 28 28 * 29 29 * @class Easify_Generic_Shop 30 * @version 4.2 630 * @version 4.28 31 31 * @package easify-woocommerce-connector 32 32 * @author Easify … … 253 253 update_post_meta($ProductId, '_sold_individually', ''); 254 254 update_post_meta($ProductId, '_manage_stock', 'yes'); 255 update_post_meta($ProductId, '_backorders', 'no');256 255 257 256 // 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 5 5 Requires at least: 4.0 6 6 Tested up to: 5.7 7 Stable tag: 4.2 77 Stable tag: 4.28 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 101 101 102 102 == 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. 103 106 = 4.27 = 104 107 * Resolved issue where customer billing postcode could appear in billing county in Easify Pro. … … 190 193 191 194 == 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.