Skip to content

Commit 04de592

Browse files
committed
Version 0.49.0
1 parent b51917b commit 04de592

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77
### Added
8+
### Changed
9+
### Deprecated
10+
### Removed
11+
### Fixed
12+
### Security
13+
14+
## [0.49.0] - 2017-09-17
15+
### Added
816
- Donation section and links in readme.
917
- Missing payment methods in `Request` class.
1018
- Some helper methods for replying to commands and answering queries.
1119
### Changed
1220
- Updated and optimised all DB classes, removing a lot of bulky code.
13-
### Deprecated
14-
### Removed
1521
### Fixed
1622
- Ensure named SQL statement parameters are unique.
1723
- Channel selection when using `DB::selectChats()`.
18-
### Security
1924

2025
## [0.48.0] - 2017-08-26
2126
**Note:** After updating to this version, you will need to execute the [SQL migration script][0.48.0-sql-migration] on your database.
@@ -174,6 +179,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
174179
[example-bot]: https://github.com/php-telegram-bot/example-bot
175180

176181
[Unreleased]: https://github.com/php-telegram-bot/core/compare/master...develop
182+
[0.49.0]: https://github.com/php-telegram-bot/core/compare/0.48.0...0.49.0
177183
[0.48.0]: https://github.com/php-telegram-bot/core/compare/0.47.1...0.48.0
178184
[0.47.1]: https://github.com/php-telegram-bot/core/compare/0.47.0...0.47.1
179185
[0.47.0]: https://github.com/php-telegram-bot/core/compare/0.46.0...0.47.0

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.48.0';
33+
protected $version = '0.49.0';
3434

3535
/**
3636
* Telegram API key

0 commit comments

Comments
 (0)