Skip to content

Commit

Permalink
chore: release v1.1.3
Browse files Browse the repository at this point in the history
* (Apollon77) Make sure the STARTTLS configuration field is displayed
  • Loading branch information
Apollon77 committed May 30, 2022
1 parent 8848b54 commit 2b414f8
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.3 (2022-05-30)
* (Apollon77) Make sure the STARTTLS configuration field is displayed

### 1.1.2 (2022-05-18)
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.2",
"version": "1.1.3",
"news": {
"1.1.3": {
"en": "Make sure the STARTTLS configuration field is displayed",
"de": "Stellen Sie sicher, dass das Konfigurationsfeld STARTTLS angezeigt wird",
"ru": "Убедитесь, что отображается поле конфигурации STARTTLS",
"pt": "Certifique-se de que o campo de configuração STARTTLS seja exibido",
"nl": "Zorg ervoor dat het STARTTLS-configuratieveld wordt weergegeven",
"fr": "Assurez-vous que le champ de configuration STARTTLS est affiché",
"it": "Assicurati che il campo di configurazione STARTTLS sia visualizzato",
"es": "Asegúrese de que se muestre el campo de configuración de STARTTLS",
"pl": "Upewnij się, że wyświetlane jest pole konfiguracji STARTTLS",
"zh-cn": "确保显示 STARTTLS 配置字段"
},
"1.1.2": {
"en": "Fix mail.ee settings",
"de": "Mail.ee-Einstellungen korrigieren",
Expand Down Expand Up @@ -74,18 +86,6 @@
"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进行崩溃报告"
},
"1.0.6": {
"en": "Compact mode supported",
"de": "Kompaktmodus unterstützt",
"ru": "Компактный режим поддерживается",
"pt": "Modo compacto suportado",
"nl": "Compacte modus ondersteund",
"fr": "Mode compact pris en charge",
"it": "Modalità compatta supportata",
"es": "Modo compacto compatible",
"pl": "Obsługiwany tryb kompaktowy",
"zh-cn": "支持紧凑模式"
}
},
"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.2",
"version": "1.1.3",
"author": "bluefox <dogafox@gmail.com>",
"contributors": [
"bluefox <dogafox@gmail.com>",
Expand Down

0 comments on commit 2b414f8

Please sign in to comment.