Skip to content

Commit

Permalink
chore: release v1.1.4
Browse files Browse the repository at this point in the history
* (Apollon77) Prepare compatibility with future js-controller versions
  • Loading branch information
Apollon77 committed Oct 8, 2022
1 parent cdbf7b0 commit 7625158
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 18 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ To send email from other adapter use **adapter.sendTo** function.
For other services see documentation of **Nodemailer**: `[https://github.com/nodemailer/nodemailer](https://github.com/nodemailer/nodemailer)`

## Changelog

### __WORK IN PROGRESS__
### 1.1.4 (2022-10-08)
* (Apollon77) Prepare compatibility with future js-controller versions

### 1.1.3 (2022-05-30)
Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "email",
"version": "1.1.3",
"version": "1.1.4",
"news": {
"1.1.4": {
"en": "Prepare compatibility with future js-controller versions",
"de": "Kompatibilität mit zukünftigen js-Controller-Versionen vorbereiten",
"ru": "Подготовьте совместимость с будущими версиями js-controller",
"pt": "Prepare a compatibilidade com as futuras versões js-controller",
"nl": "Bereid de compatibiliteit voor met toekomstige Js-controller versie",
"fr": "Préparer la compatibilité avec les versions futures de js-controller",
"it": "Preparare la compatibilità con le versioni js-controller future",
"es": "Prepare la compatibilidad con futuras versiones js-controller",
"pl": "Prepare kompatybilność z przyszłymi wersjami js",
"zh-cn": "A. 与今后控制的小册子版本的兼容性"
},
"1.1.3": {
"en": "Make sure the STARTTLS configuration field is displayed",
"de": "Stellen Sie sicher, dass das Konfigurationsfeld STARTTLS angezeigt wird",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "Devolución de llamada de mensaje de llamada siempre con error o sin",
"pl": "Zadzwoń do wiadomości zwrotnej zawsze z błędem lub bez",
"zh-cn": "始终有错误或没有错误的呼叫消息回调"
},
"1.0.7": {
"en": "Make sure adapter is not crashing on stop in some edge cases\nAdd Sentry for crash reporting with js-controller >=3.x",
"de": "Stellen Sie sicher, dass der Adapter in einigen Randfällen beim Anhalten nicht abstürzt\nFügen Sie Sentry für die Absturzberichterstattung mit js-controller> = 3.x hinzu",
"ru": "Убедитесь, что адаптер не дает сбой при остановке в некоторых крайних случаях\nДобавьте Sentry для отчетов о сбоях с помощью js-controller> = 3.x",
"pt": "Verifique se o adaptador não está travando em alguns casos extremos\nAdicione o Sentry para relatórios de falhas com js-controller> = 3.x",
"nl": "Zorg ervoor dat de adapter in sommige randgevallen niet crasht bij het stoppen\nVoeg Sentry toe voor crashrapportage met js-controller> = 3.x",
"fr": "Assurez-vous que l'adaptateur ne plante pas à l'arrêt dans certains cas de bord\nAjouter Sentry pour les rapports de plantage avec js-controller> = 3.x",
"it": "Assicurarsi che l'adattatore non si blocchi in modo anomalo in alcuni casi limite\nAggiungi Sentry per la segnalazione di arresti anomali con js-controller> = 3.x",
"es": "Asegúrese de que el adaptador no se bloquee al detenerse en algunos casos extremos\nAgregue Sentry para informes de fallas con js-controller> = 3.x",
"pl": "Upewnij się, że adapter nie ulega awarii w przypadku zatrzymania w niektórych przypadkach krawędzi\nDodaj Sentry do raportowania awarii za pomocą js-controller> = 3.x",
"zh-cn": "确保适配器在某些情况下不会在停止时崩溃\n添加Sentry以使用js-controller> = 3.x进行崩溃报告"
}
},
"title": "Send emails",
Expand Down
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,7 +1,7 @@
{
"name": "iobroker.email",
"description": "Send e-mails from ioBroker",
"version": "1.1.3",
"version": "1.1.4",
"author": "bluefox <dogafox@gmail.com>",
"contributors": [
"bluefox <dogafox@gmail.com>",
Expand Down

0 comments on commit 7625158

Please sign in to comment.