Skip to content

Commit

Permalink
**Version 3.70:**
Browse files Browse the repository at this point in the history
 - Release für Symcon 7.2
 - Dynamisches Konfigurationsformular bietet Vergleichswerte mit Profil an
  • Loading branch information
Nall-chan committed Aug 26, 2024
1 parent 970d5c7 commit 23be785
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 26 deletions.
4 changes: 2 additions & 2 deletions DisableControl/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author Michael Tröger <micha@nall-chan.net>
* @copyright 2024 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
* @version 3.55:
* @version 3.70
*
*/

Expand All @@ -24,7 +24,7 @@
* @copyright 2024 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
*
* @version 3.55:
* @version 3.70
*
* @example <b>Ohne</b>
*/
Expand Down
4 changes: 2 additions & 2 deletions HideControl/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author Michael Tröger <micha@nall-chan.net>
* @copyright 2024 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
* @version 3.55:
* @version 3.70
*
*/

Expand All @@ -24,7 +24,7 @@
* @copyright 2024 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
*
* @version 3.55:
* @version 3.70
*
* @example <b>Ohne</b>
*/
Expand Down
4 changes: 2 additions & 2 deletions LinkDisableControl/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author Michael Tröger <micha@nall-chan.net>
* @copyright 2024 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
* @version 3.55:
* @version 3.70
*
*/

Expand All @@ -24,7 +24,7 @@
* @copyright 2024 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
*
* @version 3.55:
* @version 3.70
*
* @example <b>Ohne</b>
*/
Expand Down
4 changes: 2 additions & 2 deletions LinkHideControl/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author Michael Tröger <micha@nall-chan.net>
* @copyright 2024 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
* @version 3.55:
* @version 3.70
*
*/

Expand All @@ -24,7 +24,7 @@
* @copyright 2024 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
*
* @version 3.55:
* @version 3.70
*
* @example <b>Ohne</b>
*/
Expand Down
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![SDK](https://img.shields.io/badge/Symcon-PHPModul-red.svg)](https://www.symcon.de/service/dokumentation/entwicklerbereich/sdk-tools/sdk-php/)
[![Version](https://img.shields.io/badge/Modul%20Version-3.55:-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20Version-3.70-blue.svg)]()
[![Version](https://img.shields.io/badge/Symcon%20Version-6.1%20%3E-green.svg)](https://www.symcon.de/de/service/dokumentation/installation/migrationen/v60-v61-q1-2022/)
[![License](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-green.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
[![Check Style](https://github.com/Nall-chan/DynamicVisuControl/workflows/Check%20Style/badge.svg)](https://github.com/Nall-chan/DynamicVisuControl/actions)
Expand Down Expand Up @@ -195,28 +195,32 @@ Enthält verschiedene Module für die dynamische Visualisierung von Objekten im

### 3. Changelog

Version 3.50:
**Version 3.70:**
- Release für Symcon 7.2
- Dynamisches Konfigurationsformular bietet Vergleichswerte mit Profil an

**Version 3.50:**
- Release für IPS 6.3
- Dynamisches Konfigurationsformular welches Vergleichswerte auf Basis der Quelle anbietet

Version 3.10:
**Version 3.10:**
- Release für IPS 6.1
- Dynamisches Konfigurationsformular welche die nicht benötigten Vergleichswerte ausblendet

Version 3.00:
**Version 3.00:**
- Release für IPS 5.1 und den Module-Store
- IPS_SetProperty und IPS_Applychanges auf sich selbst entfernt

Version 2.02:
**Version 2.02:**
- Fixes für IPS 5.0

Version 2.01:
**Version 2.01:**
- Release für IPS 4.3

Version 2.0:
**Version 2.0:**
- Release für IPS 4.1

Version 1.0:
**Version 1.0:**
- Release für IPS 4.0

### 4. Spenden
Expand Down
6 changes: 3 additions & 3 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"compatibility": {
"version": "7.2"
},
"version": "3.55:",
"build": 180,
"date": 1723990622
"version": "3.70",
"build": 200,
"date": 1724648403
}
4 changes: 2 additions & 2 deletions libs/AllBaseControl.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @author Michael Tröger <micha@nall-chan.net>
* @copyright 2024 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
* @version 3.55:
* @version 3.70
*
*/

Expand All @@ -25,7 +25,7 @@
* @copyright 2024 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
*
* @version 3.55:
* @version 3.70
*
* @example <b>Ohne</b>
* @abstract
Expand Down
4 changes: 2 additions & 2 deletions libs/HideOrDisableBaseControl.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author Michael Tröger <micha@nall-chan.net>
* @copyright 2024 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
* @version 3.55:
* @version 3.70
*
*/
require_once __DIR__ . '/AllBaseControl.php'; // HideDeaktivLinkBaseControl Klasse
Expand All @@ -23,7 +23,7 @@
* @copyright 2024 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
*
* @version 3.55:
* @version 3.70
*
* @example <b>Ohne</b>
* @abstract
Expand Down
4 changes: 2 additions & 2 deletions libs/LinkHideOrLinkDisableBaseControl.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author Michael Tröger <micha@nall-chan.net>
* @copyright 2024 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
* @version 3.55:
* @version 3.70
*
*/
require_once __DIR__ . '/AllBaseControl.php'; // HideDeaktivLinkBaseControl Klasse
Expand All @@ -23,7 +23,7 @@
* @copyright 2024 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
*
* @version 3.55:
* @version 3.70
*
* @example <b>Ohne</b>
* @abstract
Expand Down
2 changes: 1 addition & 1 deletion tests/stubs

0 comments on commit 23be785

Please sign in to comment.