Skip to content

Commit

Permalink
chore: version bump changelog udpated
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbir1991 committed Jun 17, 2019
1 parent c23c716 commit ced6ce6
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wepos",
"version": "1.0.5",
"version": "1.0.6",
"description": "Point of Sale plugin for WooCommerce",
"author": "weDevs <[email protected]>",
"license": "GPLv2",
Expand Down
11 changes: 9 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions wepos.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -55,7 +55,7 @@ final class We_POS {
*
* @var string
*/
public $version = '1.0.5';
public $version = '1.0.6';

/**
* Holds various class instances
Expand Down

0 comments on commit ced6ce6

Please sign in to comment.