Version 1.0.3 was pushed out to the WordPress plugin repository a few minutes ago, and it includes quite a few small bug fixes and one major new feature: customizable templates.
For this version, there is just one template that can be modified, but others will be added very soon. In this version you can now customize the shopping cart that is shown on the checkout page by coping the includes/templates/checkout_cart.php file to a folder in your theme’s folder called edd_templates. Doing so gives the theme developer complete control over the output and layout of the checkout cart, while retaining complete upgrade ability.
The new system works the same way that child themes do, where the template file is first looked for inside of the current theme, and, if found, it is used, but if it’s not found, the default template provided by the plugin is used instead.
Other updates include:
improvements to the Download Configuration metabox
a new “Agree to Terms” section in the Misc settings, for display on the checkout page
several new action hooks, for use by developers
an improved system for secure file downloads
addition of .epub files to the list of accepted mimetypes
improved checkout registration form