Skip to content

Commit

Permalink
[RELEASE] Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Opitz committed Apr 11, 2019
1 parent fe40edb commit 8c5704a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ext_emconf.php
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'TemplaVoila! Plus - Notes',
'title' => 'TemplaVoilà! Plus - Notes',
'description' => 'Show sys_note records in TemplaVoilà! Plus page module',
'category' => 'plugin',
'version' => '0.3.0',
'version' => '0.4.0',
'state' => 'stable',
'uploadfolder' => '0',
'clearCacheOnLoad' => 0,
'author' => 'Alexander Opitz',
'author_email' => 'alexander.[email protected]',
'author_email' => '[email protected]',
'author_company' => 'PLUSPOL interactive',
'constraints' => [
'depends' => [
'php' => '5.5.0-7.2.99',
'typo3' => '7.6.0-8.7.99',
'sys_note' => '7.6.0-8.7.99',
'typo3' => '7.6.0-9.5.99',
'sys_note' => '7.6.0-9.5.99',
'templavoilaplus' => '7.1.2-7.99.99'
],
],
Expand Down

0 comments on commit 8c5704a

Please sign in to comment.