1 5.3: 1 April 2024
* Administration: The discounts list table could show a duplicate % symbol for some discounts.
* Dev: A PHP warning has been fixed when the original price is displayed for a product.

1.5.2: 16 January 2024
* Administration: The discounts list table in the admin has been improved to provide more helpful information at a glance.
* Selecting “All Price Options” for a variably priced product now applies a discount to all prices.
* Fixed: Some discounts did not apply correctly to the cart when a variable price product was purchased.
* Translations: A string has been updated to be translation ready.

1.5.1: 21 December 2023
* Performance: Discount evaluation has been improved to speed up sites displaying large numbers of products.
* Guest Checkout: Previous orders are now checked for existing customers who are not also users when guest checkout is enabled.
* Dev: Updated for PHP 8 compatibility.
* Admin: Discounts Pro screens now use the EDD admin header.
* Admin: The discount editor screens have been updated for improved accessibility.
* Reports: Discounts Pro fees are accounted for in the Product Sales export (requires EDD 3.2.6).
* Minimum requirements are now PHP 7.1, WordPress 5.4, and EDD 3.1.1.

1.5.0: 30 June 2021
* New: Completely revamped admin panel using the EDD HTML class.
* New: Add support for setting the time a discount starts and ends.
* Improvement: Settings have been moved to a sub-section.
* Fix: `edd_price()` function not showing discount amount on variable priced products if a price ID is not specified.
* Fix: "From X Products" type not applying the correct discount.
* Fix: Percentage price discount not applying correctly if you have different price variations of the same product in your cart.
* Fix: Fatal error in PHP 8.
* Fix: Expiration dates not respecting local site time zone.
* Fix: Grammatical error in discount end date description.
* Fix: Prices that contain a thousands separator show an incorrect sale price.
* Fix: When using `edd_price()` manually, the discounted price had the trailing zeros cut off.
* Dev: Compatibility with EDD 3.0.

1.4.10: 26 January 2021
* Fix: Discounts not being applied to variable priced products.

1.4.9: 18 January 2021
* New: Add ability to exclude products from discounts.
* Tweak: Move settings to sub-section.
* Fix: Incorrect discount amount when prices are inclusive of tax.
* Fix: PHP 7.2 compatibility.
* Fix: Unable to select multiple variable pricing options from different products.
* Fix: Prevent discounts from being added multiple times if you have the same item in your cart multiple times.
* Dev: Code formatting.

1.4.8: 5/5/2017
* Fix: Taxes still included on checkout with 100% discount.
* Fix: Load Select2 only on the Discounts Pro Add/Edd screen.
* Fix: Start and End dates should count from 00:00:00 to 23:59:59.

1.4.7: 7/6/2016
* Fix: price_id not passed to add_fee() method when cart item has a variable price

1.4.6: 5/17/2016
* Added HTML to Old Price output for easier customization

1.4.5: 3/24/2016
* Added composer file
* Fixes tax issue with EDD where discounts are miscalculated when product prices inclusive of tax
* Don't count free products toward cart quantity discount

1.4.3: 8/31/2015
* Fixed a bug in quantity discounts
* Updated translation file template

1.4.2: 7/13/2015
* Fixed a bug that could cause fatal errors due to an improperly referenced function call

1.4.1: 5/4/2015
* Fixed bug in is_applicable

1.4: 5/4/2015
* Added support for commissions
* Fixed from x products

1.3.2 4/24/2015
* Fixed an error where more than two discounts could not be applied due to WordPress's posts per page setting

1.3.1: 3/25/2015
* Fixed a Javascript error when not on the checkout page

1.3: 3/24/2015
* Added support for automatically re-drawing the checkout when item quantities are updated

1.2: 2/1/2015
* Added ability to show old price on purchase_link shortcode and output
* Added ability to show new price on purchase_link shortcode and output
* Fixed the old/new price options on edd_price outputs
* Refactored the settings for edd_price outputs
* Fixed variable pricing discounts
* Fixed EDD detection before running
* Fixed bug with users not saving properly

1.1.1: 9/29/2014
* Fixed an issue with the discount title not showing up in the cart

1.1: 9/5/2014
* Fixes issue where discount used might not have always been greatest discount
* Rewrote how discounts pro calculates prices to go from calculating on each add to cart to 1 overall calculation.
	This removes the need to clear the cart on each call, removes alot of logic from the program, and overall
	simplifies how Discounts Pro works. This also significantly speeds up the plugin on the frontend.
* Added frontend display option
* Added ability to add start and end dates to discounts
* Added ability to filter discounts by tags
* Added cart threshold discount type
* Added ability to filter discounts by previous customer
* Fixes several bugs with calculations of discounts, particularly involving restriction of discounts to categories and from/each x product discounts

1.0.1: 8/21/2014
* Fixes issue with product quantity

1.0: 8/11/2014
 * Initial release
