@@ -4,7 +4,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
4
4
Exclamation symbols (:exclamation : ) note something of importance e.g. breaking changes. Click them to learn more.
5
5
6
6
## [ Unreleased]
7
- :exclamation : After updating to this version, you will need to execute the [ SQL migration script] [ unreleased-sql-migration ] on your database.
7
+ ### Added
8
+ ### Changed
9
+ ### Deprecated
10
+ ### Removed
11
+ ### Fixed
12
+ ### Security
13
+
14
+ ## [ 0.53.0] - 2018-04-01
15
+ :exclamation : After updating to this version, you will need to execute the [ SQL migration script] [ 0.53.0-sql-migration ] on your database.
8
16
### Added
9
17
- Implemented new changes for Bot API 3.6 (streamable InputMediaVideo, connected website).
10
18
- ` Telegram::getLastUpdateId() ` method, returns ID of the last update that was processed.
@@ -14,12 +22,9 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
14
22
- Add debug log entry instead of throwing an exception for duplicate updates.
15
23
- ` Telegram::handleGetUpdates() ` can now work without a database connection (not enabled by default).
16
24
- Improved ` /sendtochannel ` and ` /sendtoall ` commands, using new message helpers.
17
- ### Deprecated
18
- ### Removed
19
25
### Fixed
20
26
- PHPCS fixes for updated CodeSniffer dependency.
21
27
- Send messages correctly via ` /sendtochannel ` .
22
- ### Security
23
28
24
29
## [ 0.52.0] - 2018-01-07
25
30
### Fixed
@@ -199,7 +204,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
199
204
### Deprecated
200
205
- Move ` hideKeyboard ` to ` removeKeyboard ` .
201
206
202
- [ unreleased -sql-migration] : https://github.com/php-telegram-bot/core/tree/develop/utils/db-schema-update/0.52.0-unreleased .sql
207
+ [ 0.53.0 -sql-migration] : https://github.com/php-telegram-bot/core/tree/develop/utils/db-schema-update/0.52.0-0.53.0 .sql
203
208
[ 0.51.0-sql-migration ] : https://github.com/php-telegram-bot/core/tree/develop/utils/db-schema-update/0.50.0-0.51.0.sql
204
209
[ 0.50.0-bc-messagegetcommand-return-value ] : https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#messagegetcommand-return-value
205
210
[ 0.48.0-sql-migration ] : https://github.com/php-telegram-bot/core/tree/develop/utils/db-schema-update/0.47.1-0.48.0.sql
@@ -214,6 +219,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
214
219
[ example-bot ] : https://github.com/php-telegram-bot/example-bot
215
220
216
221
[ Unreleased ] : https://github.com/php-telegram-bot/core/compare/master...develop
222
+ [ 0.53.0 ] : https://github.com/php-telegram-bot/core/compare/0.52.0...0.53.0
217
223
[ 0.52.0 ] : https://github.com/php-telegram-bot/core/compare/0.51.0...0.52.0
218
224
[ 0.51.0 ] : https://github.com/php-telegram-bot/core/compare/0.50.0...0.51.0
219
225
[ 0.50.0 ] : https://github.com/php-telegram-bot/core/compare/0.49.0...0.50.0
0 commit comments