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.
NOTE: If the token module is installed on your site the minimum required token version is 6.x-1.14, but for some technical reasons 6.16 or the latest DEV (mid december 2010 or later) is highly recommended.
Major new features:
#609892 by joetsuihk, hass, bec, jmesam: Added Multiple custom variables
Fixes and changes:
Fixed broken ga.js URL if i18n language path prefix is used.
Added dummy query-string to ga.js to gain control over browser-caching.
#477830 by hass: Refactored local file caching and cache clear logic
#928360: Warning: rmdir(), check if directory exists
#477830: Followup, no need to clear JS cache as ga.js is not aggregated with core
#933204: Wrong URL (404) to module admin page at status report
Refactored _googleanalytics_cache() and hook_cron
Added purge watchdog message.
#566656: Can't segment anonymous user
#987116 by pobster: Simpletests fail in 3.x because of "Web Property ID" name change.
#990882 by gilgabar: User segmentation via 'User roles' does not require profile module.
Add token validation to form field, requires token latest DEV (mid december 2010)
Highlights of this release include a number of new hooks, a new module og_mailinglist_flag which provides integration with the Flag module to provide an easy way for members to toggle on or off their subscription to a particular thread.
Changes list:
1. Own content type display - so you can configure how node should looks like in cart, at checkout page and in e-mails.
2. Added AJAX adding to cart (cart form non-AJAXed yet).
3. Added submodule Cart Icon Block which shows cart icon with items counter.
4. Removed hardcoded field name for price - now used field that was selected at settings page.
5. Code was reviewed.
6. Was added one function to API - simple_cart_get_total_price($sid=''). Returns current total price of all items in cart.
Other changes:
- New Drop Down menu system.
- Improved RTL language support.
- Added Site ID bodyclass in theme development settings
- Added Fix IE stylesheet limit in theme development settings