Skip to content

Commit

Permalink
Version 0.71.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noplanman committed Mar 5, 2021
1 parent f854dc1 commit 9ca6158
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 55 deletions.
21 changes: 15 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,26 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
### Notes
- [:ledger: View file changes][Unreleased]
### Added
- Define a custom Bot API server and file download URI.
### Changed
- Improved error messages for empty input.
- Log update when processing it, not when fetching input.
### Deprecated
### Removed
### Fixed
- `getUpdates` method wrongly sends only 1 Update when a limit of 0 is passed.
- `Telegram::runCommands()` now passes the correct message text to the commands.
- Request limiter accepts chat ID as integer and string.
### Security

## [0.71.0] - 2021-03-05
### Notes
- [:ledger: View file changes][0.71.0]
### Added
- Define a custom Bot API server and file download URI. (#1168)
### Changed
- Improved error messages for empty input. (#1164)
- Log update when processing it, not when fetching input. (#1164)
### Fixed
- `getUpdates` method wrongly sends only 1 Update when a limit of 0 is passed. (#1169)
- `Telegram::runCommands()` now passes the correct message text to the commands. (#1181)
- Request limiter accepts chat ID as integer and string. (#1182)
- Calling Keyboard constructor without any parameters. (@hutattedonmyarm) (#1184)

## [0.70.1] - 2020-12-25
### Notes
- [:ledger: View file changes][0.70.1]
Expand Down Expand Up @@ -525,6 +533,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
[Tidelift]: https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog

[Unreleased]: https://github.com/php-telegram-bot/core/compare/master...develop
[0.71.0]: https://github.com/php-telegram-bot/core/compare/0.70.1...0.71.0
[0.70.1]: https://github.com/php-telegram-bot/core/compare/0.70.0...0.70.1
[0.70.0]: https://github.com/php-telegram-bot/core/compare/0.64.0...0.70.0
[0.64.0]: https://github.com/php-telegram-bot/core/compare/0.63.1...0.64.0
Expand Down
97 changes: 49 additions & 48 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 @@ -34,7 +34,7 @@ class Telegram
*
* @var string
*/
protected $version = '0.70.1';
protected $version = '0.71.0';

/**
* Telegram API key
Expand Down

0 comments on commit 9ca6158

Please sign in to comment.