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