Skip to content

Commit

Permalink
[TASK] Uploaded version 0.1.0 to TER
Browse files Browse the repository at this point in the history
  • Loading branch information
astehlik committed Jul 7, 2013
1 parent 1109200 commit 1787f17
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions ext_emconf.php
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?php

########################################################################
# Extension Manager/Repository config file for ext "tinyurls".
#
# Auto generated 23-09-2012 20:44
#
# Manual updates:
# Only the data in the array - everything else is removed by next
# writing. "version" and "dependencies" must not be touched!
########################################################################
/***************************************************************
* Extension Manager/Repository config file for ext "tinyurls".
*
* Auto generated 07-07-2013 23:31
*
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/

$EM_CONF[$_EXTKEY] = array(
'title' => 'URL shortener',
'description' => 'This extensions allows you to cut down long URLs. It basically works like bitly or TinyURL.',
'category' => 'plugin',
'shy' => 0,
'version' => '0.0.2',
'version' => '0.1.0',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
Expand All @@ -28,21 +28,21 @@
'clearcacheonload' => 0,
'lockType' => '',
'author' => 'Alexander Stehlik',
'author_email' => 'alexander.stehlik.deleteme@googlemail.com',
'author_email' => 'alexander.stehlik.deleteme@gmail.com',
'author_company' => '',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'constraints' => array(
'depends' => array(
'php' => '5.2.0-0.0.0',
'typo3' => '4.5.0-0.0.0',
'typo3' => '4.5.0-6.2.0',
),
'conflicts' => array(
),
'suggests' => array(
),
),
'_md5_values_when_last_written' => 'a:15:{s:16:"ext_autoload.php";s:4:"1f47";s:21:"ext_conf_template.txt";s:4:"5953";s:12:"ext_icon.gif";s:4:"81e8";s:17:"ext_localconf.php";s:4:"39f3";s:14:"ext_tables.php";s:4:"0cca";s:14:"ext_tables.sql";s:4:"bb83";s:30:"Classes/Hooks/EidProcessor.php";s:4:"9a42";s:21:"Classes/Hooks/Tce.php";s:4:"bef5";s:26:"Classes/Hooks/TypoLink.php";s:4:"783f";s:23:"Classes/TinyUrl/Api.php";s:4:"402a";s:36:"Classes/TinyUrl/TinyUrlGenerator.php";s:4:"e7a0";s:29:"Classes/Utils/ConfigUtils.php";s:4:"d7f9";s:26:"Classes/Utils/UrlUtils.php";s:4:"ab2f";s:21:"Configuration/Tca.php";s:4:"0868";s:14:"doc/manual.sxw";s:4:"f62f";}',
'_md5_values_when_last_written' => 'a:16:{s:16:"ext_autoload.php";s:4:"bf3b";s:21:"ext_conf_template.txt";s:4:"ad24";s:12:"ext_icon.gif";s:4:"81e8";s:17:"ext_localconf.php";s:4:"f84f";s:14:"ext_tables.php";s:4:"3a1a";s:14:"ext_tables.sql";s:4:"bb83";s:30:"Classes/Hooks/EidProcessor.php";s:4:"925a";s:21:"Classes/Hooks/Tce.php";s:4:"9992";s:26:"Classes/Hooks/TypoLink.php";s:4:"391d";s:23:"Classes/TinyUrl/Api.php";s:4:"e255";s:36:"Classes/TinyUrl/TinyUrlGenerator.php";s:4:"d088";s:29:"Classes/Utils/ConfigUtils.php";s:4:"7063";s:26:"Classes/Utils/UrlUtils.php";s:4:"9268";s:21:"Configuration/Tca.php";s:4:"31e4";s:14:"doc/manual.pdf";s:4:"8c27";s:14:"doc/manual.sxw";s:4:"59db";}',
'suggests' => array(
),
);
Expand Down

0 comments on commit 1787f17

Please sign in to comment.