v. 0.6.3 from http://dev.piwik.org/trac/ticket/598
[piwik-CASLogin.git] / CHANGELOG
1 == Changelog ==
2 0.6.3
3  * Bugfix: Added $this->setBasicVariablesView($view) to Controller.php to fix missing variables issue 
4    after upgrading to Piwik 1.6
5
6 0.6:
7  * Security : Upgraded bundled phpCAS to version 1.1.3. See CVE-2010-3690, CVE-2010-3691, CVE-2010-3692
8  * Work with Piwik 1.1.1 (Fixed bug with enableFramedlogins)
9
10 0.5:
11  * Bugfix: Rename Piwik:prefixTable() to Piwik_Common:prefixTable()
12
13 0.4:
14  * Security: Upgraded bundled phpCAS to version 1.1.2. See CVE-2010-2795, CVE-2010-2796.
15  * Works with Piwik 0.8.
16
17 0.3:
18  * Enabled single signout feature
19  * Upgraded to phpCAS library 1.1.0RC8
20  * Slightly modified phpCAS so as not to emit any PHP 5.3 warnings / deprecated messages.
21  * Compatible with Piwik 0.6.x.
22  * Allows use of CoreUpdater without signing in via CAS. (Fixed bug with endless loop redirects).
23
24
25 0.2: Fixes and slight improvements
26  * Added the config option "additional root logins"
27  * Bugfix in login template
28  * Cleanups
29  * Coding style fixes
30
31 0.1: Initial release