Downloads
Download tar.gz
19.39 KB
MD5: 6a986038f28d3043131df88e527d5123
SHA-1: 9b7621dfff156c1157fa5d4046ac92d988fbd71a
SHA-256: 02bec95243e3d0499707c9943cfe0cdd57b2946d6124cca405f68e85af2eab68
Download zip
22.06 KB
MD5: bf98ee365e3ffb93db2ab9f2c8c9d59a
SHA-1: 867b9e4b540c23b69bdd4d019795ee4f3e2eb57c
SHA-256: 02030aec4b7520a7b427f39981990cbad629a4cf74477958e071474b299d8047
Release notes
This is the first non-developer release of uc_addresses. It includes all the features I wanted except 1 (see the TODO.txt file) and I've tested it somewhat, but I wanted a little more testing before creating the final 1.0 release. Please try it out and submit and bugs or feature requests.
Bug fixes:
The following other changes have been made since the code first became available on ubercart.org:
- When uninstalling, rows added to the 'variable' table are deleted.
- Removed some unnecessary check_plain() calls which were creating some bugs.
- Removed unneeded _UcAddressCache class.
- Completely reworked the code for displaying a single address.
- Refactored the database methods.
- Removed the presentational attributes valign and nowrap from the theming functions.
- Added the Default Address checkbox to the Add Address page.
- Disabled the Default Address checkbox when editing the default address.
- Disabled the Delete button when editing the default address (rather than removing it).
- Added a Delete button to each address when viewing addresses.