Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This version removes using the session for saving comment information. The info is saved in a cookie and retrieved via javascript. This mirrors the functionality in drupal 6. The upgrade path from this version is drupal 6. Cookie info is in the same format in drupal 6 so info will transition smoothly.
New features:
- Added the ability to have an optional hierarchical_select form item, and immediately added support for this in the taxonomy hierarchical select rendering function. (#173052)
Bug fixes:
- Fixed CSS bug that caused misalignment of selects when JavaScript was disabled.
- Fixed #181701: Hierarchical Select fails to update when the server doesn't support clean urls
- Fixed #178748: On submit if the form has validation errors then the select box selects the default category.
* include the cod/eway updates to ec_receipts --- Inline payments a just the best ;)
* Fix a lot of bugs with the removal of the product node type
* bed down some more of the receipts and customer interfaces