addressfield 7.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| addressfield-7.x-1.0-beta2.tar.gz | 50.15 KB | 8ea36908a8aeca560c273acc75f79d2f |
| addressfield-7.x-1.0-beta2.zip | 56.13 KB | d402573a2f448b3184be2461b1c9caa0 |
Release notes
Changes since 7.x-1.0-beta1:
- #1266994 by merlinofchaos: fix the use of hook_field_formatter_settings_form() that affects the Views UI.
- #1253744 by ikos: move the postal code after the locality for GB.
- #1241134 by DamienMcKenna: fix invalid calls to reset().
- Make the Swiss example actually work.
- #1223838 by eosrei: improve the descriptions of columns for a better usability in feeds.
- #1220566: Add an example module to demonstrate how to implement a addressfield format plugin.
- #1097890 by sonar_un, jonskulski, Ceb: implement the list of administrative areas for Canada.
addressfield 7.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| addressfield-7.x-1.0-beta1.tar.gz | 17.94 KB | b945c657d8a1d05fc3008a0b93d71595 |
| addressfield-7.x-1.0-beta1.zip | 22.41 KB | d300ba43b4f53b3e13546c4158a419a6 |
Release notes
This is the first beta version of Addressfield! This version features a mostly complete rewrite of the way we generate the address forms, and come with a set of reasonable default formats for most countries in the world. Our address formats are now completely extensible thanks to a revamped plugin system based on CTools.
We expect this module to change only in small ways before we reach a 1.0 release. There will probably be changes in the way we handle country sub-divisions, and we expect to build a format handler based on ISO3166-2 to cover the case of countries that use their sub-division in postal addresses.
Changes since 7.x-1.0-alpha4
- Remove ill-conceived removal of the input when rebuilding. It is just not our job to do so.
- #1152760: using country list a drop-down in Views exposed filters.
- #1023068 by tema, twistor, rickmanelius: Add supports for Feeds.
- Make it easier to implement complex format handlers.
- Add missing class for state.
- Add explicit weights to all the blocks.
- Actually implement the use_widget_handlers setting.
- Fix definition of the settings for the field widget.
addressfield 7.x-1.0-alpha4
| Download | Size | md5 hash |
|---|---|---|
| addressfield-7.x-1.0-alpha4.tar.gz | 14.73 KB | ae1698ed003872b6f51e53319d41dbc0 |
| addressfield-7.x-1.0-alpha4.zip | 19.76 KB | e604e73cd4959a6778dfe418c3a38685 |
Release notes
Fix a critical bug in alpha2.
Changes since 7.x-1.0-alpha3:
- #1185994: fix handling of instance-level available countries.
addressfield 7.x-1.0-alpha3
| Download | Size | md5 hash |
|---|---|---|
| addressfield-7.x-1.0-alpha3.tar.gz | 14.74 KB | 3d17e265474c269056a8e32123fa7db1 |
| addressfield-7.x-1.0-alpha3.zip | 19.76 KB | 743d85aaa07765549d8170ae81937848 |
Release notes
Alpha release with bugfixes before some major changes.
Changes since 7.x-1.0-alpha2:
addressfield 7.x-1.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| addressfield-7.x-1.0-alpha2.tar.gz | 13.58 KB | 8ceff09ca7655dea59d15add3aae1608 |
| addressfield-7.x-1.0-alpha2.zip | 18.17 KB | fe0abfa5601d47fd2514576c1639269a |
Release notes
Changes since 7.x-1.0-alpha1:
Read moreaddressfield 7.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| addressfield-7.x-1.0-alpha1.tar.gz | 10.38 KB | bd3d8946deeb2d99d559827208112f98 |
| addressfield-7.x-1.0-alpha1.zip | 12.98 KB | 6da268db3e26f513ebe9c8031aafb25e |
Release notes
This alpha release represents what we believe to be a stable address field, even if not feature complete. It only has a single widget for now, a dynamic address form that updates the fields based on the country selected. This supports unique forms per country, with the only example currently being to change the fields for U.S. addresses to use a State dropdown and call the postal code a ZIP Code.
This is not yet fully xNAL compliant, as name fields are not included.
addressfield 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| addressfield-7.x-1.x-dev.tar.gz | 51.64 KB | 7bb01e100aa31afbd93b33a1c4642042 |
| addressfield-7.x-1.x-dev.zip | 57.96 KB | 13dc2f9c9661e647cb5b99e46e62ae37 |
Release notes
Nightly development snapshot of the Address Field module.