Version 3.0.3 — November 10, 2014
- Fixed a bug with the apply license renewal form when the product uses variable prices
- Fixed a bug that would prevent renewal notices from being sent out after the license had been renewed at least once
- Fixed a bug that prevented the default renewal notice from being deleted
Version 3.0.2 — November 4, 2014
- Fixed a bug with renewal discounts and the Commissions extension that caused discounts to not be taken into account when generating commissions.
- Fixed a bug in the EDD_SL_Plugin_Updater class that prevented updates from showing when not using multisite. Please update the file distributed with your plugins.
Version 2.0.5 — October 30, 2014
- Fixed a bug that prevented the Enable Shipping field from being left unchecked in Frontend Submissions
- Fixed an undefined index error on the Frontend Submissions submission form.
Version 3.0.1 — October 29, 2014
- Fixed a bug in the plugin updater class that caused update checks to run on every admin page load. Please update the version of EDD_SL_Plugin_Updater distributed with your plugins.
Version 2.2.9.11 — October 27, 2014
- Tweak: Set a session variable flag when on the vendor dashboard so extensions, such as Download Image Watermark, can more easily detect actions that take place from the vendor dashboard
Version 2.0 — October 23, 2014
- Added support for Stripe Checkout for Buy Now buttons and instant purchase options that bypass the entire checkout screen.
Version 2.2.9.10 — October 22, 2014
- Fix: Improper vendor ID passed to contact form
- Fix: Improper rewrite rules when using custom vendor store slugs
- Fix: Improved vendor suspension processing to ensure items can’t accidentally be permanently deleted
- Fix: Updated language files
Version 3.0 — October 21, 2014
- Added support for multiple renewal notices, each sent at a designated time frame before or after license key expiration
- Fixed a bug with renewing old license keys that did not have a price_id assigned to them
- Fixed a bug in the EDD_SL_Plugin_Updater class that prevented plugin updates from working on non-primary sites in a multisite install
- Improved the HTML markup of the license renewal form on the checkout screen
- Added support for passing “item_id” instead of “item_name” to the API requests
- Added new export options to allow exporting a CSV of license keys
- Fixed an improper redirect when updating the expiration dates of license keys
- Fixed several potential security vulnerabilities
Version 2.2.10 — October 20, 2014
- Fixed a bug with the cancellation link showing even after a member has cancelled their subscription
Version 1.9.1 — October 14, 2014
- Updated the Stripe API to the latest version
- Improved error logging to help diagnose API connection errors
- Added support for linking the charge ID in View Order Details to the Stripe charge details page (coming in future EDD version)
Version 2.0.4 — October 9, 2014
- Fixed an array to string conversion error message
- Improved the UI of the “Mark as Shipped” checkbox in the View Order Details screen
- Fixed a bug that would cause the Shipped status to get erased when updating a payment in some cases.
Version 1.2 — October 8, 2014
- Fixed a bug with fee calculations.
Version 1.3.8 — October 7, 2014
- Fix: PHP Notices when adding a new Download
Version 2.9 — October 1, 2014
- Added support for manually creating new commission records.
- Reorganized some of the plugin files.
- Updated the translation files.
Version 1.3.7 — September 30, 2014
- Fixed some compatibility issues with EDD v2.1+
Version 1.9 — September 30, 2014
- Added the “statement_description” argument to Charges to specify what shows up on customer’s bank statements
- Added the customer’s email address to charge metadata
Version 1.1.1 — September 29, 2014
- Fix: The discount title was only sometimes showing on the checkout cart.
Version 1.0.6 — September 25, 2014
- Fix: Added backwards compatibility for olders EDD versions that aren’t using the new EDD email class
Version 1.1.1 — September 25, 2014
- Fixed: a bug with upload fields not working on the View Order Details screen
Version 1.0.5 — September 23, 2014
- Fix: email tags not showing properly in custom emails
- New: edd_ppe_email_heading filter for showing the download’s name as the email heading, similar to the default EDD purchase receipt. Example add_filter( ‘edd_ppe_email_heading’, ‘__return_true’ );
- Tweak: Optimized email function code