Downloads
Download tar.gz
20.12 KB
MD5: b025e31efa89424fd72960541ff16808
SHA-1: 17ee10bfb99276e4d377bc05b42a4bec90c35d88
SHA-256: 5a14c7b1a99c9366f2a9b0064d3065c854b0bc048fef87ee53fd6c7e9efc4f65
Download zip
22.64 KB
MD5: 62482a5e7f5a7ebc88206e75c6cad314
SHA-1: 42c21512fe6edca1e9d9edaf48382d1840d909d7
SHA-256: 7f8d5ce004bce54104cef0d17439bd2ddcbbdbd49ad67bf8290ef4aff428bbb3
Release notes
Overview
- Always make backups before upgrading.
- Always run update.php after updating to ensure that your database is current.
Security updates
- #488072 by monotaga: Added Decouple administer permissions from system module 'access administration pages' permissions.
Bug fixes
- #612464 by codycraven: Changed Remove hook_theme() references on parameters.
- #709704 by codycraven: Changed State field option list, hide province when country == ''.
- #707982 by codycraven | timos: Fixed State / Province field ajax displaying need support of url rewriting.
- #689424 by Carsten Müller, codycraven: Fixed Question to function _addresses_user_address_delete().
- #695980 by codycraven: Fixed Format falls back to US instead of default when country not present.
- #612464 by codycraven: Fixed php 5.3 error.
- #687138 by codycraven: Fixed issue caused by if statement introduced with conversion of 'and' to '&&'.
New features
- #699572 by codycraven | Pomliane, jvielle: Fixed addresses_phone() expand to 24 characters.
- #693976 by robertDouglass: Added Integrate with the geocode module.
- #699070 by RalphSleigh, codycraven: Added Redirect format settings page to Addresses main configuration on save.
- #244471 by codycraven | AntoineSolutions, deviantintegral, kit22aa, codemann, Natalie, GrimSage, Dasha_V: Added State Field Option List.
- #692644 by codycraven: Changed Allow province/state field to accept province/state's name.
Miscellaneous
- #687138 by codycraven: Break long arrays in to multiple keys of an array in addresses.module for readability.
- #687138 by codycraven: Clean up of whitespace in addresses.settings.inc.
- #687138 by codycraven: Clean up of whitespace in addresses.module.
- #687138 by codycraven: Replacement of 'and' and 'or' within if constructs and other related areas with '&&' and '||'.