Skip to content

Commit

Permalink
Merge pull request #15 from vbiweb/dev
Browse files Browse the repository at this point in the history
Version Bump to match Release tag 1.3.1
  • Loading branch information
kgkrishnavbi authored Nov 6, 2019
2 parents 7b58d97 + 6bc5a9b commit 333bd28
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Donate link: https://kgopalkrishna.com <br>
Tags: woocommerce, order, view <br>
Requires at least: 5.0.0 <br>
Tested up to: 5.2.3 <br>
Stable tag: 1.3.0 <br>
Stable tag: 1.3.1 <br>
License: GPLv3 or later <br>
License URI: http://www.gnu.org/licenses/gpl-3.0.html <br>

Expand Down Expand Up @@ -43,7 +43,10 @@ This plugin gives a strict view only access to woocommerce orders. All you need
* Fix - Added function call to updated in the main plugin file #10

= 1.3.0 =
* Feature - Bulk Export to CSV
* Feature - Bulk Export to CSV

= 1.3.0 =
* Fix - Subscription Relationship missing in CSV export #13

== Features ==

Expand Down
4 changes: 2 additions & 2 deletions woocommerce-order-view.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Plugin Name: Woocommerce Order View
* Plugin URI: https://kgopalkrishna.com/wc-order-view/
* Description: This plugin gives a strict View-Only access to Woocommerce orders for specified user roles.
* Version: 1.3.0
* Version: 1.3.1
* Author: K Gopal Krishna
* Author URI: https://kgopalkrishna.com
* License: GPL-3.0+
Expand All @@ -35,7 +35,7 @@
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
define( 'WC_ORDER_VIEW_VERSION', '1.3.0' );
define( 'WC_ORDER_VIEW_VERSION', '1.3.1' );

/**
* The code that runs during plugin activation.
Expand Down

0 comments on commit 333bd28

Please sign in to comment.