Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
Push version and updating title as description too.
Browse files Browse the repository at this point in the history
  • Loading branch information
henning-gerhardt committed Mar 26, 2014
1 parent 29dfb39 commit d44f2c4
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
@@ -1,16 +1,16 @@
<?php

$EM_CONF[$_EXTKEY] = array(
'title' => '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' => '',
'author_email' => '[email protected]',
'dependencies' => 'extbase,fluid',
'clearCacheOnLoad' => 1,
'state' => 'alpha',
'version' => '0.2.0',
'version' => '0.3.0',
'constraints' => array(
'depends' => array(
'php' => '5.4.0',
Expand Down

0 comments on commit d44f2c4

Please sign in to comment.