-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue Google map API is missing.
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
<extension type="plugin" method="upgrade" group="system"> | ||
<name>Astroid Plugin</name> | ||
<author>Astroid Framework Team</author> | ||
<creationDate>October 2024</creationDate> | ||
<version>3.1.7</version> | ||
<creationDate>November 2024</creationDate> | ||
<version>3.1.8</version> | ||
<url>https://www.astroidframe.work</url> | ||
<copyright>Copyright (C) 2023 TemPlaza, Inc. All rights reserved.</copyright> | ||
<copyright>Copyright (C) 2024 TemPlaza, Inc. All rights reserved.</copyright> | ||
<license>GNU General Public License version 3 or later; see LICENSE.txt</license> | ||
<authorEmail>[email protected]</authorEmail> | ||
<authorUrl>https://www.templaza.com</authorUrl> | ||
|
@@ -47,6 +47,7 @@ | |
<option value="1">JYES</option> | ||
<option value="0">JNO</option> | ||
</field> | ||
<field name="gmap_api" type="text" default="" label="ASTROID_WIDGET_GMAP_API" description="ASTROID_WIDGET_GMAP_API_DESC"/> | ||
</fieldset> | ||
<fieldset name="astroid-tabs-visibility"> | ||
<field name="frontend_tabs_visibility" type="radio" default="1" label="ASTROID_TABS_FRONTEND_VISIBILTY" description="" class="btn-group btn-group-yesno"> | ||
|