Skip to content

Commit

Permalink
prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
wvhn committed Dec 19, 2022
1 parent 6bf3a3a commit a8ce538
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.2.c
## 3.3
### New / Changed Widgets
- icon styling is now standardized on all widgets including dynamic icons using 6 icon classes defined with the designs plus color names and hex color codes. 4 classes for "red", yellow,"green" and "blue" have been added in the designs
- svg icons in widgets get loaded directly into the html-DOM in order to provide faster loading and better stylability. This methods also profits from the cache mechanism if activated
Expand Down
4 changes: 0 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2 from 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.
Expand Down
6 changes: 3 additions & 3 deletions version-info.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
define ('config_visu', 'smartVISU');
define ('config_version', '3.2'); // deprecated as from v3.0
define ('config_version', '3.3'); // deprecated as from v3.0
define ('config_version_major', '3');
define ('config_version_minor', '2');
define ('config_version_revision', 'c');
define ('config_version_minor', '3');
define ('config_version_revision', '0');
?>

0 comments on commit a8ce538

Please sign in to comment.