Skip to content

Commit

Permalink
chore: version bump, changelog update and generate pot files
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbir1991 committed Oct 11, 2018
1 parent fcc0b8b commit e7e68f4
Show file tree
Hide file tree
Showing 6 changed files with 293 additions and 246 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,15 @@ A. Just install and activate the PRO version without deleting the free plugin. A

## Changelog ##

v2.9.1 -> Oct 11, 2018
------------------------
-**New** Added top rated, best selling, latest, featured product and featured vendor REST API
-**Fix** Assign all product to a single vendor while using bulk edit in product page
-**Fix** Handle dokan order when order created from backend via Admin
-**Fix** Sales total count error fixed
-**Fix** Show sub order while searching order from backend order listing page
-**Fix** Fix plugin activation error

v2.9.0 -> Oct 2, 2018
------------------------
-**New** Add support for yoast seo breadcrumbs in dokan store page
Expand Down
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v2.9.1 -> Oct 11, 2018
------------------------
-**New** Added top rated, best selling, latest, featured product and featured vendor REST API
-**Fix** Assign all product to a single vendor while using bulk edit in product page
-**Fix** Handle dokan order when order created from backend via Admin
-**Fix** Sales total count error fixed
-**Fix** Show sub order while searching order from backend order listing page
-**Fix** Fix plugin activation error

v2.9.0 -> Oct 2, 2018
------------------------
-**New** Add support for yoast seo breadcrumbs in dokan store page
Expand Down
4 changes: 2 additions & 2 deletions dokan.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Dokan
Plugin URI: https://wordpress.org/plugins/dokan-lite/
Description: An e-commerce marketplace plugin for WordPress. Powered by WooCommerce and weDevs.
Version: 2.9.0
Version: 2.9.1
Author: weDevs, LLC
Author URI: https://wedevs.com/
Text Domain: dokan-lite
Expand Down Expand Up @@ -78,7 +78,7 @@ final class WeDevs_Dokan {
*
* @var string
*/
public $version = '2.9.0';
public $version = '2.9.1';

/**
* Minimum PHP version required
Expand Down
Loading

0 comments on commit e7e68f4

Please sign in to comment.