Skip to content

Commit

Permalink
chore: release v3.1.1
Browse files Browse the repository at this point in the history
* (klein0r) Fixed config validation / integration test
  • Loading branch information
klein0r committed Dec 22, 2023
1 parent c1889fe commit 48840e0
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Older changes
## 2.2.0 (2023-01-16)

* (klein0r) Added completed flag for types

## 2.1.1 (2023-01-11)

* (klein0r) Added Ukrainian language
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ iobroker add trashschedule
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 3.1.1 (2023-12-22)

* (klein0r) Fixed config validation / integration test

Expand All @@ -79,10 +79,6 @@ NodeJS 16.x is required
* (klein0r) Improved log messages
* (klein0r) Added icons in admin tabs

### 2.2.0 (2023-01-16)

* (klein0r) Added completed flag for types

## License

MIT License
Expand Down
30 changes: 15 additions & 15 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
{
"common": {
"name": "trashschedule",
"version": "3.1.0",
"version": "3.1.1",
"blockedVersions": [
"3.0.0"
],
"news": {
"3.1.1": {
"en": "Fixed config validation / integration test",
"de": "Feste config Validierung / Integrationstest",
"ru": "Исправлена конфиговая проверка / интеграционный тест",
"pt": "Teste de validação / integração de configuração fixa",
"nl": "Bevestigde config validatie/ integratie test",
"fr": "Essai de validation/intégration de la configuration fixe",
"it": "Prova di validazione/integrazione di configurazione fissa",
"es": "Validación de config fijo / prueba de integración",
"pl": "Walidowanie i test integracji",
"uk": "Виправлено перевірку конфігурації / тестування інтеграції",
"zh-cn": "固定验证/一体化试验"
},
"3.1.0": {
"en": "Use meta storage for cache files\nAdded configured source type as state",
"de": "Verwenden Sie Meta-Speicher für Cache-Dateien\nHinzugefügt konfigurierter Quelltyp als Zustand",
Expand Down Expand Up @@ -83,19 +96,6 @@
"pl": "Język ukraiński",
"uk": "Українська мова",
"zh-cn": "增加乌克兰语"
},
"2.1.0": {
"en": "Dropped Admin 5 support\nAdded Ukrainian language",
"de": "Droped Admin 5 Unterstützung\nUkrainische Sprache",
"ru": "Dropped Admin 5 поддержка\nДобавлен украинский язык",
"pt": "Suporte de Admin 5 Dropped\nAdicionado idioma ucraniano",
"nl": "Vertaling:\nVoeg Oekraïense taal toe",
"fr": "Soutien Admin 5 abandonné\nAjout de la langue ukrainienne",
"it": "Supporto per admin goccia 5\nAggiunto lingua ucraina",
"es": "Soporte de Admin 5\nIdioma ucraniano añadido",
"pl": "Dropped Admin 5 (ang.)\nJęzyk ukraiński",
"uk": "Підтримка Dropped Admin 5\nУкраїнська мова",
"zh-cn": "D. 减少5个支助\n增加乌克兰语"
}
},
"titleLang": {
Expand Down Expand Up @@ -885,4 +885,4 @@
"native": {}
}
]
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.trashschedule",
"version": "3.1.0",
"version": "3.1.1",
"description": "Calculates the days until next trash pickup",
"author": {
"name": "Matthias Kleine",
Expand Down
2 changes: 1 addition & 1 deletion widgets/trashschedule.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
ioBroker.vis TrashSchedule Widget-Set
Version: '3.1.0'
Version: '3.1.1'
Copyright 2022 Matthias Kleine info@haus-automatisierung.com
-->
Expand Down
2 changes: 1 addition & 1 deletion widgets/trashschedule/js/trashschedule.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ $.extend(
);

vis.binds['trashschedule'] = {
version: '3.1.0',
version: '3.1.1',
showVersion: function () {
if (vis.binds['trashschedule'].version) {
console.log('Version trashschedule: ' + vis.binds['trashschedule'].version);
Expand Down

0 comments on commit 48840e0

Please sign in to comment.