Piwik 2.8.0 compatibility: Added missing abstract methods to Auth.
[piwik-CASLogin.git] / CHANGELOG
1 == Changelog ==
2 0.7.1
3  * Fixed error in Auth::authenticate causing phpCAS::client to be called twice.
4
5 0.7
6  * Compatible with Piwik 2.1
7  * Removed the "additional root logins" option (Piwik handles multiple superusers natively now)
8  * Added custom CAS login image
9  * Upgrade to phpCAS-1.3.2
10
11 0.6.3
12  * Bugfix: Added $this->setBasicVariablesView($view) to Controller.php to fix missing variables issue 
13    after upgrading to Piwik 1.6
14
15 0.6:
16  * Security : Upgraded bundled phpCAS to version 1.1.3. See CVE-2010-3690, CVE-2010-3691, CVE-2010-3692
17  * Work with Piwik 1.1.1 (Fixed bug with enableFramedlogins)
18
19 0.5:
20  * Bugfix: Rename Piwik:prefixTable() to Piwik_Common:prefixTable()
21
22 0.4:
23  * Security: Upgraded bundled phpCAS to version 1.1.2. See CVE-2010-2795, CVE-2010-2796.
24  * Works with Piwik 0.8.
25
26 0.3:
27  * Enabled single signout feature
28  * Upgraded to phpCAS library 1.1.0RC8
29  * Slightly modified phpCAS so as not to emit any PHP 5.3 warnings / deprecated messages.
30  * Compatible with Piwik 0.6.x.
31  * Allows use of CoreUpdater without signing in via CAS. (Fixed bug with endless loop redirects).
32
33
34 0.2: Fixes and slight improvements
35  * Added the config option "additional root logins"
36  * Bugfix in login template
37  * Cleanups
38  * Coding style fixes
39
40 0.1: Initial release