-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
18 lines (18 loc) · 951 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---- Changes since 0.1 ----
First version of this module, which allows analytics to be easily enabled for a virtual server.
---- Changes since 1.0 ----
Added import and validation support.
Added check for version 2 of mod_perl.
Fixed problem with removing Analytics Apache directives from a domain.
---- Changes since 1.1 ----
Fixed typo that prevents missing mod_perl 2 error from appearing properly.
---- Changes since 1.4 ----
Added support for the Clicky web analytics service.
---- Changes since 2.1 ----
Added detection for Apache's mod_deflate and PHP zlib compression, which break insertion of analytics directives into HTML.
---- Changes since 2.3 ----
Added support for Woopra analytics.
Change URL for Quantcast when in SSL mode.
Fixed Javascript for PiWik to use their new suggested code.
---- Changes since 2.4 ----
Moved the inserted Google Analytics Javascript to just after the <body> tag, and switched to their new asynchronous code.