[TYPO3-english] TER Extension - compatibility
Salvatore Eckel
salvatore.eckel at diemedialen.de
Fri Jul 11 10:32:41 CEST 2014
Hello,
the most extensions are compatible with 6.2.0 to 6.2.99, but there are
also extensions which have 6.0.0 to 6.2.99 there the compatibility field
is filled.
*here is my ext_emconf.php:**
*
<?php
/***************************************************************
* Extension Manager/Repository config file for ext: "dm_simplecalendar"
*
* Manual updates:
* Only the data in the array - anything else is removed by next write.
* "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF[$_EXTKEY] = array(
'title' => 'SimpleCalendar',
'description' => 'With this extension you can create appointments
and display them in a calendar view.',
'category' => 'plugin',
'author' => 'Salvatore Eckel, Kai Ratzeburg',
'author_email' => 'salvaracer at gmx.de, hello at kai-ratzeburg.de',
'author_company' => 'Die Medialen GmbH',
'shy' => '',
'priority' => '',
'module' => '',
'state' => 'beta',
'internal' => '',
'uploadfolder' => '0',
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'version' => '0.1.3',
'constraints' => array(
'depends' => array(
'typo3' => '6.0.0-6.2.99',
),
'conflicts' => array(
),
'suggests' => array(
),
),
);
?>
*And this is shown in TER list view:*
Version 0.1.3Beta
Last Updated July 9, 2014
Downloads 26
Compatibility N/A
Manual Extension Manual
<http://docs.typo3.org/typo3cms/extensions/dm_simplecalendar/>
I hope someone know a solution.
kind regards
salvatore
Am 10.07.2014 19:35, schrieb Markus Klein:
> Hi Salvatore,
>
> please post your complete ext_emconf.php here or give us a link to it.
>
> Kind regards
> Markus
>
> ------------------------------------------------------------
> Markus Klein
> TYPO3 CMS Active Contributors Team Member
>
>> Hello,
>>
>> I uploaded an extension to TER. I wonder about, why the field
> "compatibility"
>> is filled with "N/A" in the TER list view.
>> I compared my extension with other extensions where this fields is filled
> out
>> in TER like (6.0.0 - 6.2.99), but i can't find differences.
>>
>> Does anyone know what is required to fill the field "compatibility" in TER
> list
>> view?
>>
>>
>> kind regards
>> salvatore
>>
>>
>> _______________________________________________
>> TYPO3-english mailing list
>> TYPO3-english at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
More information about the TYPO3-english
mailing list