Skip to content

Commit

Permalink
Merge branch 'jakubh/release-1.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Hazik committed Jan 24, 2024
2 parents a5c1271 + 5e31af9 commit b4da836
Show file tree
Hide file tree
Showing 23 changed files with 160 additions and 18 deletions.
22 changes: 22 additions & 0 deletions dist/1.3.0/start-sygic-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "Start Sygic Professional Navigation",
"supportEmail": "[email protected]",
"solutionId": "sygicSygic",
"version": "1.0",
"items": [
{
"url": "https://cdn.jsdelivr.net/gh/sygic/[email protected]/geotabdrive-start-sygic-addin/dist/start-sygic.html",
"path": "DriveAppLink/",
"menuName": {
"en": "Start Sygic Truck",
"de": "Sygic Truck Starten",
"es": "Iniciar Sygic Truck",
"fr": "Démarrer Sygic Truck",
"it": "Avviare Sygic Truck",
"pl": "Uruchom Sygic Truck"
},
"icon": "https://cdn.jsdelivr.net/gh/sygic/[email protected]/geotabdrive-start-sygic-addin/dist/images/icon.svg"
}
],
"isSigned": "false"
}
35 changes: 35 additions & 0 deletions dist/1.3.0/truck-settings-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "Sygic Professional Navigation",
"supportEmail": "[email protected]",
"solutionId": "sygicSygic",
"version": "1.0",
"items": [
{
"url": "https://cdn.jsdelivr.net/gh/sygic/[email protected]/mygeotab-sygic-page/dist/mygeotabSygicPage.html",
"path": "",
"menuName": {
"en": "Sygic Truck Settings",
"de": "Sygic Truck Einstellungen",
"es": "Configuración Sygic Truck",
"fr": "Paramètres Sygic Truck",
"it": "Sygic Truck Impostazioni",
"pl": "Ustawienia Sygic Truck"
},
"icon": "https://cdn.jsdelivr.net/gh/sygic/[email protected]/mygeotab-sygic-page/dist/images/icon.svg"
},
{
"url": "https://cdn.jsdelivr.net/gh/sygic/[email protected]/geotabdrive-sygic-addin/dist/sygic.html",
"path": "DriveAppLink/",
"menuName": {
"en": "Sygic Truck Settings",
"de": "Sygic Truck Einstellungen",
"es": "Configuración Sygic Truck",
"fr": "Paramètres Sygic Truck",
"it": "Sygic Truck Impostazioni",
"pl": "Ustawienia Sygic Truck"
},
"icon": "https://cdn.jsdelivr.net/gh/sygic/[email protected]/geotabdrive-sygic-addin/dist/images/icon.svg"
}
],
"isSigned": "false"
}
4 changes: 2 additions & 2 deletions geotabdrive-start-sygic-addin/dist/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.0",
"items": [
{
"url": "https://cdn.jsdelivr.net/gh/sygic/geotab@1.2.6/geotabdrive-start-sygic-addin/dist/start-sygic.html",
"url": "https://cdn.jsdelivr.net/gh/sygic/geotab@1.3.0/geotabdrive-start-sygic-addin/dist/start-sygic.html",
"path": "DriveAppLink/",
"menuName": {
"en": "Start Sygic Truck",
Expand All @@ -15,7 +15,7 @@
"it": "Avviare Sygic Truck",
"pl": "Uruchom Sygic Truck"
},
"icon": "https://cdn.jsdelivr.net/gh/sygic/geotab@1.2.6/geotabdrive-start-sygic-addin/dist/images/icon.svg"
"icon": "https://cdn.jsdelivr.net/gh/sygic/geotab@1.3.0/geotabdrive-start-sygic-addin/dist/images/icon.svg"
}
],
"isSigned": "false"
Expand Down
2 changes: 1 addition & 1 deletion geotabdrive-start-sygic-addin/dist/start-sygic.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html> <html> <head> <meta charset=utf-8> <meta http-equiv=x-ua-compatible content="ie=edge"> <meta name=description content=""> <meta name=viewport content="width=device-width,initial-scale=1"> <title>Sygic truck</title> <link href="https://cdn.jsdelivr.net/gh/sygic/geotab@1.2.6/geotabdrive-start-sygic-addin/dist/main.css" rel="stylesheet"></head> <body> <div id=start-sygic-app class=hidden> <a href=com.sygic.aura:// target=_system>Start Sygic Truck</a> </div> <script type="text/javascript" src="https://cdn.jsdelivr.net/gh/sygic/geotab@1.2.6/geotabdrive-start-sygic-addin/dist/start-sygic.js"></script></body> </html>
<!doctype html> <html> <head> <meta charset=utf-8> <meta http-equiv=x-ua-compatible content="ie=edge"> <meta name=description content=""> <meta name=viewport content="width=device-width,initial-scale=1"> <title>Sygic truck</title> <link href="https://cdn.jsdelivr.net/gh/sygic/geotab@1.3.0/geotabdrive-start-sygic-addin/dist/main.css" rel="stylesheet"></head> <body> <div id=start-sygic-app class=hidden> <a id=start-sygic-app-uri href=com.sygic.aura:// target=_system>Start Sygic Truck</a> </div> <script type="text/javascript" src="https://cdn.jsdelivr.net/gh/sygic/geotab@1.3.0/geotabdrive-start-sygic-addin/dist/start-sygic.js"></script></body> </html>
2 changes: 1 addition & 1 deletion geotabdrive-start-sygic-addin/dist/start-sygic.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion geotabdrive-start-sygic-addin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "start-sygic",
"version": "1.2.6",
"version": "1.3.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions geotabdrive-sygic-addin/dist/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.0",
"items": [
{
"url": "https://cdn.jsdelivr.net/gh/sygic/geotab@1.2.6/geotabdrive-sygic-addin/dist/sygic.html",
"url": "https://cdn.jsdelivr.net/gh/sygic/geotab@1.3.0/geotabdrive-sygic-addin/dist/sygic.html",
"path": "DriveAppLink/",
"menuName": {
"en": "Sygic Truck Settings",
Expand All @@ -15,7 +15,7 @@
"it": "Sygic Truck Impostazioni",
"pl": "Ustawienia Sygic Truck"
},
"icon": "https://cdn.jsdelivr.net/gh/sygic/geotab@1.2.6/geotabdrive-sygic-addin/dist/images/icon.svg"
"icon": "https://cdn.jsdelivr.net/gh/sygic/geotab@1.3.0/geotabdrive-sygic-addin/dist/images/icon.svg"
}
],
"isSigned": "false"
Expand Down
2 changes: 1 addition & 1 deletion geotabdrive-sygic-addin/dist/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion geotabdrive-sygic-addin/dist/sygic.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html> <html> <head> <meta charset=utf-8> <meta http-equiv=x-ua-compatible content="ie=edge"> <meta name=description content=""> <meta name=viewport content="width=device-width,initial-scale=1"> <title>Sygic truck</title> <link href="https://cdn.jsdelivr.net/gh/sygic/[email protected]/geotabdrive-sygic-addin/dist/main.css" rel="stylesheet"></head> <body> <div id=sygic-app class=hidden> <div class=panel> <h2 class=panel__title>Sygic Truck Settings</h2> <table class=data-table> <tbody> <tr> <th>Vehicle</th> <td><span id=sygic-vehicle class=noTranslate>-</span></td> </tr> </tbody> </table> </div> <div class=panel> <h3 class="panel__title panel__title__flex">My Plans</h3> <ul id=sygic-my-trips class=menu-list></ul> <div id=sygic-cannot-view-plans-warning class="hidden sygic-warning-div"> missing_tripsactivityreport_warning </div> </div> <div class=panel> <div class=panel-button-heading> <h3 class="panel__title panel__title__flex"> <svg class="svgIcon bigger panel__title-icon"> <use xlink:href=#drive-truck><svg viewBox="0 0 24 24" id=drive-truck> <g clip-path=url(#clip0)> <path fill-rule=evenodd d="M0 2.5a1 1 0 011-1h11.607c.408 0 .985.123 1.483.51.545.422.91 1.094.91 1.99v15.5a1 1 0 11-2 0V4a.711.711 0 00-.054-.309.27.27 0 00-.081-.1.437.437 0 00-.139-.07.452.452 0 00-.119-.021H.5c-.552 0-.5-.448-.5-1z" clip-rule=evenodd></path> <path fill-rule=evenodd d="M18.98 8H14V6h5.5a1 1 0 01.82.427l3.5 5A1 1 0 0124 12v7.5a1 1 0 01-1 1h-1.5v-2h.5v-6.185L18.98 8z" clip-rule=evenodd></path> <path fill-rule=evenodd d="M18.75 21a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zm0 2a3.25 3.25 0 100-6.5 3.25 3.25 0 000 6.5zM5.75 21a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zm0 2a3.25 3.25 0 100-6.5 3.25 3.25 0 000 6.5z" clip-rule=evenodd></path> <path fill-rule=evenodd d="M0 17.5a1 1 0 011-1A3.25 3.25 0 011 23a1 1 0 110-2 1.25 1.25 0 100-2.5 1 1 0 01-1-1zM0 14a1 1 0 011-1h12v2H1a1 1 0 01-1-1zM7.5 20a1 1 0 011-1h8v2h-8a1 1 0 01-1-1z" clip-rule=evenodd></path> <path d="M0 3h14v10H0V3zM8 17h6v3H8v-3z"></path> <path fill-rule=evenodd d="M21 8H0v9.5l13 .5 2.5 1.5 2-2 3.5.5 1.5 1v-6.5L21 8zm-.357 5l-1.786-2.5C18.5 10 18.12 10 18 10h-.5c-.167 0-.5.1-.5.5V13c0 .4.333.5.5.5h3c.4 0 .262-.333.143-.5z" clip-rule=evenodd></path> </g> </svg></use> </svg> <span class=panel__title_text>Vehicle</span> </h3> <button class="button button_small panel__title-button hidden" id=sygic-edit-dimensions> <svg class="svgIcon big bottom-margin"> <use xlink:href=#drive-pencil><svg viewBox="0 0 32 32" id=drive-pencil> <path d="M7.688 29.277l1.893-1.93-4.96-4.955-1.932 1.93v2.269h2.726v2.686zm11.02-19.594q0-.454-.454-.454-.19 0-.341.152L6.438 20.804q-.151.151-.151.378 0 .454.492.454.19 0 .34-.151l11.475-11.423q.114-.152.114-.379zm-1.136-4.047l8.786 8.775L8.786 32H0v-8.813zM32 7.679q0 1.097-.757 1.89l-3.522 3.518-8.786-8.813 3.522-3.48Q23.215 0 24.35 0q1.098 0 1.932.794l4.96 4.956Q32 6.58 32 7.678z"> </path> </svg></use> </svg> </button> </div> <div class=hidden id=sygic-dimensions-summary> <table class=data-table> <tbody id=sygic-dimensions-summary-content> </tbody> </table> </div> <div id=sygic-no-vehicle-warning class="hidden sygic-warning-div"> missing_vehicle_warning </div> <div id=sygic-cannot-view-vehicles-warning style=color:red;padding:16px class=hidden> missing_devicelist_viewaddindata_warning</div> <div class=hidden id=sygic-dimensions-form> <fieldset style=border:none> <div id=sygic-dimensions-form-content></div> <button id=sygic-save-dimensions>Apply Changes</button> </fieldset> </div> </div> <div class=panel> <div class=panel-button-heading id=sygic-tutorial> <h3 class="panel__title panel__title__flex"> <a href=https://sygic.com/geotab/guide target=_blank><span>Sygic Truck Settings tutorial</span></a> </h3> </div> </div> </div> <script type="text/javascript" src="https://cdn.jsdelivr.net/gh/sygic/[email protected]/geotabdrive-sygic-addin/dist/sygic.js"></script></body> </html>
<!doctype html> <html> <head> <meta charset=utf-8> <meta http-equiv=x-ua-compatible content="ie=edge"> <meta name=description content=""> <meta name=viewport content="width=device-width,initial-scale=1"> <title>Sygic truck</title> <link href="https://cdn.jsdelivr.net/gh/sygic/[email protected]/geotabdrive-sygic-addin/dist/main.css" rel="stylesheet"></head> <body> <div id=sygic-app class=hidden> <div class=panel> <h2 class=panel__title>Sygic Truck Settings</h2> <table class=data-table> <tbody> <tr> <th>Vehicle</th> <td><span id=sygic-vehicle class=noTranslate>-</span></td> </tr> </tbody> </table> </div> <div class=panel> <h3 class="panel__title panel__title__flex">My Plans</h3> <ul id=sygic-my-trips class=menu-list></ul> <div id=sygic-cannot-view-plans-warning class="hidden sygic-warning-div"> missing_tripsactivityreport_warning </div> </div> <div class=panel> <div class=panel-button-heading> <h3 class="panel__title panel__title__flex"> <svg class="svgIcon bigger panel__title-icon"> <use xlink:href=#drive-truck><svg viewBox="0 0 24 24" id=drive-truck> <g clip-path=url(#clip0)> <path fill-rule=evenodd d="M0 2.5a1 1 0 011-1h11.607c.408 0 .985.123 1.483.51.545.422.91 1.094.91 1.99v15.5a1 1 0 11-2 0V4a.711.711 0 00-.054-.309.27.27 0 00-.081-.1.437.437 0 00-.139-.07.452.452 0 00-.119-.021H.5c-.552 0-.5-.448-.5-1z" clip-rule=evenodd></path> <path fill-rule=evenodd d="M18.98 8H14V6h5.5a1 1 0 01.82.427l3.5 5A1 1 0 0124 12v7.5a1 1 0 01-1 1h-1.5v-2h.5v-6.185L18.98 8z" clip-rule=evenodd></path> <path fill-rule=evenodd d="M18.75 21a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zm0 2a3.25 3.25 0 100-6.5 3.25 3.25 0 000 6.5zM5.75 21a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zm0 2a3.25 3.25 0 100-6.5 3.25 3.25 0 000 6.5z" clip-rule=evenodd></path> <path fill-rule=evenodd d="M0 17.5a1 1 0 011-1A3.25 3.25 0 011 23a1 1 0 110-2 1.25 1.25 0 100-2.5 1 1 0 01-1-1zM0 14a1 1 0 011-1h12v2H1a1 1 0 01-1-1zM7.5 20a1 1 0 011-1h8v2h-8a1 1 0 01-1-1z" clip-rule=evenodd></path> <path d="M0 3h14v10H0V3zM8 17h6v3H8v-3z"></path> <path fill-rule=evenodd d="M21 8H0v9.5l13 .5 2.5 1.5 2-2 3.5.5 1.5 1v-6.5L21 8zm-.357 5l-1.786-2.5C18.5 10 18.12 10 18 10h-.5c-.167 0-.5.1-.5.5V13c0 .4.333.5.5.5h3c.4 0 .262-.333.143-.5z" clip-rule=evenodd></path> </g> </svg></use> </svg> <span class=panel__title_text>Vehicle</span> </h3> <button class="button button_small panel__title-button hidden" id=sygic-edit-dimensions> <svg class="svgIcon big bottom-margin"> <use xlink:href=#drive-pencil><svg viewBox="0 0 32 32" id=drive-pencil> <path d="M7.688 29.277l1.893-1.93-4.96-4.955-1.932 1.93v2.269h2.726v2.686zm11.02-19.594q0-.454-.454-.454-.19 0-.341.152L6.438 20.804q-.151.151-.151.378 0 .454.492.454.19 0 .34-.151l11.475-11.423q.114-.152.114-.379zm-1.136-4.047l8.786 8.775L8.786 32H0v-8.813zM32 7.679q0 1.097-.757 1.89l-3.522 3.518-8.786-8.813 3.522-3.48Q23.215 0 24.35 0q1.098 0 1.932.794l4.96 4.956Q32 6.58 32 7.678z"> </path> </svg></use> </svg> </button> </div> <div class=hidden id=sygic-dimensions-summary> <table class=data-table> <tbody id=sygic-dimensions-summary-content> </tbody> </table> </div> <div id=sygic-no-vehicle-warning class="hidden sygic-warning-div"> missing_vehicle_warning </div> <div id=sygic-cannot-view-vehicles-warning style=color:red;padding:16px class=hidden> missing_devicelist_viewaddindata_warning</div> <div class=hidden id=sygic-dimensions-form> <fieldset style=border:none> <div id=sygic-dimensions-form-content></div> <button id=sygic-save-dimensions>Apply Changes</button> </fieldset> </div> </div> <div class=panel> <div class=panel-button-heading id=sygic-tutorial> <h3 class="panel__title panel__title__flex"> <a href=https://sygic.com/geotab/guide target=_blank><span>Sygic Truck Settings tutorial</span></a> </h3> </div> </div> </div> <script type="text/javascript" src="https://cdn.jsdelivr.net/gh/sygic/[email protected]/geotabdrive-sygic-addin/dist/sygic.js"></script></body> </html>
2 changes: 1 addition & 1 deletion geotabdrive-sygic-addin/dist/sygic.js

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions geotabdrive-sygic-addin/dist/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@
"Total weight": "Gesamtgewicht",
"Axle weight": "Achsgewicht",
"Total length": "Gesamtlänge",
"Max speed": "Höchstgeschwindigkeit",
"General Hazmat": "Allgemeines Gefahrgut",
"Explosive": "Explosiv",
"Flammable gas": "Entflammbares Gas",
"Flammable liquid": "Entflammbare Flüssigkeit",
"Flammable solid": "Entflammbarer Feststoff",
"Oxidizer": "Oxidationsmittel",
"Poison": "Gift",
"Radioactive material": "Radioaktives Material",
"Corrosive material": "Ätzendes Material",
"Miscellaneous": "Verschiedenes",
"Poison inhalation": "Giftig beim Einatmen",
"Harmful to water": "Wassergefährdende Stoffe",
"ADR tunnel": "ADR-Tunnelcodes",
"Vehicle": "Fahrzeug",
"My Plans": "Meine Routenpläne",
"stop": "Stopp",
Expand Down
14 changes: 14 additions & 0 deletions geotabdrive-sygic-addin/dist/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@
"Total weight": "Total weight",
"Axle weight": "Axle weight",
"Total length": "Total length",
"Max speed": "Max speed",
"General Hazmat": "General Hazmat",
"Explosive": "Explosive",
"Flammable gas": "Flammable gas",
"Flammable liquid": "Flammable liquid",
"Flammable solid": "Flammable solid",
"Oxidizer": "Oxidizer",
"Poison": "Poison",
"Radioactive material": "Radioactive material",
"Corrosive material": "Corrosive material",
"Miscellaneous": "Miscellaneous",
"Poison inhalation": "Poison inhalation",
"Harmful to water": "Harmful to water",
"ADR tunnel": "ADR tunnel",
"Vehicle": "Vehicle",
"My Plans": "My Plans",
"stop": "stop",
Expand Down
14 changes: 14 additions & 0 deletions geotabdrive-sygic-addin/dist/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@
"Total weight": "Peso total",
"Axle weight": "Peso del eje",
"Total length": "Longitud total",
"Max speed": "Velocidad máx",
"General Hazmat": "Materiales peligrosos generales",
"Explosive": "Explosiva",
"Flammable gas": "Gas inflamable",
"Flammable liquid": "Líquido inflamable",
"Flammable solid": "Sólido inflamable",
"Oxidizer": "Oxidante",
"Poison": "Veneno",
"Radioactive material": "Material radioactivo",
"Corrosive material": "Material corrosivo",
"Miscellaneous": "Varios",
"Poison inhalation": "Veneno por inhalación",
"Harmful to water": "Contaminante del agua",
"ADR tunnel": "Códigos de túnel ADR",
"Vehicle": "Vehículo",
"My Plans": "Mis rutas",
"stop": "punto",
Expand Down
14 changes: 14 additions & 0 deletions geotabdrive-sygic-addin/dist/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@
"Total weight": "Poids total",
"Axle weight": "Poids à l'essieu",
"Total length": "Longueur totale",
"Max speed": "Vitesse max",
"General Hazmat": "Matières généralement considérées comme dangereuses",
"Explosive": "Explosifs",
"Flammable gas": "Gaz inflammable",
"Flammable liquid": "Liquide inflammable",
"Flammable solid": "Solide inflammable",
"Oxidizer": "Oxydant",
"Poison": "Poison",
"Radioactive material": "Matières radioactives",
"Corrosive material": "Matières corrosives",
"Miscellaneous": "Divers",
"Poison inhalation": "Poison volatil",
"Harmful to water": "Effets nocifs sur l'eau",
"ADR tunnel": "Codes ADR des tunnels",
"Vehicle": "Véhicule",
"My Plans": "Mes plans (Plans d'itinéraire)",
"stop": "arrêt",
Expand Down
14 changes: 14 additions & 0 deletions geotabdrive-sygic-addin/dist/translations/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@
"Axle weight": "Peso dell'asse",
"Total length": "Lunghezza totale",
"Vehicle": "Veicolo",
"Max speed": "Velocità max",
"General Hazmat": "Materiali pericolosi generici",
"Explosive": "Esplosivo",
"Flammable gas": "Gas infiammabile",
"Flammable liquid": "Liquido infiammabile",
"Flammable solid": "Materiale infiammabile",
"Oxidizer": "Ossidante",
"Poison": "Tossico",
"Radioactive material": "Materiale radioattivo",
"Corrosive material": "Materiale corrosivo",
"Miscellaneous": "Vario",
"Poison inhalation": "Inalazione tossica",
"Harmful to water": "Nocivo per l'ambiente acquatico",
"ADR tunnel": "Codici gallerie ADR",
"My Plans": "I miei piani di percorso",
"stop": "fermata",
"stops": "fermate",
Expand Down
14 changes: 14 additions & 0 deletions geotabdrive-sygic-addin/dist/translations/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@
"Total weight": "Waga całkowita",
"Axle weight": "Masa osi",
"Total length": "Długość całkowita",
"Max speed": "Maksymalna prędkość",
"General Hazmat": "Ogólne materiały niebezpieczne",
"Explosive": "Materiały wybuchowe",
"Flammable gas": "Gaz palny",
"Flammable liquid": "Ciecz palna",
"Flammable solid": "Palne ciało stałe",
"Oxidizer": "Utleniacz",
"Poison": "Trucizna",
"Radioactive material": "Materiał radioaktywny",
"Corrosive material": "Materiał żrący",
"Miscellaneous": "Inne",
"Poison inhalation": "Trujące opary",
"Harmful to water": "Niebezpieczne dla wody",
"ADR tunnel": "Kody ADR tuneli",
"Vehicle": "Pojazd",
"My Plans": "Moje Trasy",
"stop": "postój",
Expand Down
4 changes: 2 additions & 2 deletions geotabdrive-sygic-addin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sygic",
"version": "1.2.6",
"version": "1.3.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -76,4 +76,4 @@
"react-scripts": "^5.0.1",
"underscore": "^1.12.0"
}
}
}
4 changes: 2 additions & 2 deletions mygeotab-sygic-page/dist/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.0",
"items": [
{
"url": "https://cdn.jsdelivr.net/gh/sygic/geotab@1.2.6/mygeotab-sygic-page/dist/mygeotabSygicPage.html",
"url": "https://cdn.jsdelivr.net/gh/sygic/geotab@1.3.0/mygeotab-sygic-page/dist/mygeotabSygicPage.html",
"path": "",
"menuName": {
"en": "Sygic Truck Settings",
Expand All @@ -15,7 +15,7 @@
"it": "Sygic Truck Impostazioni",
"pl": "Ustawienia Sygic Truck"
},
"icon": "https://cdn.jsdelivr.net/gh/sygic/geotab@1.2.6/mygeotab-sygic-page/dist/images/icon.svg"
"icon": "https://cdn.jsdelivr.net/gh/sygic/geotab@1.3.0/mygeotab-sygic-page/dist/images/icon.svg"
}
],
"isSigned": "false"
Expand Down
Loading

0 comments on commit b4da836

Please sign in to comment.