mixpanel 2.0.0-alpha1

New features

Rebuilding from the ground up.

This release only installs the PHP SDK from Mixpanel and allows you to configure it using Drupal.

mixpanel 7.x-1.3

Bug fixes

Changes since 7.x-1.2:

  • #2636078 by leandro713: drupal_queue_get
  • #2312643 by blesss: Fixed Notice: Undefined index: HTTP_USER_AGENT.

mixpanel 7.x-1.2

Bug fixes

Changes since 7.x-1.1:

  • #2239177: Wrong cookie name in hook_user_logout().
  • #2176277: Uncaught SyntaxError: Unexpected token <
  • Replaced drupal_add_html_head() with drupal_add_js() like Google Analytics does.
  • Remove TODO that I don't ever intend to do.
  • Replace == '' with empty().
  • Replace 'static' variable with drupal_static()
  • Replace '== NULL' with is_null()

mixpanel 6.x-1.3

New features

Changes since 6.x-1.2:

  • #1822434: Make mixpanel_track() implementation more Drupal-y.
  • Backported new 'administer mixpanel' permission from the Drupal 7 version.
  • Backported anonymous user tracking from the Drupal 7 version.
  • #1849574: Upgrade Mixpanel Javascript to version 2.0.
  • #1874942: Include the mixpanel_rules module.

mixpanel 7.x-1.0

Changes since 7.x-1.0-rc1:

  • Fixed PHP notices in mixpanel_rules
  • Added and fixed inline API documentation, README.txt and hook_help()

mixpanel 7.x-1.0-rc1

Initial port to Drupal 7!

Everything should work the same as the Drupal 6 version, except the mixpanel_spaces module has been removed.

mixpanel 6.x-1.2

Bug fixes

Changes since 6.x-1.1:

  • Set the magic properties $os, $browser, $referrer, $referring_domain and $device to values compatible with the Mixpanel 2.1 Javascript library.
  • Bug fix: Renamed mixpanel_init() in mixpanel_defaults to mixpanel_defaults_init().

mixpanel 6.x-1.1

Security update
New features

Changes since 6.x-1.0:

  • #1762886 by dsnopek: Fix adding Mixpanel token to page.
  • #1837826 by dsnopek: Create a hook_update_n to enable mixpanel_defaults when updating Mixpanel
  • #1827414 by dsnopek: Move default tracking code to it's own module

mixpanel 6.x-1.0

New features
Bug fixes
Insecure

Changes since 6.x-1.0-beta1:

mixpanel 6.x-1.0-beta1

Insecure

First release of Mixpanel on d.o. The code is stable and production-tested. There's a few features I want to add before making a stable release.

Subscribe with RSS Subscribe to Releases for Mixpanel