Skip to content

Commit

Permalink
1.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
bednee committed Oct 28, 2019
1 parent 2b7e544 commit a1fcb1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
$EM_CONF[$_EXTKEY] = array(
'title' => 'CoolUri',
'description' => 'RealURL alternative. Have nice URLs instead of ugly with parameters. CoolUri has user-friendly XML configuration file. For simple setup, just use the one supplied with extension and you are ready to go.',
'version' => '1.1.5',
'version' => '1.2',
'state' => 'stable',
'author' => 'Jan Bednarik',
'author_email' => '[email protected]',
'constraints' => array(
'depends' => array(
'typo3' => '9.0.0-9.9.99',
'typo3' => '8.7.0-9.9.99',
),
),
);

0 comments on commit a1fcb1e

Please sign in to comment.