Skip to content

Commit 9ca6158

Browse files
committed
Version 0.71.0
1 parent f854dc1 commit 9ca6158

File tree

3 files changed

+65
-55
lines changed

3 files changed

+65
-55
lines changed

CHANGELOG.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,26 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
77
### Notes
88
- [:ledger: View file changes][Unreleased]
99
### Added
10-
- Define a custom Bot API server and file download URI.
1110
### Changed
12-
- Improved error messages for empty input.
13-
- Log update when processing it, not when fetching input.
1411
### Deprecated
1512
### Removed
1613
### Fixed
17-
- `getUpdates` method wrongly sends only 1 Update when a limit of 0 is passed.
18-
- `Telegram::runCommands()` now passes the correct message text to the commands.
19-
- Request limiter accepts chat ID as integer and string.
2014
### Security
2115

16+
## [0.71.0] - 2021-03-05
17+
### Notes
18+
- [:ledger: View file changes][0.71.0]
19+
### Added
20+
- Define a custom Bot API server and file download URI. (#1168)
21+
### Changed
22+
- Improved error messages for empty input. (#1164)
23+
- Log update when processing it, not when fetching input. (#1164)
24+
### Fixed
25+
- `getUpdates` method wrongly sends only 1 Update when a limit of 0 is passed. (#1169)
26+
- `Telegram::runCommands()` now passes the correct message text to the commands. (#1181)
27+
- Request limiter accepts chat ID as integer and string. (#1182)
28+
- Calling Keyboard constructor without any parameters. (@hutattedonmyarm) (#1184)
29+
2230
## [0.70.1] - 2020-12-25
2331
### Notes
2432
- [:ledger: View file changes][0.70.1]
@@ -525,6 +533,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
525533
[Tidelift]: https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog
526534

527535
[Unreleased]: https://github.com/php-telegram-bot/core/compare/master...develop
536+
[0.71.0]: https://github.com/php-telegram-bot/core/compare/0.70.1...0.71.0
528537
[0.70.1]: https://github.com/php-telegram-bot/core/compare/0.70.0...0.70.1
529538
[0.70.0]: https://github.com/php-telegram-bot/core/compare/0.64.0...0.70.0
530539
[0.64.0]: https://github.com/php-telegram-bot/core/compare/0.63.1...0.64.0

composer.lock

Lines changed: 49 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Telegram.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Telegram
3434
*
3535
* @var string
3636
*/
37-
protected $version = '0.70.1';
37+
protected $version = '0.71.0';
3838

3939
/**
4040
* Telegram API key

0 commit comments

Comments
 (0)