*** WooCommerce Points and Rewards Changelog ***

2015.08.18 - version 1.5.3
* Fix - Config link.

2015.08.17 - version 1.5.2
* Fix - Make sure the setting filters are hooked correctly to prevent deprecated notices
* Feature - Display the number of earned points and total number of user points on the order received page

2015.08.05 - version 1.5.1
* Fix - Some settings were not being saved in WC 2.3 due to backwards compatibilty issue

2015.07.27 - version 1.5.0
* Update - Settings page is now moved to all under Points & Rewards under main WooCommerce
* Fix - Manage points list columns were not sorting properly when clicked.

2015.04.21 - version 1.4.2
* Feature - User can now add an expiry date to points
* Tweak - Added a <br/> for points message on variable products

2015.04.21 - version 1.4.1
* Fix - Potential XSS with add_query_arg/remove_query_arg.

2015.04.12 - version 1.4.0
 * Tweak - Introduce the wc_points_rewards_review_post_comments_args filter
 * Tweak - Introduce the wc_points_rewards_review_approve_comments_args filter
 * Tweak - Introduce the wc_points_rewards_post_add_product_review_points filter
 * Tweak - Introduce the wc_points_rewards_approve_add_product_review_points filter
 * Feature - Added compatibility with WooCommerce Product Reviews Pro

2015.04.07 - version 1.3.5
* Fix - Points calculation when prices include tax.

2015.03.11 - version 1.3.4
* Fix - Global maximum points discount as percentage not working
* Fix - message class name capitalized typo

2015.02.21 - version 1.3.3
* Fix - apply points to previous orders produces error

2015.02.20 - version 1.3.2
* Fix - undefined indexes
* Fix - variations setting were not WC 2.3 compatible
* Fix - variation/single points earned and maximum points where not retrieved properly in WC 2.3

2015.02.17 - version 1.3.1
* version bump

2015.01.26 - version 1.3.0
* WC 2.3 Compatibility (backwards compat back to 2.2).
* Refactored code and text domain.
* Included POT file.
* Fix - Using points placeholder instead of points on the "Earn up to X points" message.
* Fix - Showing correct number of points for variations that manually set 0 points.
* Fix - Show point options for bookings.
* Tweak - Adding hooks to add more admin fields.
* Feature - Adding support for Product Bundles & Composite Products.
* Feature - Allow Different Points For Subscription Renewal.
* Feature - Apply points to past orders after a custom date
* Feature - Reset Points and Rewards option in system status tools section.

2014.08.25 - version 1.2.8
* Fix - Rounding error with large amount of points on cart / checkout page

2014.08.18 - version 1.2.7
* Fix - Displaying all users (even users with no points) on Manage Customer Points page

2014.08.11 - version 1.2.6
* Fix - Updating link to coupon page in WordPress admin
* Fix - Adding "Earn up to X points" on product page (affected variable products with identical prices)

2014.07.08 - version 1.2.5
* Only give points for approved comments

2014.05.07 - version 1.2.3
* Fix category price field to allow %
* Fix settings page links

2014.03.19 - version 1.2.2
* Disable prompt when partial redemption is off

2014.03.19 - version 1.2.1
* Fix get_discount_for_redeeming_points when dealing with quantities > 1
* Fixed issue when calculating cart totals more than once
* Check if variation with method_exists( $product, 'get_variation_price' )

2014.03.13 - version 1.2.0
* Option to enable partial redemption
* Hide points fields for variable products
* Sync variation prices on save

2014.03.12 - version 1.1.8
* Fix screen ids

2014.03.10 - version 1.1.7
* Filter the coupon label to read "Points Redemption"

2014.03.03 - version 1.1.6
* Change processing trigger from woocommerce_order_status_on-hold_to_processing to woocommerce_order_status_processing

2014.02.28 - version 1.1.5
* Switch to user_register hook for account points

2014.02.21 - version 1.1.4
* Points applied before tax to give more accurate display during checkout
* Fix point calculation for orders completed later

2014.02.20 - version 1.1.3
* Fix applying discounts on the checkout

2014.01.31 - version 1.1.2
* Fix notices in admin

2014.01.28 - version 1.1.1
* Fix order_user_by_points
* Earn Points Rounding Mode option

2014.01.06 - version 1.1.0
* 2.1 compatibility

2013.10.25 - version 1.0.9
* Fix points message when user points < cart points
* Workaround for core get_item_subtotal() function

2013.10.10 - version 1.0.8
* Fix max product discount logic

2013.09.18 - version 1.0.7
* Fix logic for max check

2013.09.16 - version 1.0.6
* Separate option for cart level max discount to product level max discount
* Updated WP Admin Message Handler to 1.0.1

2013.09.05 - version 1.0.5
* Resolved issues with textdomains
* Use line item prices for calculating points (compatibility with dynamic pricing)

2013.09.01 - version 1.0.4
* Allow earn points conversion rate to be zero.

2013.08.12 - version 1.0.3
* Save points for subscription products.
* Add esc_js to "show all customers" string.

2013.07.30 - version 1.0.2
* Tweak - Points are no longer earned on order discounts
* Tweak - Full point required for a partial dollar discount (ie a $1.01 discount would require 2 points)
* Fix - Other coupons/discounts are respected when applying points for a product discount

2013.06.22 - version 1.0.1
* Fix - Show a points message on the single product page for variable products with variations that all have the same price

2013.06.13 - version 1.0
* Initial Release
