Skip to content

Commit fae82d9

Browse files
committed
Version 0.46.0
1 parent ea4e47e commit fae82d9

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77
### Added
8-
- Callbacks can be added to be executed when callback queries are called.
9-
- New Bot API 3.1 changes (#550).
10-
- `/cleanup` command for admins, that cleans out old entries from the DB.
118
### Changed
12-
- [:exclamation:][unreleased-bc-request-class-refactor] Big refactor of the `Request` class, removing most custom method implementations.
139
### Deprecated
1410
### Removed
1511
### Fixed
1612
### Security
1713

14+
## [0.46.0] - 2017-07-15
15+
### Added
16+
- Callbacks can be added to be executed when callback queries are called.
17+
- New Bot API 3.1 changes (#550).
18+
- `/cleanup` command for admins, that cleans out old entries from the DB.
19+
### Changed
20+
- [:exclamation:][0.46.0-bc-request-class-refactor] Big refactor of the `Request` class, removing most custom method implementations.
21+
1822
## [0.45.0] - 2017-06-25
1923
**Note:** After updating to this version, you will need to execute the [SQL migration script](https://github.com/php-telegram-bot/core/tree/0.45.0/utils/db-schema-update/0.44.1-0.45.0.sql) on your database.
2024
### Added
@@ -125,7 +129,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
125129
### Deprecated
126130
- Move `hideKeyboard` to `removeKeyboard`.
127131

128-
[unreleased-bc-request-class-refactor]: https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#request-class-refactor
132+
[0.46.0-bc-request-class-refactor]: https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#request-class-refactor
129133
[0.45.0-bc-remove-deprecated-methods]: https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#remove-deprecated-methods
130134
[0.45.0-bc-chats-params-array]: https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#chats-params-array
131135
[0.45.0-bc-up-download-directory]: https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#up-download-directory

src/Telegram.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Telegram
3030
*
3131
* @var string
3232
*/
33-
protected $version = '0.45.0';
33+
protected $version = '0.46.0';
3434

3535
/**
3636
* Telegram API key

0 commit comments

Comments
 (0)