
Upon activation Recommended Products looks through your past sales and determines the recommendations.
Imports pre-existing sales – If you’ve been using Easy Digital Downloads for a while, that’s ok. Just use the Settings page and click on the ‘Extensions’ tab. Integrates with Easy Digital Downloads Settings – No new settings pages to learn. Fully Templatable – Don’t like the built in templates? That’s okay, add your template to the edd_templates folder of your theme and you can style your own recommendations pod. NEW: Added new EDD v1.7 licensing system. UPDATE: Moving to the Extensions tab, instead of Misc settings. FIX: Updating to use edd_get_option() instead of calling the settings directly. FIX: Fixing fatal error when EDD isn't active. FIX: Removing warnings and notices on activation. FIX: Clean up the Template files to be more consistant with template code formatting. FIX: Only add a breakspace between title and price if theme doesn't support featured images, or one isn't present. FIX: formatting prices, above buttons and forcing no prices on recommended products buttons. NEW: Shortcode recommended_products for dislaying recommendations where desired. FIX: Issue with Shortcode registration working. TWEAK: Allow the recommendation functions to be filtered with edd_rp_multi_recommendation_results and edd_rp_single_recommendation_results. FIX: Fixed the way that the plugin text-domain is loaded, so translations work, and allowed them to be globally located. TWEAK: Move to plugins_loaded for consistency. FIX: Settings for displyaing recommendations always defaulting to 'On'. FIX: Error on arguements for pagination on generating recommendations. FIX: Corrected Repeating recommendations on checkout when recalcuating taxes. NEW: Added conversion tracking logs for items purchased via a recommendation. FIX: Fatal error on recommendations log with WordPress 4.4. FIX: Show free products option not being respected during generation of recommendations. New: Support for EDD Hide Download extension.
Fix: Schema data showing when it shouldn't be.New: Added hooks, filters, and classes to the markup used to show recommendations.
Fix: Recommendation sales were not being tracked in logs.Fix: Possible fatal error due to activation load order.Fix: Shortcode outputting above content.Dev: The EDD_License class has been removed in favour of the one that ships with EDD core.Tweak: Update plugin author name to Sandhills Development, LLC.Fix: Typo in download select field on logs table.Fix: List table counts are incorrect when filtering.Fix: Default number of recommendations not selected on first install.Fix: Invalid use of date_i18n() when doing time comparisons.Improvement: Custom template files now check if Recommended Products functions exist before using them.