django-analytical/CHANGELOG.rst

64 lines
1.6 KiB
ReStructuredText
Raw Normal View History

2011-08-27 06:12:43 +00:00
Version 0.9.2
2011-08-27 06:18:19 +00:00
-------------
2011-08-22 21:21:57 +00:00
* Added suppert for the SnapEngage service.
2011-08-19 05:59:02 +00:00
* Updated Mixpanel code (Julien Grenier).
Version 0.9.1
-------------
2011-08-19 05:59:02 +00:00
* Fixed compatibility with Python 2.5 (Iván Raskovsky).
2011-07-05 16:01:44 +00:00
Version 0.9.0
-------------
* Updated Clicky tracking code to support multiple site ids.
* Fixed Chartbeat auto-domain bug when the Sites framework is not used (Eric
Davis).
* Improved testing code (Eric Davis).
Version 0.8.1
-------------
* Fixed MANIFEST bug that caused GoSquared support to be missing from
the source distribution.
2011-04-01 20:41:36 +00:00
Version 0.8.0
-------------
* Added support for the GoSquared service.
* Updated Clicky tracking code to use relative URLs.
Version 0.7.0
-------------
* Added support for the Woopra service.
2011-03-15 13:13:06 +00:00
* Added chat window text customization to Olark.
* Renamed ``MIXPANEL_TOKEN`` setting to ``MIXPANEL_API_TOKEN`` for
compatibility with Wes Winham's mixpanel-celery_ package.
* Fixed the ``<script>`` tag for Crazy Egg.
2011-03-15 13:13:06 +00:00
.. _mixpanel-celery: https://github.com/winhamwr/mixpanel-celery
Version 0.6.0
-------------
* Added support for the Reinvigorate service.
* Added support for the Olark service.
Version 0.5.0
-------------
* Split off Geckoboard support into django-geckoboard_.
.. _django-geckoboard: http://pypi.python.org/pypi/django-geckoboard
2011-02-14 07:41:47 +00:00
Version 0.4.0
-------------
* Added support for the Geckoboard service.
Version 0.3.0
-------------
* Added support for the Performable service.
Version 0.2.0
-------------
* Added support for the HubSpot service.
* Added template tags for individual services.
Version 0.1.0
-------------
* First project release.