Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download google_analytics-7.x-1.0.tar.gztar.gz 23.55 KB
MD5: b5b4a16d5dd4a180faf6ccd38626e730
SHA-1: 03736f9e476e757092a7d2e7f71d8fcab68339f3
SHA-256: 5442304830a8ef67cdfd74a7363ca4d8b4e6db5c7ea65b0b012c9ff201824695
Download google_analytics-7.x-1.0.zipzip 28.4 KB
MD5: 7233ebf5e469519bffc9927339fb71c8
SHA-1: 70bbd2c0b5ceddfe7d7f7faa25fe928f350a1acb
SHA-256: e800494d0f180e61a6f9b889f1490d58f7a225dbf59706cf6fd1798aab556458

Release notes

NOTE: If the token module is installed on your site the minimum required token version is 7.x-1.0-beta1.

  • #848350 Disabling user tracker in user/edit doesn't work
  • #811156: Add anonymize visitors IP address setting and enable it for German sites.
  • #270819: Ignore visibility filters for 404 or 403 status code
  • Update hooks now return strings or throw exceptions, and update_sql() is no more
  • Updated some descriptions for new GA API.
  • #812606: Change the way how JS is attached to hook_page_alter()
  • #789326 by Gábor, hass: Drupal 7-ize the UI and fix some terminology
  • #814334: JS code not attached to scopes
  • Added configure link
  • #788392 by Gábor: hook_perm() name not updated
  • #695998: Broken link
  • Fix custom user settings for hook_user revam
  • hook_footer() is gone, upgrade code
  • Fix one drupal_add_js() not upgraded to D7
  • Add stream wrapper / public folder support
  • Add 'file' back to menu after the roll back
  • Wrap JS code in (function ($) { ... })(jQuery);
  • $form_state is automatically passed as reference to functions
  • Added file back to menu links
  • drupal_to_js() has been renamed to drupal_json_encode().
  • Added "public" in front of every function as documented in http://drupal.org/node/395012
  • Fixed D6->D7 porting bug in hook_update_6300
  • #931842: WSOD with search module (search_get_keys() is no more in D7)
  • Use $t() for t() in hook_requirements()
  • Use file_unmanaged_delete in clear_js_cache()
  • Use drupal_hash_base64() for md5()
  • Fixed a comment talking about hook_footer that is gone in D7.
  • #946550 by JacobSingh, hass: Revert to drupal_add_js()
  • D7 upgrade: rmdir() -> drupal_rmdir()
  • D7 Core API change - added JS grouping.
  • Removed invalid documentation
  • #1012698 by hass: Coder review, D7 upgrade review
  • files[] in .info is no longer required.
  • googleanalytics.test file not found without adding to files[].
  • Token stuff is in core and token module is not required, remove the cruft.
  • #1017384 by Dave Reid: Fix use of token_replace()
  • $segmentation var has already been read, reuse it
  • Drop unofficial '#wysiwyg' => FALSE in textarea's. D7 have '#type' => 'text_format'
  • Add invisible titles to the custom variable fields or token form_error() produces a notice and have an empty placeholder in the error message.
  • Upgrade custom variables from D6 to D7.
  • Update description refering to profile fields multiselect
  • Restore lost AdSense description.
  • Accessibility fixes
  • Minor code style fixes
  • Renamed [current-user:roles] token to [current-user:role-names] and added [current-user:role-ids].
Created by: hass
Created on: 20 Jan 2011 at 22:54 UTC
Last updated: 23 Mar 2014 at 14:44 UTC

Other releases