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.
888ae79 - better handling of de-referencing line items from licenses on order deletion.
b18eb7f - revamped the state and status to be allowed and denied based. any rules triggered on states may need updated
4c8177f - updated the license issue logic to not combine line items on a single license
06d9629 - added views integration for commerce_file fields to provide the file relationship
a0cecfd - added a new display formatter for the commerce_file fields that checks the license view access, if allowed then a link is shown else plain text - this replaces the orginal implementation that altered the existing file formatters