Downloads
Download tar.gz
40.68 KB
MD5: 38a431f44d04da5a95175eb81e9df16c
SHA-1: 162da1228a316abf1d6b1df3c5dc0a5be090f9ee
SHA-256: 20b77b96fa92b56822ad6f3b2dc279de3efbdd34068e2ab37fb0da7e4f708fa8
Download zip
46.6 KB
MD5: 3166de079252fc7a7d093612f5b1d396
SHA-1: b505eed1ffb057adab170093977f0ebc2739d3af
SHA-256: d5740db6b2c69eeeb4a68efacdb20742a41d34cb60be1df6d27393068ec22a87
Release notes
Major changes:
- Import should work now—both formats.
- The module uses drupal_write_record(). This provides a faster way to extend the module.
- A sample extension module is included that should help you extend the module.
Complete list of changes since DRUPAL-6--1-0-ALPHA1:
- Bug #661702 by gwink: Fixed call to non-existent method.
- Bug #661704 by freixas: Fixed product key import code.
- by freixas: Updated contents.
- by freixas: Updated to reflect Drupal's policy of not allowing ZIP files to be checked in.
- by freixas: Fixed error that occurred when changing a product's sequence.
- by freixas: Changed more code to use drupal_write_record().
- by freixas: Fixed invalid return values generated by _uc_product_keys_db_get_sequence_for_product().
- by freixas: Fixed missing return value in _uc_product_keys_db_disassociate_sequence_from_product().
- by freixas: Changed the encryption-handling to centralize the code.
- by freixas: Updated some documentation.
- by freixas: Fixed a missing table reference in database query.
- by freixas: Update code by removing unused portions.
- by freixas: Fixed some problems in the way product keys were display to somehow who was not an admin.