uc_addresses 7.x-1.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| uc_addresses-7.x-1.0-alpha2.tar.gz | 98.83 KB | 0ee0650d7ab10a85ba2adbc199180e18 |
| uc_addresses-7.x-1.0-alpha2.zip | 127.47 KB | d401f00fc6363d6c2444d26302b5477b |
Release notes
In this second alpha release of Ubercart Addresses 7.x-1.0, lots of features have been added, though the "base" features (address book, checkout, order administration) did not change much. Ubercart Addresses now integrates with Entity API, which means you can access addresses from Rules and Panels and a lot of other modules that provide Entity related functionality. The other great addition is extended Views integration. In 7.x-1.0-alpha1 you already had "basic" Views integration, meaning you could create a view of addresses using fields. The 7.x-1.0-alpha2 version brings much more, especially access related features. This are the new features:
- Create a View using the address row style, allowing you to create an address listing themed just like in the address book;
- When using fields: view, edit and delete links;
- Filter the View by address access;
- In arguments/contextual filters: validators for address access;
- Address access checks for Views displays;
- A View to replace the address book page (this View is disabled by default).
Changes since 7.x-1.0-alpha1
API changes
- Issue #1894858 by MegaChriz: made API change in UcAddressesPermissions to be able to check access for other users.
uc_addresses 6.x-2.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| uc_addresses-6.x-2.0-beta1.tar.gz | 88.01 KB | 20f4a1be28ee29fc2335adee5afd2e06 |
| uc_addresses-6.x-2.0-beta1.zip | 114.86 KB | 1b502cd4700be4df78ea80c495d7f7b9 |
Release notes
This milestone is completely in the light of extended Views integration. In 6.x-2.0-alpha2, you already had "basic" Views integration, meaning you could create a view of addresses using fields. The 6.x-2.0-beta1 version brings much more, especially access related features. This are the new features:
- Create a View using the address row style, allowing you to create an address listing themed just like in the address book;
- When using fields: view, edit and delete links;
- Filter the View by address access;
- In arguments/contextual filters: validators for address access;
- Address access checks for Views displays;
- A View to replace the address book page (this View is disabled by default).
Changes since 6.x-2.0-alpha2
API changes
- Issue #1894858 by MegaChriz: made API change in UcAddressesPermissions to be able to check access for other users.
- Issue #1831424 by MegaChriz: backported API additions from the 7.x-1.x version.
- Issue #1910626 by MegaChriz: API change: specified field data types.
Bug fixes
uc_addresses 7.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| uc_addresses-7.x-1.0-alpha1.tar.gz | 73.66 KB | c2155589548292ff4ec602cc8b300352 |
| uc_addresses-7.x-1.0-alpha1.zip | 95.17 KB | 3a916513211ea439568094df874bcbaf |
Release notes
This is the first alpha release of Ubercart Addresses 7.x-1.0. This is mainly a port of the 6.x-2.x version, although there are some little differences, such as that AJAX technics are used at checkout and in the order administration.
This release includes all "required" features for the module and so it should work properly at least in a basic setup with standard configuration. There are two reasons why this is only an "alpha" release. That's because:
- The feature for copying addresses from delivery to billing pane (and vice versa) in the order administration is temporary removed. This is because I couldn't find a way yet to ajaxify these buttons nicely without adding more CSS then themers could probably accept. See #1424038: Order administration: "copy address" feature.
- Some "optional" features are planned to be added, such as extended Views integration, Feeds integration and Entity integration.
Features that should work:
-
The API
The address book API and field handler API should behave as described. -
The address book
Customers can manage their address book. -
Checkout
Selecting an address from the address book at checkout should work without problems. - Ubercart Addresses address tokens
uc_addresses 6.x-2.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| uc_addresses-6.x-2.0-alpha2.tar.gz | 68.3 KB | addd217416c9a778e49324852a9a4ae3 |
| uc_addresses-6.x-2.0-alpha2.zip | 87.66 KB | 03ec982d05a695039be15a50d7525b13 |
Release notes
The biggest change in this release compared to 6.x-2.0-alpha1 is the addition of automated tests. Furthermore, basic Views integration is added. This means that now an address View can be created using fields. More Views integration is planned for a future release, see #1391216: Views integration for the 6.x-2.x and 7.x-1.x version for details. An example module is added to demonstrate a way to add extra address fields using the field handler API, though I recommend using Extra Fields Pane if you just want to add some simple extra address fields (such a text field or a select field).
Just as the 6.x-2.0-alpha1 version, this release includes all "required" features for the module and so it should work properly at least in a basic setup with standard configuration.
Changes since 6.x-2.0-alpha1
Bug fixes
- Issue #1381120 by MegaChriz: fixed foreach warning in address book when user has no addresses.
- Issue #1412060 by MegaChriz: renamed permissions that contained an apostrophe: "everyone's" has been replaced by "all".
- Issue #1668666 by miccelito, MegaChriz: make default addresses on address book page better themable.
uc_addresses 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| uc_addresses-7.x-1.x-dev.tar.gz | 110.11 KB | 0ea0c077ffae53808da8be628d8d6d22 |
| uc_addresses-7.x-1.x-dev.zip | 142.95 KB | 76ddfa1e7690f1405dfd73c4bb586ee3 |
Release notes
This is a development release of the 7.x-1.x branch. This is mainly a port of the 6.x-2.x version, although there are some little differences, such as that AJAX technics are used at checkout and in the order administration.
Changes since 7.x-1.0-alpha1
- Issue #1829348 by MegaChriz: sort countries list after translation.
- Issue #1843562 by MegaChriz: respect Ubercart's "same address for billing and delivery by default" setting.
- Issue #1854736 by MegaChriz: fixed notice bug that occurred when having a field appearing in one of the address panes only.
- By MegaChriz: moved UcAddressesTextFieldHandler from the example module to the main module and renamed the used handler in the example module.
- Issue #1860040 by MegaChriz: ensure an address instance is assigned to the order when an user without addresses enters checkout.
See CHANGELOG.txt for the most actual list of changes.
Read moreuc_addresses 6.x-2.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| uc_addresses-6.x-2.0-alpha1.tar.gz | 50.41 KB | 20ffe75a92483076231bffe746193b59 |
| uc_addresses-6.x-2.0-alpha1.zip | 62.09 KB | a52c71e7f3f0780dfbb02b91d06da9ee |
Release notes
The first alpha release of Ubercart Addresses 6.x-2.0. This release includes all the "required" features of the module. The main flow of the module has been test and should be fully operational. The only reason this is an "alpha" release is because other "optional" features are planned to be implemented, such as Views integration.
Please try it out and submit bugs or feature requests.
This version introduces:
- A total new API
- A system for adding extra address fields (via the API)
- Hooks for addresses operations (load, presave, insert, update and delete)
- Default shipping and default billing addresses
- Address format settings for addresses from Ubercart Addresses
- Fine grained permission settings
- Improved theming
uc_addresses 6.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| uc_addresses-6.x-2.x-dev.tar.gz | 88.87 KB | f074747b88b435da23a035c6f7ca9b5b |
| uc_addresses-6.x-2.x-dev.zip | 115.76 KB | 64d3966540d1d59af1c941a784ac2482 |
Release notes
Dev-snapshot for the 6.x-2.x branch of Ubercart Addresses.
Compared to the 6.x-1.x version, this version introduces:
- A total new API
- A system for adding extra address fields (for developers)
- Hooks for addresses operations (load, presave, insert, update and delete)
- Default shipping and default billing addresses
- Address format display settings for addresses from Ubercart Addresses
- Fine grained permission settings
- Improved theming
Changes since 6.x-2.0-alpha2
- Issue #1829348 by MegaChriz: sort countries list after translation.
See CHANGELOG.txt for the most actual list of changes.
uc_addresses 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| uc_addresses-6.x-1.0.tar.gz | 23.49 KB | 10a7b3b8499a83a0fb76faa4e7043dc6 |
| uc_addresses-6.x-1.0.zip | 27.23 KB | 557dd444276402d7e3ecbe71f66fd44f |
Release notes
Changes since DRUPAL-6--1-0-RC1:
- Bug #376632 by freixas: Fixed: removed unneeded class setting.
- by freixas: Fixed: removed unneeded session value.
- Bug #376632 by freixas: Fixed - removed unneeded load of uc_addresses.js
- Bug #694582 by yenkai: Fixed storing empty billing address when one is not required.
- Bug #744786 by freixas: Fixed problem with Delete Address when called from Edit Address.
- Bug #464168 by dpfiffe: Fixed problem with state/province being required when there aren't any.
uc_addresses 6.x-1.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| uc_addresses-6.x-1.0-rc1.tar.gz | 23.47 KB | 09029c969ea09ae28f0bd8dd0a028853 |
| uc_addresses-6.x-1.0-rc1.zip | 27.27 KB | 0d6c7b5dd8985834bf793594c9d60525 |
Release notes
First official release of the 6.x version of uc_addresses.
uc_addresses 5.x-2.2
| Download | Size | md5 hash |
|---|---|---|
| uc_addresses-5.x-2.2.tar.gz | 26.2 KB | bc4ff707cc7a4d152fb4810808bd0e90 |
| uc_addresses-5.x-2.2.zip | 32.75 KB | fa42832e935e8ae4939cd010f5a6c39d |
Release notes
The major change was that a number of fixes to the 6.x release were backported to the 5.x release. Unfortunately, I don't have a list of these fixes.
This is probably the last update to the 5.x release.
uc_addresses 5.x-2.1
| Download | Size | md5 hash |
|---|---|---|
| uc_addresses-5.x-2.1.tar.gz | 25.04 KB | f6731e326713dfeaac3b36d0e43be839 |
| uc_addresses-5.x-2.1.zip | 30.34 KB | d6f929cd5342a1f0571a4c662b6ea333 |
Release notes
This release fixes a few bugs:
- You can no longer delete the default address by going to user/$uid/addresses/$aid/delete. Fix for #327312: You can delete the default address..
Address names now need to be unique only per user, not systemwide. Fix for #327329: Cannot add an address with the same label as ANY other user.. - Added t() function around some text. See [#334851.
- Fix for bug #340194: How addresses work when anonymous user is shopping?: When an anonymous but existing user places an order, the addresses are stored with the user the order system finds (matching by email address).
- Added some code to clear any saved addresses when an order begins--just in case.
Also, translation files have been donated for Lithuanian and Turkish.
uc_addresses 5.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| uc_addresses-5.x-2.x-dev.tar.gz | 21.76 KB | ad4ff7c4769c163215d0097acfecba1f |
| uc_addresses-5.x-2.x-dev.zip | 24.16 KB | e345d4ce35d676d97bc5212b477ce589 |
Release notes
Features and bug fixes leading to 5.x-2.1.
uc_addresses 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| uc_addresses-6.x-1.x-dev.tar.gz | 24.44 KB | 279c28b592b005307977ef39d484d183 |
| uc_addresses-6.x-1.x-dev.zip | 27.7 KB | 85a11f2cceea61fc507e5ab69656165f |
Release notes
Initial D6 version. Most features seem to work, but there is one know problem: trying to change the country will result in a warning the first time. Repeat and it will work.
Not ready for production use. You have been warned!
uc_addresses 5.x-2.0
| Download | Size | md5 hash |
|---|---|---|
| uc_addresses-5.x-2.0.tar.gz | 21.15 KB | 63dc9ca72ee091c44e54fb753b3acd46 |
| uc_addresses-5.x-2.0.zip | 23.8 KB | a49235ec8ef4c1a6fa15054505ff8cc9 |
Release notes
This release includes some important bug fixes as well as new features. Be sure to run update.php after installing this update.
New feature summary:
- Users can assign optional (usually short) names to an address.
- You can choose whether to require that an address be entered when first registering.
Important bug fixes summary:
- If the default address was used to automatically fill in the billing or delivery addresses, all the fields became optional so users could omit all fields.
- When placing an order, the order address was saved too early and too often. The module now waits for for payment to be received before looking at the addresses the user entered.
- When you told the module to automatically fill in the billing and delivery addresses, it would do so even if the user had edited the fields. So if the user modified an address, reviewed the order, found a mistake and went back, the modifications were overwritten.
Complete details:
- Fix for bug [#285765]: uc_addresses should not be in Drupal - core. It is now in Drupal - extra.
- Enhancement as per [#287299] - you can have users skip entering an address during registration.
uc_addresses 5.x-2.0-rc2
| Download | Size | md5 hash |
|---|---|---|
| uc_addresses-5.x-2.0-rc2.tar.gz | 21.15 KB | ccf9c487a92b78e6d5974bc4220ef948 |
| uc_addresses-5.x-2.0-rc2.zip | 23.8 KB | c42f8621f6b6c6d42d612349ec9c5f34 |
Release notes
Please review the notes for 5.x-2.0-rc1. Here are the additional changes:
Changes since DRUPAL-5--2-0-RC1:
- For for [#307840]. If the module is newly installed, it now has the address_name field.
- Alternate fix for [#301233]. This one captures addresses for COD orders.
- When editing an address with an address name, the user would get an error about the address name already being in the database. Fixed.
- Fix for [#308007]. The code was not getting the POSTed zone value properly.
- During checkout, if the user's default address wasn't in the store's default country, the zone selections were not updated to match the user's default country. Fixed.
uc_addresses 5.x-2.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| uc_addresses-5.x-2.0-rc1.tar.gz | 21.09 KB | 1440aa584da0f63940367a96f0b786f9 |
| uc_addresses-5.x-2.0-rc1.zip | 23.72 KB | 31aba93ddea6e0dfefdb164a923152de |
Release notes
This release includes some important bug fixes as well as new features. Be sure to run update.php after installing this update.
New feature summary:
- Users can assign optional (usually short) names to an address.
- You can choose whether to require that an address be entered when first registering.
Important bug fixes summary:
- If the default address was used to automatically fill in the billing or delivery addresses, all the fields became optional so users could omit all fields.
- When placing an order, the order address was saved too early and too often. The module now waits for for payment to be received before looking at the addresses the user entered.
- When you told the module to automatically fill in the billing and delivery addresses, it would do so even if the user had edited the fields. So if the user modified an address, reviewed the order, found a mistake and went back, the modifications were overwritten.
Complete details:
- Fix for bug [#285765]: uc_addresses should not be in Drupal - core. It is now in Drupal - extra.
- Enhancement as per [#287299] - you can have users skip entering an address during registration.
uc_addresses 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| uc_addresses-5.x-1.0.tar.gz | 20.41 KB | 025b3c3c324ee5f2d67dbec2dd79639f |
| uc_addresses-5.x-1.0.zip | 23.11 KB | ef0aacf5d5e9fab4c163d089d7ab0dc0 |
Release notes
This is the official 1.0 release of uc_addresses. It is exactly the same as RC4.
uc_addresses 5.x-1.0-rc4
| Download | Size | md5 hash |
|---|---|---|
| uc_addresses-5.x-1.0-rc4.tar.gz | 20.41 KB | 320e95198544009f3462062a878a889e |
| uc_addresses-5.x-1.0-rc4.zip | 23.12 KB | 9404e5ad1dda98b85d1ba40e1edf43cc |
Release notes
Changes since 5.x-1.0-rc3
- I now use {uc_addresses}_aid for the sequences variable. Fixes bug http://drupal.org/node/271336.
- I updated the code to normalize addresses so that disabled fields don't cause comparison problems. Fixes bug http://drupal.org/node/273938.
- Fixed a bug where the billing address didn't get saved because I didn't copy the uid from the order.
It is important that you run the update.php script if you are updating from any earlier version of uc_addresses.
uc_addresses 5.x-1.0-rc3
| Download | Size | md5 hash |
|---|---|---|
| uc_addresses-5.x-1.0-rc3.tar.gz | 19.92 KB | 28cf698a691ea060c45c030067d4ff03 |
| uc_addresses-5.x-1.0-rc3.zip | 22.59 KB | 66133b5e4594688f9f1db0e7991ac211 |
Release notes
This release includes on new feature:
- When an anonymous user places an order, the user's addresses are stored in the session. If the system creates an account for the user, the addresses are added to the newly created account (see #268603: Anonyomus address saving.)
And some bug fixes:
- Wrapped some text with the t() function. (see #271058: Some translation issues).
- The code now looks at variables uc_pane_billing_enabled and uc_pane_delivery_enabled (see #269939: not always billing&&delivery)
- Typo: dq_query() changed to db_query()
uc_addresses 5.x-1.0-rc2
| Download | Size | md5 hash |
|---|---|---|
| uc_addresses-5.x-1.0-rc2.tar.gz | 19.43 KB | aeb82d18a62845e496562e0333e08496 |
| uc_addresses-5.x-1.0-rc2.zip | 22.09 KB | 1d8127c038ba6025d6e910d370e5f336 |
Release notes
This release contains two small bug fixes.
- In RC1, when you placed an order using an existing address, you would get a warning about the address being a duplicate. The warning is now gone.
- In RC1, if you went to the "../user" page, you would see the Address tab. The program now checks to make sure that there is a integer user id following "../user" before displaying the tab.
If there are no problems with this release, it will become the official 1.0.