Skip to content

Commit c48edf0

Browse files
author
mhirdes
committed
[FEATURE] Clean up
1 parent 24e5014 commit c48edf0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Documentation/Changelog/Index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ ChangeLog
2323
2.0.0
2424

2525
Changes
26-
Compatibility TYPO3 8.0, sys_categories and sys_file used, list and link addresses, drop shadows
26+
Compatibility TYPO3 8.0; sys_categories and sys_file used; list and link
27+
addresses; drop shadows, toolTip and container class
2728

2829
.. container:: table-row
2930

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "clickstorm/go_maps_ext",
33
"type": "typo3-cms-extension",
4-
"description": "Google Maps Extension. Simply insert a google map Version 3, jQuery, Calculate Route, Image for Markers, Style Maps, KML, Categories...",
4+
"description": "Google Maps Extension. Simply insert a google map Version 3 inc. jQuery, calculate a route, images for markers, style maps, KML, categories, responsive and many more.",
55
"homepage": "http://www.clickstorm.de",
66
"authors": [
77
{

ext_emconf.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
images for markers, style maps, KML, categories, responsive and many more.',
1717
'category' => 'plugin',
1818
'version' => '2.0.0',
19-
'state' => 'beta',
19+
'state' => 'stable',
2020
'uploadfolder' => 1,
21-
'createDirs' => 'uploads/tx_gomapsext',
2221
'modify_tables' => '',
2322
'clearcacheonload' => 1,
2423
'author' => 'Marc Hirdes',
25-
'author_email' => 'Marc_Hirdes@gmx.de',
24+
'author_email' => 'marc_hirdes@gmx.de',
2625
'author_company' => 'clickstorm GmbH',
2726
'constraints' =>
2827
array(

0 commit comments

Comments
 (0)