Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
17.94 KB
MD5: b945c657d8a1d05fc3008a0b93d71595
SHA-1: 78b000cf8922d3a3672e8b6b8419558cca780008
SHA-256: a55ded5087a46f6b5816baea1f24fa4d7bc8347ae96b5a971ee12347a57b311c
Download zip
22.41 KB
MD5: d300ba43b4f53b3e13546c4158a419a6
SHA-1: 264aec1a5f14f096916c67f58bdf9f9871f09dbd
SHA-256: 73cb4300ebdebb6d732250f235e39f28b96138bee932fa485167811bbbf61a30
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.
- Reload the Addressfield module, to correct some long standing issues and make the whole structure more maintainable.
- Follow-up to e5e3d87: add missing file.
- Move hook_field_schema() to the .install.