=== My Statistics for WooCommerce ===
Contributors: supernode
Tags: customer-end-statistics, products-purchased, order-statistics, woocommerce-order-statistics, frontend-statistics
Requires at least: 5.1
Tested up to: 6.1.1
Requires PHP: 7.1
Stable tag: 1.0.3
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt

== Description ==
My Statistics for WooCommerce plugin is a woocommerce addon, it enables customers to see their Woocommerce order statistics on their my-account tab. The customers can see the total numbers of orders by order status, the amount they have spent on the store, the count of products they have purchased.

This is a very basic version of the plugin. We intend to improve it and add more features based upon user feedback.

**Note: If the plugin's tab show 'page not found' error than you might need to refresh the site permalinks. You can do it by going to 'Settings/Permalinks' and clicking on 'Save Changes'.**

== Changelog ==

= 1.0.0 2022-12-24 =
* Initial release.

= 1.0.1 2023-01-07 =
* Added Settings where admin can change the labels or choose what tables to display on my account tab.
* Added Filters so user can get statistics by date range.
* Added jquery Datatables library support.

= 1.0.2 2023-02-03 =
* Added options to export results in CSV file.

= 1.0.3 2023-02-12 =
* Added admin settings to set minimum start date, order details before this date will not be visible to customers.
* Removed product ID column from export CSV.
* Fixed 'Total Spent' Number format to a maximum of 2 digits after decimal.
* Fixed Special Characters in CSV export.