mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Release v3.0.0
This commit is contained in:
parent
8cd75d9e60
commit
896a19196f
2 changed files with 13 additions and 2 deletions
|
|
@ -1,3 +1,14 @@
|
|||
Version 3.0.0
|
||||
-------------
|
||||
* Add support for Lucky Orange (Peter Bittner)
|
||||
* Add missing instructions in Installation chapter of the docs (Peter Bittner)
|
||||
* Migrate test setup to Pytest (David Smith, Peter Bittner, Pi Delport)
|
||||
* Support Django 3.1 and Python 3.9, drop Django 1.11 and Python 2.7/3.5 (David Smith)
|
||||
* Migrate from Travis CI to GitHub Actions (Jannis Leidel)
|
||||
* Update accepted patterns (regex) for Google Analytics GTag (Taha Rushain)
|
||||
* Scope Piwik warning to use of Piwik (Hugo Barrera)
|
||||
* Add ``user_id`` to Google Analytics GTag (Sean Wallace)
|
||||
|
||||
Version 2.6.0
|
||||
-------------
|
||||
* Support Django 3.0 and Python 3.8, drop Django 2.1
|
||||
|
|
@ -9,7 +20,7 @@ Version 2.5.0
|
|||
-------------
|
||||
* Add support for Google analytics.js (Marc Bourqui)
|
||||
* Add support for Intercom HMAC identity verification (Pi Delport)
|
||||
* Add support for HotJar (Pi Delport)
|
||||
* Add support for Hotjar (Pi Delport)
|
||||
* Make sure _trackPageview happens before other settings in Google Analytics
|
||||
(Diederik van der Boor)
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@ Analytics service integration for Django projects
|
|||
|
||||
__author__ = "Joost Cassee"
|
||||
__email__ = "joost@cassee.net"
|
||||
__version__ = "2.6.0"
|
||||
__version__ = "3.0.0"
|
||||
__copyright__ = "Copyright (C) 2011-2020 Joost Cassee and contributors"
|
||||
__license__ = "MIT"
|
||||
|
|
|
|||
Loading…
Reference in a new issue