From d44f2c47dd61a49ed61ce517fad540700f1af43a Mon Sep 17 00:00:00 2001 From: Henning Gerhardt Date: Wed, 26 Mar 2014 22:23:37 +0100 Subject: [PATCH] Push version and updating title as description too. --- ext_emconf.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext_emconf.php b/ext_emconf.php index 1ba2d0e..f14a88e 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -1,8 +1,8 @@ 'Eve Online Corp Tool: EveCentral data fetcher', - 'description' => 'Fetch and display remote data from eve-central.com', + 'title' => 'Eve Online Corp Tool', + 'description' => 'Using different EVE services: direct from CCP through PhealNG or third party sites like eve-central.com', 'category' => 'plugin', 'author' => 'Henning Gerhardt', 'author_company' => '', @@ -10,7 +10,7 @@ 'dependencies' => 'extbase,fluid', 'clearCacheOnLoad' => 1, 'state' => 'alpha', - 'version' => '0.2.0', + 'version' => '0.3.0', 'constraints' => array( 'depends' => array( 'php' => '5.4.0',