Skip to content

Commit

Permalink
version bump, generate readme and pot files
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbir1991 committed Dec 13, 2017
1 parent 1fa3b89 commit f6867b5
Show file tree
Hide file tree
Showing 6 changed files with 198 additions and 174 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,18 @@ A. Just install and activate the PRO version without deleting the free plugin. A

## Changelog ##

v2.7.1 -> Dec 13, 2017
---------------------
- [fix] Added Order shipping track security nonce
- [fix] Fixed xss warnings
- [fix] Fix store widget register issue
- [fix] Added icon style in settings page
- [fix] Change user avatar rendering issue
- [fix] Store category value selected after reloading
- [fix] Fix attribute saving issue
- [fix] Store contact form widget is now working in single product page
- [fix] Fix some styling issue in product popup page

v2.7.0 -> Nov 23, 2017
---------------------
- [fix] Remove duplicate help menu and unwanted text
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.7.0
Version: 2.7.1
Author: weDevs
Author URI: https://wedevs.com/
Text Domain: dokan-lite
Expand Down Expand Up @@ -76,7 +76,7 @@ final class WeDevs_Dokan {
*
* @var string
*/
public $version = '2.7.0';
public $version = '2.7.1';

/**
* Holds various class instances
Expand Down
Loading

0 comments on commit f6867b5

Please sign in to comment.