Posted by gordon on November 21, 2010 at 8:05am
| Download | Size | md5 hash |
|---|---|---|
| ecommerce-6.x-4.0-rc23.tar.gz | 201.54 KB | ad27886cc6e2ed75b1a022691bba314c |
| ecommerce-6.x-4.0-rc23.zip | 293.24 KB | 65bd700fd31c7fd89bee1bbf21f145e9 |
Last updated: December 24, 2010 - 22:52
Release notes
I have done a lot of work on getting the localization of addresses working much better and making it much easier for people to expand and customise for there own countries.
I feel that this is pretty much done and this will most likely be the last RC before 4.0 is released.
Changes since DRUPAL-6--4-0-RC22:
- changed isset to !empty for address token creation to remove extra line break when there is no street2 provided
- this should fix #909184 - there are apparently 2 issues here. The first is where javascript is not properly added when validation fails. The second is that the states javascript object gets double state values when validation fails.
- minor code cleanup
- added ignore update classes to cc payment form elements
- added bank draft as hook_element, relabeled receipt admin page
- Updated schema of ec_receipt to store description of payment method
- Updated schema description of ec_receipt table
- updated schema descriptions for ec_receipt allocations and ec_receipt types
- renamed bank draft functions to electronic check - more customer friendly
- added theme function for electronic check element
- fix bugs in receipt type admin page that caused the default values for each payment type to be displayed instead of what the user submitted on the receipt type admin page
- updated comment text
- removed development code
- Added form element for accepting electronic checks as a payment method. The payment gateway still has to support this method.
- Rewrite Address Localisation to allow for much more control over how addresses are handled.