Version 4.0.9 - March 16, 2015 Added new filter to allow reward coupon expiration dates`` Version 4.0.8 - Feburary 22, 2015 Modified reward points field for variations Tweaked points-related coupon calculation code for WooCommerce 2.3.x processing Version 4.0.7 - Feburary 17, 2015 Updated JS that handles applying points to all orders in the admin area Version 4.0.6 - Feburary 13, 2015 Adjusted calculation method for Rewards Only mode so that it uses the cart subtotal Version 4.0.5 - January 7, 2015 Updated to support adwarding and redeeming fraction points - e.g. points with a value less than 1 Version 4.0.4 - December 19, 2014 Tweaked mode setting detection Fixed saving coupon restriction setting Added new setting to control points redemption ratio Tweaked object pointers Version 4.0 - October 24, 2014 Major code refactoring Many new features! WooCommerce 2.1 or newer REQUIRED Updated documentation regarding My Account page template file requirements Added new setting to hide expired reward coupons on a customer's My Account page Added new setting for default number of points per product Added new button to the Reward Points admin page so that admins can optionally remove all from all users Updated Reward Points page to show all users with all roles Added new setting to award points when a user signs up for an account Added new setting to award points for a customer placing their first order Added new setting to award points for posting their first review of a given product Added new setting to award points for posting their first comment to a given blog post Added new setting to exclude specific users and roles from gaining award points Added new function for developers: ign_remove_points_for_user() Added new setting to enable rounding points to nearest whole number Updated cart-based points calculation logic to address use of rewards in a purchase. If a shopper is using a reward for a fixed cart amount or a percentage cart amount then they only earn points for the amount of the order not discounted. Added new feature to allow admins to add a note when updating a user's points Added a new points tracking log to show when and why points were added, removed, or redeemed Add new mode of operation: Points Only Added new setting to allow points to expire Added new setting to send users a notice before their points expire Version 3.4 - September 18, 2014 WooCommerce 2.2 compatibility Version 3.3.25 - Jul 7, 2014 Updated the customer points manager to allow setting points to zero Version 3.3.24 - May 21, 2014 Changed the My Account page template to always show the rewards table Version 3.3.23 - May 19, 2014 Adjusted reward coupon creation to address additional coupon meta fields Adjusted My Account template to display coupon products correctly when coupons are related to specific products Version 3.3.22 - May 14, 2014 Adjusted saving minimum amount when issuing coupons for reward points Version 3.3.21 - May 12, 2014 Adjusted saving rewards points config for simple products Version 3.3.20 - April 29, 2014 Updated JSON coupon search for later version of WordPress Version 3.3.19 - April 6, 2014 Fixed rewards points display on product page for variable products with multiple attributes Fixed bulk edit for variable products Version 3.3.18 - March 10, 2014 Added code to the My Account template to show which products are eligable if the discount is product related Version 3.3.17 - March 4, 2014 Fixed incorrect variably name that caused the plugin's email template not to be used correctly Version 3.3.16 - Feburary 28, 2014 Fixed deprecated WooCommerce functions Fixed hook firing order to avoid fatal error when redeeming rewards Version 3.3.15 - Feburary 28, 2014 Changed mailer code to use the WooCommerce mailer Version 3.3.14 - February 13, 2014 WooCommerce 2.1 compatibility Version 3.3.13 - January 4, 2013 Tweaked a few strings that had the incorrect langauge text domains Version 3.3.12 - December 19, 2013 Fixed menu slug for rewards area Version 3.3.11 - December 16, 2013 Fixed menu slug for customer points area Version 3.3.10 - December 12, 2013 Don't add order item meta for points if the shopper is checking out as guest Version 3.3.9 - December 10, 2013 Fixed reward field for simple products broken by previous update. Version 3.3.8 - December 10, 2013 Fixed tax calculation problem with cart-based rewards Version 3.3.7 - November 16, 2013 Deprecated older function used to insert reward point fields into variations Version 3.3.7 - December 2, 2013 Fixed variable checking to avoid PHP warning messages Version 3.3.6 - November 11, 2013 Add "processing" status to the cases where orders are award points - was previously only "completed" status Fixed a condition where buyers weren't always awarded points based on the purchased quantity of an item Updated reward setting field for variable products Version 3.3.5 - October 30, 2013 Added new function ign_add_points_for_user( $user_id, $points ) that can be used by integrators to add points to a user account. Version 3.3.4 - September 27, 2013 Added bulk edit for reward points in product variations Version 3.3.3 - August 5, 2013 Moved some JS to the page footer and set to only load when viewing variable products Added cart item data that shows how many points the shopper will earn. This info is seen on the cart and checkout pages. Version 3.3.2 - August 2, 2013 Adjusted JS code to work better with WooCommerce 2.x when dealing with variations Version 3.3.1 - July 20, 2013 Fixed a few harmless PHP warning messages Version 3.3 - June 14, 2013 Added customer editor interface so that admins can adjust user rewards points manually Version 3.2.7.2 - May 4, 2013 Fixed test email to strip slashes so that test messages don't have backslashes that break images and alter the text layout Version 3.2.7.1 - April 3, 2013 Fixed typo in a function name Version 3.2.7 - March 29, 2013 Avoid loading jQuery UI CSS unless on the rewards editor page Version 3.2.6 - March 21, 2013 Updated capabilties for backward compatibility with WooCommerce 1.6.x Version 3.2.5 - March 7, 2013 Add checks for variations to be compatible with WooCommerce 2.x - they apparently changed "variable" to "variation" in some places of core code. Remove erroneous "capabilties" checking for Rewards post type access Version 3.2.3 - March 6, 2013 Updated to work with WooCommerce 2.x Version 3.2.2 - February 7, 2012 Fixed bug with points being removed when a new order is placed Version 3.2.1 - February 3, 2012 Fixed bug with My Account page Version 3.2 - January 30, 2012 Updated to support awarding points based on cart total Version 3.1.6 - January 4, 2012 Updated to support automatic updates Version 3.1.5 - December 27, 2012 - Fixed attributes tab Version 3.1.4 - October 26, 2012 - Fixed error in discount type detection in the template for My Account page Version 3.1.3 - October 26, 2012 - Removed hook to non-existant function Version 3.1.2 - October 23, 2012 - Fixed a problem where mail wasn't always sent from My Account page Version 3.1.1 - October 18, 2012 - Fixed a problem where mail wasn't always sent from admin test area Version 3.1 - August 3, 2012 - Initial public release Version 2.0 - Put into use on private sites Version 1.0 - Initial development