Skip to content

Commit

Permalink
Update changelog, version and make pot files
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbir1991 committed May 4, 2017
1 parent 218f4a9 commit 7983705
Show file tree
Hide file tree
Showing 5 changed files with 248 additions and 232 deletions.
6 changes: 3 additions & 3 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
v2.6.1 -> May 04, 2017
---------------------
- [new] filter added `dokan_get_seller_earnings`
- [new] Filter added `dokan_get_seller_earnings`
- [fix] `dokan-dashboard` shortcode not rendering properly
- [fix] clear cache on vendor balance update
- [fix] Clear cache on vendor balance update
- [fix] Order regenerate order status issue
- [fix] Seller wizard showing blank page
- [fix] Vendor wizard showing blank page
- [fix] Downloadable product grant access issue in vendor order
- [fix] Rating display on widget not working properly
- [fix] Single product view sales schedule issue fixed
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 (Lite) - Multi-vendor Marketplace
Plugin URI: https://wordpress.org/plugins/dokan-lite/
Description: An e-commerce marketplace plugin for WordPress. Powered by WooCommerce and weDevs.
Version: 2.6.0
Version: 2.6.1
Author: Tareq Hasan
Author URI: http://tareq.co/
Text Domain: dokan-lite
Expand Down Expand Up @@ -45,7 +45,7 @@
define( '__DIR__', dirname( __FILE__ ) );
}

define( 'DOKAN_PLUGIN_VERSION', '2.6.0' );
define( 'DOKAN_PLUGIN_VERSION', '2.6.1' );
define( 'DOKAN_FILE', __FILE__ );
define( 'DOKAN_DIR', __DIR__ );
define( 'DOKAN_INC_DIR', __DIR__ . '/includes' );
Expand Down
Loading

0 comments on commit 7983705

Please sign in to comment.