Version 2.5.1 — February 11, 2014
- Fixed a bug with the check_item_name() method introduced in v2.5. The item name being passed in the request needed to be passed through urldecode().
Version 1.3.6 — February 11, 2014
- Fix: incorrect average rating calculation due to author replies
- Fix: improved some spacing issues
Version 2.5 — February 10, 2014
- Updated the package download system to match the one in EDD core. Helps resolve occasional conflicts with WP Engine and other hosts.
- Added support for delivering update packages via the Amazon S3 extension.
Version 1.0.2 — February 10, 2014
- Fixed: a bug with not being able to submit the checkout form
Version 2.1 — February 6, 2014
- Added numerous new hooks to allow other plugins to perform actions during various events.
- Fixed a bug with users not getting the EDD Subscriber role properly.
Version 2.1 — February 6, 2014
- Added numerous new hooks to allow other plugins to perform actions during various events.
- Fixed a bug with users not getting the EDD Subscriber role properly.
Version 2.4.2 — February 5, 2014
- Updated the package download system to match the one in EDD core. Helps resolve occasional conflicts with WP Engine and other hosts.
- Added support for delivering update packages via the Amazon S3 extension.
Version 1.7 — February 5, 2014
- Fixed a bug with Recurring Payments that could result in a failed transaction being considered as complete.
- Added better error handling for declined cards and other Stripe API failures.
- Added a check to detect if a customer has been deleted.
Version 2.6 — February 4, 2014
- Added support for setting whether commissions are calculated off of the purchase total or the subtotal.
Version 1.3.4 — February 4, 2014
- Fix zero price bug
- Allow button text to be changed regardless of the download price
Version 1.1.1 — February 3, 2014
- Fixed a missing
div
tag when a product is sold out.
Version 1.0.1 — February 3, 2014
- Fixed: a conflict with Stripe and Paymill payment gateways
Version 2.5.1 — February 1, 2014
- Fixed a conflict with Frontend Submissions that caused commission settings to be lost when approving a product.
Version 2.4.1 — January 31, 2014
- Fixed a bug with nonce verification during download save.
- Base license expiration off of purchase date instead of current time.
- Added better support for activation counts when licenses are not tied to site URLs.
- Fixed a bug with invalid activation responses because the expired check was running too early.
Version 2.1.4 — January 30, 2014
- Fixed an undefined variable error shown when editing a product.
Version 2.5 — January 28, 2014
- Added support for generating a mass payment file of commissions between specific dates.
Version 2.4.4 — January 24, 2014
- Fixed a bug that allowed users to edit their own global commission rate.
Version 2.4 — January 23, 2014
- New: added a retroactive licensing feature to generate keys on old purchases.
- New: added option to automatically parse readme.txt files for WordPress plugins for populating the update notice dialog window.
- New: added option to edit the expiration dates on license keys.
- New: added option to manually add / remove site URLs from license keys.
- New: added Renew link to expired license keys in purchase history and on the payment receipt page.
- New: added “url” parameter to all license API requests that allow you to specify the exact URL an action is related to for a license.
- Updated: rewrote how site URLs are stored to be much, much more efficient, dramatically improving performance and reliability.
- Also added an upgrade routine to move all site URLs to the new storage method.
- Updated: moved the License metabox on Download edit screens to the main column and improved the general layout of the box.
- Updated: use rawurldecode() instead of urldecode()
Version 2.1.3 — January 23, 2014
- Bug: clicking “Add Price Option” added two rows
- Bug: Price options couldn’t be deleted
- Bug: Price name isn’t saved when submitting just one price
Version 1.0.2 — January 22, 2014
- Fix: Bug with license key activation.