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