Skip to content

Commit 47a8cda

Browse files
committed
add min version & github workflow
1 parent e6a440d commit 47a8cda

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

.github/workflows/work.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
on:
2+
# Workflows check plugin Jeedom
3+
push:
4+
branches:
5+
- beta
6+
pull_request:
7+
branches:
8+
- beta
9+
- master
10+
11+
name : 'Full Workflows Plugin Jeedom'
12+
13+
jobs:
14+
plugin:
15+
uses: jeedom/workflows/.github/workflows/plugin.yml@main

core/php/wazeintime.inc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@
2020
require_once dirname(__FILE__) . '/../../../../core/php/core.inc.php';
2121

2222
include_file('core', 'wazeintime', 'class', 'wazeintime');
23-
?>

plugin_info/info.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"tr": "Plugin pour avoir la durée de trajet entre deux points"
1515
},
1616
"licence": "AGPL",
17-
"author": "Ludovic SARAKHA",
18-
"require": "2.3",
17+
"author": "Jeedom SAS",
18+
"require": "4.3",
1919
"category": "travel",
2020
"changelog": "https:\/\/doc.jeedom.com\/#language#\/plugins\/travel\/wazeintime\/changelog",
2121
"documentation": "https:\/\/doc.jeedom.com\/#language#\/plugins\/travel\/wazeintime\/",
@@ -32,7 +32,6 @@
3232
"tr"
3333
],
3434
"compatibility": [
35-
"miniplus",
3635
"smart",
3736
"rpi",
3837
"docker",

0 commit comments

Comments
 (0)