Ubercart Addresses 6.x-2.x, xxxx-xx-xx
------------------------------
- Issue #1381120 by MegaChriz: fixed foreach warning in address book when
  user has no addresses.
- Issue #1382088 by MegaChriz: added automated tests.

Ubercart Addresses 6.x-2.0-alpha1, 2011-12-16
------------------------------
- by MegaChriz: little correction in upgrade script.
- Issue #1368162 by MegaChriz: added odd/even classes for "other addresses"
  in the address book.
- by MegaChriz: the property '#uc_addresses_required' of the
  uc_addresses_address now accept arrays, the required-setting of address
  fields can now be overridden before the uc_addresses_address element
  is processed.
- by MegaChriz: added date tokens for "created" and "modified".
- by MegaChriz: minor coding standards fixes.
- by MegaChriz: minor text strings fixes.
- by MegaChriz: added descriptions for address fields.

Ubercart Addresses 6.x-2.x-dev, 2011-11-25
------------------------------
- by MegaChriz: removed unused functions uc_addresses_get_field_handlers()
  and uc_addresses_compare().
- by MegaChriz: replaced property '#required' in the uc_addresses_address
  form element with '#uc_addresses_required'. Setting this to FALSE makes
  all address fields non-required (even if they are configured to be
  required). The field handlers were adjusted to fit with this change.
- by MegaChriz: setting a default value for the property
  '#uc_addresses_address' for the uc_addresses_address form element is moved
  to the process function. This is done to increase performance: CTools'
  plugin system is no longer unnecessary invoked on every request with a
  form.
- by MegaChriz: other minor changes.

Ubercart Addresses 6.x-2.x-dev, 2011-11-04
------------------------------
- by MegaChriz: fixed PHP foreach warning on checkout page (forgot to test
  anonymous checkout).
- by MegaChriz: fixed minor bugs in the API.

Ubercart Addresses 6.x-2.x-dev, 2011-10-31
------------------------------
- Issue #1327148 by MegaChriz: fixed a bug that could result in a fatal
  error when trying to save an user with no addresses.
- by MegaChriz: renamed permissions:
  - "view own default address" has become "view own default addresses".
  - "view default addresses" has become "view everyone's default addresses".
- by MegaChriz: API change in the field handler API. The strings array is
  removed from the field definition. Instead, extra properties can be
  defined. In field handlers, getString() is replaced by getProperty().
- Issue #396342 by MegaChriz: added support for getting addresses from
  other sources than the address book. Two new hooks are introduced:
  - hook_uc_addresses_select_addresses()
  - hook_uc_addresses_select_addresses_alter()
- by MegaChriz: added help via hook_help().

Ubercart Addresses 6.x-2.x-dev, 2011-10-16
------------------------------
- Issue #660376 by MegaChriz: Implemented user tokens for default
  addresses.
- Documented used variables in templates.
- Issue #1305348 by gease, MegaChriz: prevent address being saved as user
  data in the user table.
- Issue #1307896 by MegaChriz: implemented default values for fields.
- by MegaChriz: added more documentation.
- Issue #396342 by MegaChriz: Implemented address book in admin order
  interface (partly done).

Ubercart Addresses 6.x-2.x-dev, 2011-10-01
------------------------------
- by MegaChriz: Removed own checkout panes (due to complexity with CA
  triggering).
- by MegaChriz: Increased dependency of Ubercart to Ubercart 2.6.
- by MegaChriz: Implemented order panes (rough version, incomplete).
- by MegaChriz: Implemented tokens for address display.
- by MegaChriz: Replaced address display in invoice with Ubercart
  Addresses version.
- by MegaChriz: added hook hook_uc_addresses_presave().
- by MegaChriz: moved hooks documentation to uc_addresses.api.php.

Ubercart Addresses 6.x-2.x-dev, 2011-09-14
------------------------------
New features:
- by freixas, MegaChriz: Implemented a total new API.
- by MegaChriz: Added a system for adding extra address fields (for
  developers).
- by MegaChriz: added hooks for addresses operations (load, insert, update
  and delete).
- by MegaChriz: Added address format display settings for addresses from
  Ubercart Addresses.
- by freixas, MegaChriz: Improved permission settings.
- by MegaChriz: Improved theming.
