Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
The following details all changes since the previous release. You must run update.php after upgrading to this version.
Changes / Bug Fixes / Improvements
License Type config page at type config page accessible at "admin/commerce/config/file-licenses"
Improved EnityFieldQuery used in commerce_file_license_load_by_property() to fix access denied download issues (#1626806). This update was to address http://drupal.org/node/1597378
Updated field formatter to provide a download link if the user has access. This updated allowed for the implementation of hook_field_access() to be removed. All download access is still controlled by hook_file_download().
Simplified issue license rules to a single rule on checkout complete that issues licenses as 'active' status. The rules can be customized to meet a site's requirements.
Initial release ported from the Drupal 6 version. This is a direct port via machine methods then cleaned up by hand based on changes between 6 and 7 form usage. This has been tested in a a development environment and shown to play nicely with the book module at its core so is being pushed out as a beta release.