Skip to content

Commit f5768cb

Browse files
committed
bump
1 parent 0721ce5 commit f5768cb

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://codeat.co/
44
Tags: woocommerce, reports
55
Requires at least: 4.7
66
Tested up to: 4.9
7-
Stable tag: 1.0.2
7+
Stable tag: 1.0.3
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -61,6 +61,9 @@ For multiselect just keep pressing ctrl while you are selecting more than one ta
6161

6262
== Changelog ==
6363

64+
= 1.0.2 =
65+
* Use `manage_woocommerce` for permissions instead of just admin users
66+
*
6467
= 1.0.2 =
6568
* Fix to avoid loop on refresh tab
6669

woo-taxonomy-report.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Plugin Name: Woo Taxonomy Report
1313
* Plugin URI: @TODO
1414
* Description: Add any custom taxonomy to your WooCommerce reports, fully compatible with brands and vendors.
15-
* Version: 1.0.2
15+
* Version: 1.0.3
1616
* Author: Codeat
1717
* Author URI: http://codeat.co/
1818
* Text Domain: woo-taxonomy-report
@@ -37,7 +37,7 @@ function woo_is_plugin_active() {
3737
/* Check if WooCommerce is active */
3838
if ( woo_is_plugin_active() ) {
3939
/*
40-
* Load library for simple and fast creation of Taxonomy
40+
* Load library for simple and fast creation of Taxonomy
4141
*/
4242

4343
require_once( plugin_dir_path( __FILE__ ) . 'includes/Taxonomy_Core/Taxonomy_Core.php' );
@@ -70,4 +70,4 @@ function woo_is_plugin_active() {
7070
add_action( 'plugins_loaded', array( 'Woo_Taxonomy_Report_Admin', 'get_instance' ) );
7171
}
7272
}
73-
}
73+
}

0 commit comments

Comments
 (0)