Skip to content

Commit 4c66c89

Browse files
committed
[TASK] Mark extension as obsolete
This extension is the Server part for t3am client for older TYPO3 (server) versions. If you want to TYPO3 11 or newer as T3AM Server, please use https://github.com/in2code-de/t3am. The updated version of T3AM combines now Server and Client.
1 parent c8dd669 commit 4c66c89

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ T3AM (client) allows you to log in at any TYPO3 with a single username/password
99

1010
[T3AM (client)](https://github.com/in2code-de/t3am) is required if you want to use T3AM Server.
1111

12+
## Compatibilty for newer TYPO3 Version
13+
14+
This extension is the Server part for t3am client for older TYPO3 (server) versions. If you want to TYPO3 11 or newer as T3AM Server, please use
15+
[T3AM](https://github.com/in2code-de/t3am). The updated version of T3AM combines now Server and Client.
16+
1217
## Installation & Configuration
1318

1419
Prerequisite: You should have installed T3AM (client) in another TYPO3 instance already!
@@ -35,7 +40,14 @@ If a user gets deleted in T3AM Server (not removed from the database!) the user
3540

3641
ext_icon.svg: <div>Icons made by <a href="https://www.flaticon.com/authors/smashicons" title="Smashicons">Smashicons</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
3742

38-
## Changelog
43+
## Changelog
44+
45+
V3.0.2
46+
* Mark this extension as obsolete, as
47+
48+
49+
V3.0.0
50+
* Support for TYPO3 10 as [T3AM](https://github.com/in2code-de/t3am) combines now Server and client
3951

4052
V2.0.1
4153
* [BUGFIX] Re-add TYPO3 v8 password check mechanism

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
'title' => 'T3AM Server',
44
'description' => 'T3AM Server - TYPO3 Authentication Manager Server',
55
'category' => 'services',
6-
'state' => 'stable',
6+
'state' => 'obsolete',
77
'uploadfolder' => 0,
88
'createDirs' => '',
99
'clearCacheOnLoad' => 0,
1010
'author' => 'Oliver Eglseder',
1111
'author_email' => '[email protected]',
1212
'author_company' => 'in2code GmbH',
13-
'version' => '3.0.1',
13+
'version' => '3.0.2',
1414
'constraints' => [
1515
'depends' => [
1616
'typo3' => '9.5.0-10.4.99',

0 commit comments

Comments
 (0)