Skip to content

Commit 26433b3

Browse files
committed
Version 0.82.0
1 parent 3c07b04 commit 26433b3

File tree

4 files changed

+20
-10
lines changed

4 files changed

+20
-10
lines changed

CHANGELOG.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,25 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
55

66
## [Unreleased]
77
### Notes
8-
- [:ledger: View file changes][Unreleased][:page_with_curl: DB migration script][unreleased-sql-migration]
8+
- [:ledger: View file changes][Unreleased]
99
### Added
10-
- Bot API 6.8, 6.9 (@noplanman)
1110
### Changed
1211
### Deprecated
1312
### Removed
1413
### Fixed
15-
- Missing `thumbnail_url` renaming.
1614
### Security
1715

16+
## [0.82.0] - 2023-10-26
17+
### Notes
18+
- [:ledger: View file changes][0.82.0][:page_with_curl: DB migration script][0.82.0-sql-migration]
19+
- Really the last version that supports PHP 7! Only PHP 8 after this one.
20+
### Added
21+
- Bot API 6.8, 6.9 (@noplanman) (#1418, #1427)
22+
- Test against PHP 8.3 (@sergiy-petrov) (#1421)
23+
### Fixed
24+
- Missing `thumbnail_url` renaming.
25+
- Fix broken exception handling (@mlocati) (#1425)
26+
1827
## [0.81.0] - 2023-05-27
1928
### Notes
2029
- [:ledger: View file changes][0.81.0][:page_with_curl: DB migration script][0.81.0-sql-migration]
@@ -625,7 +634,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
625634
### Deprecated
626635
- Move `hideKeyboard` to `removeKeyboard`.
627636

628-
[unreleased-sql-migration]: https://github.com/php-telegram-bot/core/tree/develop/utils/db-schema-update/0.81.0-unreleased.sql
637+
[0.82.0-sql-migration]: https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.81.0-0.82.0.sql
629638
[0.81.0-sql-migration]: https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.80.0-0.81.0.sql
630639
[0.80.0-sql-migration]: https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.79.0-0.80.0.sql
631640
[0.80.0-bc-commands-with-underscores]: https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#commands-with-underscores
@@ -668,6 +677,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
668677
[Tidelift]: https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog
669678

670679
[Unreleased]: https://github.com/php-telegram-bot/core/compare/master...develop
680+
[0.82.0]: https://github.com/php-telegram-bot/core/compare/0.81.0...0.82.0
671681
[0.81.0]: https://github.com/php-telegram-bot/core/compare/0.80.0...0.81.0
672682
[0.80.0]: https://github.com/php-telegram-bot/core/compare/0.79.0...0.80.0
673683
[0.79.0]: https://github.com/php-telegram-bot/core/compare/0.78.0...0.79.0

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
A Telegram Bot based on the official [Telegram Bot API]
99

10-
[![API Version](https://img.shields.io/badge/Bot%20API-6.7%20%28April%202023%29-32a2da.svg)](https://core.telegram.org/bots/api-changelog#april-21-2023)
10+
[![API Version](https://img.shields.io/badge/Bot%20API-6.9%20%28September%202023%29-32a2da.svg)](https://core.telegram.org/bots/api-changelog#september-22-2023)
1111
[![Join the bot support group on Telegram](https://img.shields.io/badge/telegram-@PHP__Telegram__Bot__Support-64659d.svg)](https://telegram.me/PHP_Telegram_Bot_Support)
1212
[![Donate](https://img.shields.io/badge/%F0%9F%92%99-Donate%20%2F%20Support%20Us-blue.svg)](#donate)
1313

@@ -78,7 +78,7 @@ This Bot aims to provide a platform where one can simply write a bot and have in
7878

7979
The Bot can:
8080
- Retrieve updates with [webhook](#webhook-installation) and [getUpdates](#getupdates-installation) methods.
81-
- Supports all types and methods according to Telegram Bot API 6.7 (April 2023).
81+
- Supports all types and methods according to Telegram Bot API 6.9 (September 2023).
8282
- Supports supergroups.
8383
- Handle commands in chat with other bots.
8484
- Manage Channel from the bot admin interface.
@@ -389,15 +389,15 @@ The reason for denying an update can be defined with the `$reason` parameter. Th
389389

390390
### Types
391391

392-
All types are implemented according to Telegram API 6.7 (April 2023).
392+
All types are implemented according to Telegram API 6.9 (September 2023).
393393

394394
### Inline Query
395395

396-
Full support for inline query according to Telegram API 6.7 (April 2023).
396+
Full support for inline query according to Telegram API 6.9 (September 2023).
397397

398398
### Methods
399399

400-
All methods are implemented according to Telegram API 6.7 (April 2023).
400+
All methods are implemented according to Telegram API 6.9 (September 2023).
401401

402402
#### Send Message
403403

src/Telegram.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Telegram
3737
*
3838
* @var string
3939
*/
40-
protected $version = '0.81.0';
40+
protected $version = '0.82.0';
4141

4242
/**
4343
* Telegram API key

0 commit comments

Comments
 (0)