-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c6f85de
commit e386045
Showing
11 changed files
with
100 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,39 @@ | ||
<?php | ||
|
||
/*************************************************************** | ||
* Extension Manager/Repository config file for ext: "myleaflet" | ||
* Extension Manager/Repository config file for ext "myleaflet". | ||
* | ||
* Auto generated by Extension Builder 2019-12-06 | ||
* Auto generated 07-07-2024 18:51 | ||
* | ||
* Manual updates: | ||
* Only the data in the array - anything else is removed by next write. | ||
* "version" and "dependencies" must not be touched! | ||
* Only the data in the array - everything else is removed by next | ||
* writing. "version" and "dependencies" must not be touched! | ||
***************************************************************/ | ||
|
||
$EM_CONF[$_EXTKEY] = [ | ||
'title' => 'MyLeaflet', | ||
'description' => 'Leaflet / OpenStreetMap for tt_address data with radial search and categories. No registration and no API-keys necessary.', | ||
'category' => 'plugin', | ||
'author' => 'Joachim Ruhs', | ||
'author_email' => '[email protected]', | ||
'state' => 'beta', | ||
'uploadfolder' => 0, | ||
'createDirs' => '', | ||
'clearCacheOnLoad' => 0, | ||
'version' => '1.8.9', | ||
'constraints' => [ | ||
'depends' => [ | ||
'typo3' => '11.4.0-12.5.99', | ||
'tt_address' => '7.0.0-8.1.99' | ||
], | ||
'conflicts' => [], | ||
'suggests' => [], | ||
] | ||
]; | ||
$EM_CONF[$_EXTKEY] = array ( | ||
'title' => 'MyLeaflet', | ||
'description' => 'Leaflet / OpenStreetMap for tt_address data with radial search and categories. No registration and no API-keys necessary.', | ||
'category' => 'plugin', | ||
'version' => '2.0.0', | ||
'state' => 'beta', | ||
'uploadfolder' => false, | ||
'clearcacheonload' => false, | ||
'author' => 'Joachim Ruhs', | ||
'author_email' => '[email protected]', | ||
'author_company' => NULL, | ||
'constraints' => | ||
array ( | ||
'depends' => | ||
array ( | ||
'typo3' => '12.4.0-13.4.99', | ||
'tt_address' => '9.0.0-9.1.99', | ||
), | ||
'conflicts' => | ||
array ( | ||
), | ||
'suggests' => | ||
array ( | ||
), | ||
), | ||
); | ||
|
Oops, something went wrong.