From ce875a8bebf51fb364bdc1adb3db4407bde0936b Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Fri, 11 Oct 2024 12:04:07 +0200 Subject: [PATCH 1/2] docs: change versions and add copyright --- FHEM/59_Weather.pm | 5 +++-- controls_Weather.txt | 6 +++--- lib/FHEM/APIs/Weather/wundergroundAPI.pm | 2 +- lib/FHEM/Core/Weather.pm | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/FHEM/59_Weather.pm b/FHEM/59_Weather.pm index b6ca7c5..a7af721 100755 --- a/FHEM/59_Weather.pm +++ b/FHEM/59_Weather.pm @@ -2,12 +2,13 @@ ############################################################################## # # 59_Weather.pm -# (c) 2009-2023 Copyright by Dr. Boris Neubert +# (c) 2009-2024 Copyright by Dr. Boris Neubert # e-mail: omega at online dot de # # Contributors: # - Marko Oldenburg (CoolTux) # - Lippie +# - stefanru (wundergroundAPI) # # # This file is part of fhem. @@ -543,7 +544,7 @@ __END__ ], "release_status": "stable", "license": "GPL_2", - "version": "v2.2.22", + "version": "v2.2.30", "author": [ "Marko Oldenburg " ], diff --git a/controls_Weather.txt b/controls_Weather.txt index d6499c9..74f16bc 100644 --- a/controls_Weather.txt +++ b/controls_Weather.txt @@ -1,5 +1,5 @@ -UPD 2023-01-29_16:14:48 25809 FHEM/59_Weather.pm -UPD 2024-10-11_06:52:17 34293 lib/FHEM/Core/Weather.pm +UPD 2024-10-11_12:02:22 25848 FHEM/59_Weather.pm +UPD 2024-10-11_11:59:21 34293 lib/FHEM/Core/Weather.pm UPD 2023-01-29_16:14:48 50106 lib/FHEM/APIs/Weather/DarkSkyAPI.pm UPD 2023-07-11_14:08:00 33779 lib/FHEM/APIs/Weather/OpenWeatherMapAPI.pm -UPD 2024-10-11_06:49:47 37627 lib/FHEM/APIs/Weather/wundergroundAPI.pm +UPD 2024-10-11_12:02:42 37627 lib/FHEM/APIs/Weather/wundergroundAPI.pm diff --git a/lib/FHEM/APIs/Weather/wundergroundAPI.pm b/lib/FHEM/APIs/Weather/wundergroundAPI.pm index 35e6163..5e51e42 100644 --- a/lib/FHEM/APIs/Weather/wundergroundAPI.pm +++ b/lib/FHEM/APIs/Weather/wundergroundAPI.pm @@ -840,7 +840,7 @@ sub _strftimeWrapper { "abstract": "Wetter API für Weather Underground" } }, - "version": "v1.2.0", + "version": "v1.3.0", "author": [ "Julian Pawlowski " ], diff --git a/lib/FHEM/Core/Weather.pm b/lib/FHEM/Core/Weather.pm index b6841f6..e039981 100644 --- a/lib/FHEM/Core/Weather.pm +++ b/lib/FHEM/Core/Weather.pm @@ -2,7 +2,7 @@ ############################################################################## # # 59_Weather.pm -# (c) 2009-2023 Copyright by Dr. Boris Neubert +# (c) 2009-2024 Copyright by Dr. Boris Neubert # e-mail: omega at online dot de # # Contributors: -- 2.45.2 From e9fb9357a9eb4825bbb4e835619776a29e87249f Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Fri, 11 Oct 2024 12:04:37 +0200 Subject: [PATCH 2/2] docs: new CHANGELOG --- CHANGELOG.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f89553..59e3d91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,25 @@ -### fix: Update forecast with cachemaxage after API calls are down. special thanks to stefanru (forum) (HEAD -> patch-fixforecast) +### docs: change versions and add copyright (HEAD -> patch-fixforecast) +>Fri, 11 Oct 2024 12:04:07 +0200 + +>Author: Marko Oldenburg (fhemdevelopment@cooltux.net) + +>Commiter: Marko Oldenburg (fhemdevelopment@cooltux.net) + + + + +### docs: Changelog (origin/patch-fixforecast) +>Fri, 11 Oct 2024 07:07:57 +0200 + +>Author: Marko Oldenburg (fhemdevelopment@cooltux.net) + +>Commiter: Marko Oldenburg (fhemdevelopment@cooltux.net) + +[Ticket: no] + + + +### fix: Update forecast with cachemaxage after API calls are down. special thanks to stefanru (forum) >Fri, 11 Oct 2024 06:59:53 +0200 >Author: Marko Oldenburg (fhemdevelopment@cooltux.net) -- 2.45.2