Skip to content

Commit

Permalink
### 1.5.4 (2020-03-11)
Browse files Browse the repository at this point in the history
* (bluefox) Improvement of callmebot
  • Loading branch information
GermanBluefox committed Mar 11, 2020
1 parent 48bfeb9 commit d2231d9
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,9 @@ TODO:
- venue

## Changelog
### 1.5.4 (2020-03-11)
* (bluefox) Improvement of callmebot

### 1.5.3 (2020-02-23)
* (foxriver76) removed usage of adapter.objects
* (Haba) Fix of the response for the "callback_query" event
Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,20 @@
"require": {
"js-controller": ">2.0.0"
},
"version": "1.5.3",
"version": "1.5.4",
"news": {
"1.5.4": {
"en": "Improvement of callmebot",
"de": "Verbesserung des Callmebot",
"ru": "Улучшение callmebot",
"pt": "Melhoria do callmebot",
"nl": "Verbetering van callmebot",
"fr": "Amélioration de callmebot",
"it": "Miglioramento di callmebot",
"es": "Mejora de callmebot",
"pl": "Ulepszenie callmebot",
"zh-cn": "Callmebot的改进"
},
"1.5.3": {
"en": "Invalid parameters were checked\nRemoved usage of adapter.objects\nFixed the response for the \"callback_query\" event",
"de": "Ungültige Parameter wurden überprüft\nVerwendung von adapter.objects entfernt\nDie Antwort für das Ereignis \"callback_query\" wurde behoben",
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ function callUsers(users, text, lang, file, repeats, cb) {
}
request = request || require('request');

let url = 'http://api.callmebot.com/start.php?';
let url = 'http://api.callmebot.com/start.php?source=iobroker&';
const params = ['user=' + encodeURIComponent(user)];
if (file) {
params.push('file=' + encodeURIComponent(file));
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.telegram",
"description": "The adapter allows to send and receive telegram messages from ioBroker and to be a broker.",
"version": "1.5.3",
"version": "1.5.4",
"author": "bluefox <[email protected]>",
"homepage": "https://github.com/iobroker-community-adapters/ioBroker.telegram",
"repository": {
Expand Down

0 comments on commit d2231d9

Please sign in to comment.