Skip to content

Commit

Permalink
Version 0.54.1
Browse files Browse the repository at this point in the history
  • Loading branch information
noplanman committed Oct 23, 2018
1 parent f71dc8a commit 7701428
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 27 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
### Deprecated
### Removed
### Fixed
- `sendToActiveChats` now works correctly for any valid Request action.
### Security

## [0.54.1] - 2018-10-23
### Fixed
- `sendToActiveChats` now works correctly for any valid Request action.

## [0.54.0] - 2018-07-21
:exclamation: After updating to this version, you will need to execute the [SQL migration script][0.54.0-sql-migration] on your database.
### Added
Expand Down Expand Up @@ -231,6 +234,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
[example-bot]: https://github.com/php-telegram-bot/example-bot

[Unreleased]: https://github.com/php-telegram-bot/core/compare/master...develop
[0.54.1]: https://github.com/php-telegram-bot/core/compare/0.54.0...0.54.1
[0.54.0]: https://github.com/php-telegram-bot/core/compare/0.53.0...0.54.0
[0.53.0]: https://github.com/php-telegram-bot/core/compare/0.52.0...0.53.0
[0.52.0]: https://github.com/php-telegram-bot/core/compare/0.51.0...0.52.0
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@
"php": "^5.5|^7.0",
"ext-pdo": "*",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"monolog/monolog": "^1.23",
"guzzlehttp/guzzle": "^6.3"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.7|^6.5|^7.2",
"phpunit/phpunit": "^4.8|^5.7|^6.5|^7.4",
"squizlabs/php_codesniffer": "^3.3"
},
"autoload": {
Expand Down
52 changes: 28 additions & 24 deletions composer.lock

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

2 changes: 1 addition & 1 deletion src/Telegram.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Telegram
*
* @var string
*/
protected $version = '0.54.0';
protected $version = '0.54.1';

/**
* Telegram API key
Expand Down

0 comments on commit 7701428

Please sign in to comment.