Skip to content

Commit

Permalink
chore: release v1.1.1
Browse files Browse the repository at this point in the history
* (Apollon77) Allow to use connections to port 25 unencrypted
  • Loading branch information
Apollon77 committed May 18, 2022
1 parent cf8dfb5 commit 1889334
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.1 (2022-05-18)
* (Apollon77) Allow to use connections to port 25 unencrypted

### 1.1.0 (2022-05-11)
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.0",
"version": "1.1.1",
"news": {
"1.1.1": {
"en": "Allow to use connections to port 25 unencrypted",
"de": "Verbindungen zu Port 25 unverschlüsselt verwenden",
"ru": "Разрешить использовать подключения к порту 25 в незашифрованном виде",
"pt": "Permitir usar conexões para a porta 25 não criptografada",
"nl": "Sta toe om verbindingen naar poort 25 onversleuteld te gebruiken",
"fr": "Autoriser l'utilisation des connexions au port 25 non chiffrées",
"it": "Consenti di utilizzare le connessioni alla porta 25 non crittografate",
"es": "Permitir usar conexiones al puerto 25 sin cifrar",
"pl": "Zezwalaj na używanie połączeń do portu 25 nieszyfrowanych",
"zh-cn": "允许使用未加密的端口 25 的连接"
},
"1.1.0": {
"en": "Adjust default settings for web.de and 1und1 and add ionos\nAdd \"Always use STARTTLS\" option for custom SMTP settings",
"de": "Voreinstellungen für web.de und 1und1 anpassen und ionos hinzufügen\nFügen Sie die Option „Immer STARTTLS verwenden“ für benutzerdefinierte SMTP-Einstellungen hinzu",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "Compatibilidad con js-controller 2.0, actualizaciones de dependencia",
"pl": "Zgodność z js-kontrolerem 2.0, aktualizacje zależności",
"zh-cn": "js-controller 2.0兼容性,依赖性更新"
},
"1.0.4": {
"en": "ith Support",
"de": "ith Unterstützung",
"ru": "ith Поддержка",
"pt": "ith Apoio, suporte",
"nl": "ith Ondersteuning",
"fr": "ith Soutien",
"it": "ith Supporto",
"es": "ith Apoyo",
"pl": "ith Wsparcie",
"zh-cn": "ith支持"
}
},
"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.0",
"version": "1.1.1",
"author": "bluefox <dogafox@gmail.com>",
"contributors": [
"bluefox <dogafox@gmail.com>",
Expand Down

0 comments on commit 1889334

Please sign in to comment.