From d22e5f90cce8b19acf0faec5c215c3568a11a539 Mon Sep 17 00:00:00 2001 From: wvhn <17801971+wvhn@users.noreply.github.com> Date: Mon, 14 Feb 2022 09:42:46 +0100 Subject: [PATCH] prepare release v3.2.1 --- changelog.md | 2 +- readme.md | 6 +----- version-info.php | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/changelog.md b/changelog.md index 8208ec88c..331301ec8 100755 --- a/changelog.md +++ b/changelog.md @@ -8,7 +8,6 @@ ### Improvements - docu for image displaying widgets improved (multimedia.widget, basic.print) - basic.windows takes 'closed', 'tilted' and 'open' as arguments, as frequently used in fhem. example3.graphic widgets also updated. -- status.activelist: id can be omitted even if more than one status.activelist is on a page ### Updated Libraries @@ -28,6 +27,7 @@ - new smarthomeng.js driver did not work if a port was provided in the URL - device.uzsutable did not run on iOS9 devices (even after general uzsu fix) - offline driver stopped working on large number of items (php request overflow) +- status.activelist did not work correctly if more than one status.activelist was on a page ### Known Bugs - if item contains a stringified number (e.g. with leading zero). widget.set converts it back to numeric format - so basic.print can not print it as text diff --git a/readme.md b/readme.md index da905e9ff..3fbad81c0 100644 --- a/readme.md +++ b/readme.md @@ -2,10 +2,6 @@ [![Join the chat at https://gitter.im/sVISU/Lobby](https://badges.gitter.im/sVISU/Lobby.svg)](https://gitter.im/sVISU/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -## Warning ! The current version in this develop branch is experimental and should not be used in productive environments! -Use version v3.2.0 from the master branch instead. - - ## DESCRIPTION smartVISU is a framework to create a visualisation for a knx-installation with simple html-pages. To read and write group-telegrams special tags are used. @@ -38,7 +34,7 @@ SEE: [smartvisu.de](http://www.smartvisu.de) sudo chown smarthome:www-data smartvisu chmod g+rws smartvisu/ cd smartvisu - git clone git://github.com/Martin-Gleiss/smartvisu.git . + git clone https://github.com/Martin-Gleiss/smartvisu.git . * Afterwards set the rights for the temp folder and some system configuration and data files: diff --git a/version-info.php b/version-info.php index fe07e9d41..97116681e 100644 --- a/version-info.php +++ b/version-info.php @@ -3,5 +3,5 @@ define ('config_version', '3.2'); // deprecated as from v3.0 define ('config_version_major', '3'); define ('config_version_minor', '2'); -define ('config_version_revision', 'a'); +define ('config_version_revision', '1'); ?>