Skip to content

Commit

Permalink
[TASK] Release preperations
Browse files Browse the repository at this point in the history
  • Loading branch information
einpraegsam committed May 6, 2021
1 parent 5ded7d5 commit db3e6bb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ You can enable caching for the plugin in the extension manager settings, if you

| Version | Date | State | Description |
| ---------- | ---------- | ---------- | ---------------------------------------------------------------------------- |
| 5.0.0 | 2021-05-06 | Task | Add TYPO3 11 compatibility |
| 4.0.1 | 2021-03-17 | Task | Add extension key to composer.json |
| 4.0.0 | 2021-01-26 | Task | Modernizing update (new icon, auto releases, reduced technical dept, etc... |
| 3.0.1 | 2020-05-12 | Bugfix | Update version in ext_emconf.php |
Expand Down
31 changes: 15 additions & 16 deletions ext_emconf.php
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
<?php

$EM_CONF[$_EXTKEY] = [
'title' => 'typoscript2contentelement',
'description' => 'typoscript2contentelement allows you to show the result
of typoscript (e.g. HMENU) as a contentelement - a simple thing...',
'category' => 'plugin',
'version' => '4.0.1',
'state' => 'stable',
'author' => 'Alex Kellner',
'author_email' => '[email protected]',
'author_company' => 'in2code.de',
'constraints' => [
'depends' => [
'typo3' => '10.0.0-11.5.99'
],
'conflicts' => [],
'suggests' => [],
],
'title' => 'typoscript2contentelement',
'description' => 'typoscript2contentelement allows you to show the result of typoscript (e.g. HMENU) as a contentelement - a simple thing...',
'category' => 'plugin',
'version' => '5.0.0',
'state' => 'stable',
'author' => 'Alex Kellner',
'author_email' => '[email protected]',
'author_company' => 'in2code.de',
'constraints' => [
'depends' => [
'typo3' => '10.0.0-11.5.99'
],
'conflicts' => [],
'suggests' => [],
],
];

0 comments on commit db3e6bb

Please sign in to comment.