Skip to content

Commit

Permalink
chore: version bump, changelog update, generate pot files
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbir1991 committed Sep 4, 2018
1 parent 91261b9 commit 05612b8
Show file tree
Hide file tree
Showing 7 changed files with 627 additions and 391 deletions.
19 changes: 16 additions & 3 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, multivendor, multi-vendor, vendor, multishop, paypal , seller, store, sell, online, amazon, dokan, ebay, Etsy, multi seller, multi store, multi vendor, multi vendors, multistore, multivendor, product vendor, product vendors, vendor, vendor system, vendors, wc market place, wc marketplace, wc vendors, woo vendors, woocommerce market place, woocommerce marketplace, woocommerce multi vendor, commission rate, e-commerce, ebay, ecommerce, yith, yithemes
**Requires at least:** 4.4
**Tested up to:** 4.9.7
**Tested up to:** 4.9.8
**WC requires at least:** 3.0
**WC tested up to:** 3.4.3
**WC tested up to:** 3.4.5
**Requires PHP:** 5.6
**Stable tag:** trunk
**License:** GPLv2 or later
Expand Down Expand Up @@ -178,11 +178,24 @@ A. Just install and activate the PRO version without deleting the free plugin. A

## Changelog ##

v2.8.6 -> Sep 4, 2018
------------------------
- **New:** Store opening and closing widget added for vendor
- **New:** Divided shipping and tax fee recipient from admin settings
- **New:** Added billing and shipping info in order export to CSV file
- **New:** Show scheduled product in vendor product listing page if admin created scheduled product from backend
- **Tweak:** Added vendor info in REST api order data
- **Fix:** Send only single email when purchase is made from multiple vendor
- **Fix:** Withdraw status updating problem from admin side.
- **Fix:** Send email on withdraw approval and cancelled request
- **Fix:** Store category menu not showing properly even though assigned a category from product page.

v2.8.5 -> July 31, 2018
------------------------
- **fix:** Banner image dimension helper text showing wrong in admin vendor profile page
- **fix:** Remove unwanted customizer class
- **Fix:** Fixed conflict between WP-CLI and REST API
- **fix:** Responsive issue fixed in store page
- **fix:** Fixed conflict between WP-CLI and REST API

v2.8.4 -> July 25, 2018
------------------------
Expand Down
12 changes: 12 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
v2.8.6 -> Sep 4, 2018
------------------------
- **New:** Added billing and shipping info in Order export to CSV file
- **New:** Divided shipping and tax fee recipient from admin settings
- **New:** Store opening and closing widget added for vendor
- **New:** Show scheduled product in vendor product listing page if admin created scheduled product from backend
- **Tweak:** Added vendor info in REST API order data
- **Fix:** Send only single email when purchase is made from multiple vendor
- **Fix:** Withdraw status updating problem from admin side.
- **Fix:** Send email on withdraw approval and cancelled request
- **Fix:** Store category menu not showing properly even though assigned a category from product page.

v2.8.5 -> July 31, 2018
------------------------
- **fix:** Banner image dimension helper text showing wrong in admin vendor profile page
Expand Down
6 changes: 3 additions & 3 deletions dokan.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
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.8.5
Version: 2.8.6
Author: weDevs, LLC
Author URI: https://wedevs.com/
Text Domain: dokan-lite
WC requires at least: 3.0
WC tested up to: 3.4.4
WC tested up to: 3.4.5
Domain Path: /languages/
License: GPL2
*/
Expand Down Expand Up @@ -78,7 +78,7 @@ final class WeDevs_Dokan {
*
* @var string
*/
public $version = '2.8.5';
public $version = '2.8.6';

/**
* Minimum PHP version required
Expand Down
1 change: 1 addition & 0 deletions languages/dokan-lite.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
__( 'Actions', 'dokan-lite' ),
__( 'Delete', 'dokan-lite' ),
__( 'Cancel', 'dokan-lite' ),
__( 'Pending', 'dokan-lite' ),
__( 'Approve', 'dokan-lite' ),
__( 'Download PayPal mass payment file', 'dokan-lite' ),
__( 'Are you sure?', 'dokan-lite' ),
Expand Down
Loading

0 comments on commit 05612b8

Please sign in to comment.