Skip to content

Commit

Permalink
Release for new TYPO3 Version and also update the autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
lochmueller committed Jun 22, 2015
1 parent 9b895b9 commit 8947916
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
'title' => 'Calendarize',
'description' => 'Create a structure for timely controlled tables and one plugin for the different output of calendar views. The extension is shipped with one default event table, but the aim of the extension is to "calendarize" every table/model. It is completely independent and configurable! Use your own models as event items in this calender. We need feedback about the concept! Development on https://github.com/lochmueller/calendarize',
'category' => 'fe',
'version' => '1.4.0',
'version' => '1.4.1',
'state' => 'stable',
'clearcacheonload' => 1,
'author' => 'Tim Lochmüller',
'author_email' => '[email protected]',
'constraints' => array(
'depends' => array(
'typo3' => '6.2.0-7.2.99',
'autoloader' => '1.5.5-0.0.0',
'typo3' => '6.2.0-7.99.99',
'autoloader' => '1.6.0-0.0.0',
),
),
);

0 comments on commit 8947916

Please sign in to comment.