Finalized version 0.2.0 -- accepts return_sso_url and can be used from multiple instances now (using same shared key).

This commit is contained in:
2016-10-05 16:11:38 +02:00
parent 17b97c3a39
commit a557e6441d
3 changed files with 10 additions and 7 deletions

View File

@@ -11,7 +11,9 @@
$EM_CONF[$_EXTKEY] = array(
'title' => 'Discourse SSO',
'description' => 'This is a SSO Provider for Discourse (see discourse.org) allowing Typo3 to be used to authenticate discourse users. User\'s name, login and email address is passed to discourse, allowing easy setup of users.',
'description' => 'This is a SSO Provider for Discourse (see discourse.org) allowing Typo3 to '.
'be used to authenticate discourse users. User\'s name, login and email '.
'address is passed to discourse, allowing easy setup of users.',
'category' => 'plugin',
'author' => 'Dirk Jahnke',
'author_email' => 'dirk.jahnke@mailbox.org',
@@ -20,7 +22,7 @@ $EM_CONF[$_EXTKEY] = array(
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '0.1.0',
'version' => '0.2.0',
'constraints' => array(
'depends' => array('typo3' => '6.2.0-7.2.99'),
'conflicts' => array(),