-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bug causing configuration-loss during upgrade, implemented auto-update
- Loading branch information
Michael Miklis
committed
Dec 24, 2020
1 parent
3545b2a
commit 5f138e3
Showing
6 changed files
with
76 additions
and
37 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
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ [email protected] | |
[PLUGIN] | ||
# The version of your plugin - important if you would like to write an | ||
# upgrade script. | ||
VERSION=2.0.2 | ||
VERSION=2.0.3 | ||
|
||
# Short name and prefered subfolder of your Plugin (do not use blanks - they | ||
# will be filtered - and use lowercase only)! Used for script names in | ||
|
@@ -34,3 +34,8 @@ TITLE=Netatmo-Weather | |
# Plugin Interface | ||
# Do not change this if you are not knowing what you are doing! | ||
INTERFACE=2.0 | ||
|
||
[AUTOUPDATE] | ||
AUTOMATIC_UPDATES=true | ||
RELEASECFG=https://raw.githubusercontent.com/michaelmiklis/loxberry-plugin-netatmo-weather/master/release.cfg | ||
PRERELEASECFG=https://raw.githubusercontent.com/michaelmiklis/loxberry-plugin-netatmo-weather/master/prerelease.cfg |
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
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[AUTOUPDATE] | ||
# This file is used if you would like to provide automatic updates. Put | ||
# this file into your repo and give a link to this file in your plugin.cfg | ||
# If you would like to release an update, edit VERSION here and give | ||
# the donwload link here | ||
|
||
# Version of the new release | ||
VERSION=2.0.3 | ||
|
||
# Download URL of the ZIP Archive | ||
ARCHIVEURL=https://github.com/michaelmiklis/loxberry-plugin-netatmo-weather/archive/2.0.3.zip | ||
|
||
# URL for further information about this release | ||
INFOURL=https://github.com/michaelmiklis/loxberry-plugin-netatmo-weather/releases/tag/2.0.3 |
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
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[AUTOUPDATE] | ||
# This file is used if you would like to provide automatic updates. Put | ||
# this file into your repo and give a link to this file in your plugin.cfg | ||
# If you would like to release an update, edit VERSION here and give | ||
# the donwload link here | ||
|
||
# Version of the new release | ||
VERSION=2.0.3 | ||
|
||
# Download URL of the ZIP Archive | ||
ARCHIVEURL=https://github.com/michaelmiklis/loxberry-plugin-netatmo-weather/archive/2.0.3.zip | ||
|
||
# URL for further information about this release | ||
INFOURL=https://github.com/michaelmiklis/loxberry-plugin-netatmo-weather/releases/tag/2.0.3 |