diff --git a/README.md b/README.md index a5a05f37..0f5e0250 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ **Donate Link:** http://tareq.co/donate/ **Tags:** WooCommerce POS, point of sale, free pos, pos plugin, woocommerce point of sale **Requires at least:** 4.4 -**Tested up to:** 5.2 +**Tested up to:** 5.2.1 **WC requires at least:** 3.0 -**WC tested up to:** 3.6.3 +**WC tested up to:** 3.6.4 **Requires PHP:** 5.6 **Stable tag:** trunk **License:** GPLv2 or later @@ -53,6 +53,12 @@ No FAQ ## Changelog ## +### v1.0.6 -> 17 June, 2019 ### +- **Fix** Remove deleted product from saved cart items when product is already deleted +- **Fix** Admin bar conflicted with dokan plugin fixed +- **Fix** Translation issue fixed +- **Tweak** Added some filter and hooks for extends future functionalites + ### v1.0.5 -> 17 May, 2019 ### - **Fix** Customer not created if WooCommerce default `Automatic username and passowrd create` options is changed - **Fix** Customer creating and serching issue for Dokan vendors diff --git a/package.json b/package.json index 1b166d81..5370aef9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wepos", - "version": "1.0.5", + "version": "1.0.6", "description": "Point of Sale plugin for WooCommerce", "author": "weDevs ", "license": "GPLv2", diff --git a/readme.txt b/readme.txt index 1ffe1017..feb994f0 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Contributors: tareq1988, wedevs, sabbir1991, nizamuddinbabu Donate Link: http://tareq.co/donate/ Tags: WooCommerce POS, point of sale, free pos, pos plugin, woocommerce point of sale Requires at least: 4.4 -Tested up to: 5.2 +Tested up to: 5.2.1 WC requires at least: 3.0 -WC tested up to: 3.6.3 +WC tested up to: 3.6.4 Requires PHP: 5.6 Stable tag: trunk License: GPLv2 or later @@ -53,6 +53,13 @@ No FAQ == Changelog == += v1.0.6 -> 17 June, 2019 = +---------------------------- +- **Fix** Remove deleted product from saved cart items when product is already deleted +- **Fix** Admin bar conflicted with dokan plugin fixed +- **Fix** Translation issue fixed +- **Tweak** Added some filter and hooks for extends future functionalites + = v1.0.5 -> 17 May, 2019 = ---------------------------- - **Fix** Customer not created if WooCommerce default `Automatic username and passowrd create` options is changed diff --git a/wepos.php b/wepos.php index 6abcf585..fd57df2f 100644 --- a/wepos.php +++ b/wepos.php @@ -3,13 +3,13 @@ Plugin Name: wePOS - Point Of Sale (POS) for WooCommerce Plugin URI: https://wedevs.com/wepos Description: A beautiful and fast Point of Sale (POS) system for WooCommerce -Version: 1.0.5 +Version: 1.0.6 Author: weDevs Author URI: https://wedevs.com/ Text Domain: wepos Domain Path: /languages WC requires at least: 3.0 -WC tested up to: 3.6.3 +WC tested up to: 3.6.4 License: GPL2 License URI: https://www.gnu.org/licenses/gpl-2.0.html */ @@ -55,7 +55,7 @@ final class We_POS { * * @var string */ - public $version = '1.0.5'; + public $version = '1.0.6'; /** * Holds various class instances