File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Donate link: https://codeat.co/
44Tags: woocommerce, reports
55Requires at least: 4.7
66Tested up to: 4.9
7- Stable tag: 1.0.2
7+ Stable tag: 1.0.3
88License: GPLv2 or later
99License 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
Original file line number Diff line number Diff line change 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 */
3838if ( 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+ }
You can’t perform that action at this time.
0 commit comments