0.0.1 | Beta version given to developers for testing |
0.1.0 | First public version. Based of cc_sv_auth 1.0.0 |
0.2.0 | IMPORTANT: This version can only be used with cc_sv_auth Version 1.1.0 or higher. The API of the Auth Services System has changed. Additionally, you will need ldap_server Version 0.2.0 to run this. Extension now makes use of the GLOBALS['LDAP_CONNECT'] Object provided by tx_ldapserver. In several places of the documentation it said ldap_server instead of tx_ldapserver for the class name, which made some people freak out. Sorry for that. Changes made. |
0.2.1 | With TYPO3 Version 3.7.0 or 3.7.1 you need cc_sv_auth 1.1.0 or higher to use this extension. TYPO3 Version 3.8.0 or higher has built in support for Auth Services. Changes: The single-sign-on functionality of the service changed in order to allow logouts. In the single-sign-on functionality the method used for signinig-on is now called by t3lib_div::callUserFunction. As the reference to the class file can be inserted directly into the userFunc argument there is no longer need for the “include” parameter for including the class file. Just use an declared class or define the class file along with the method call (i.e. “EXT:myext/class.tx_myext.php:tx_myext->mymethod”) - Thanks Masi! |