Skip to content

Commit

Permalink
[RELEASE] 6.0.0 - TYPO3 v12 ready, remove jQuery, allways use a callb…
Browse files Browse the repository at this point in the history
…ack function
  • Loading branch information
mhirdes committed Mar 20, 2023
1 parent 1cf75f9 commit 406bd1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[general]
project = Google Maps API Extbase
release = 6.0.0-dev
release = 6.0.0
version = 6.0
copyright = 2023

Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'description' => 'Google Maps Extension. Simply insert a Google Map Version 3 without jQuery, calculate a route,
images for markers, style maps, KML, categories, responsive and many more.',
'category' => 'plugin',
'version' => '6.0.0-dev',
'version' => '6.0.0',
'state' => 'stable',
'clearCacheOnLoad' => true,
'author' => 'Marc Hirdes',
Expand Down

0 comments on commit 406bd1f

Please sign in to comment.