Version 0.49.0

parent b51917be
...@@ -5,17 +5,22 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c ...@@ -5,17 +5,22 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
## [Unreleased] ## [Unreleased]
### Added ### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [0.49.0] - 2017-09-17
### Added
- Donation section and links in readme. - Donation section and links in readme.
- Missing payment methods in `Request` class. - Missing payment methods in `Request` class.
- Some helper methods for replying to commands and answering queries. - Some helper methods for replying to commands and answering queries.
### Changed ### Changed
- Updated and optimised all DB classes, removing a lot of bulky code. - Updated and optimised all DB classes, removing a lot of bulky code.
### Deprecated
### Removed
### Fixed ### Fixed
- Ensure named SQL statement parameters are unique. - Ensure named SQL statement parameters are unique.
- Channel selection when using `DB::selectChats()`. - Channel selection when using `DB::selectChats()`.
### Security
## [0.48.0] - 2017-08-26 ## [0.48.0] - 2017-08-26
**Note:** After updating to this version, you will need to execute the [SQL migration script][0.48.0-sql-migration] on your database. **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 ...@@ -174,6 +179,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
[example-bot]: https://github.com/php-telegram-bot/example-bot [example-bot]: https://github.com/php-telegram-bot/example-bot
[Unreleased]: https://github.com/php-telegram-bot/core/compare/master...develop [Unreleased]: https://github.com/php-telegram-bot/core/compare/master...develop
[0.49.0]: https://github.com/php-telegram-bot/core/compare/0.48.0...0.49.0
[0.48.0]: https://github.com/php-telegram-bot/core/compare/0.47.1...0.48.0 [0.48.0]: https://github.com/php-telegram-bot/core/compare/0.47.1...0.48.0
[0.47.1]: https://github.com/php-telegram-bot/core/compare/0.47.0...0.47.1 [0.47.1]: https://github.com/php-telegram-bot/core/compare/0.47.0...0.47.1
[0.47.0]: https://github.com/php-telegram-bot/core/compare/0.46.0...0.47.0 [0.47.0]: https://github.com/php-telegram-bot/core/compare/0.46.0...0.47.0
......
...@@ -30,7 +30,7 @@ class Telegram ...@@ -30,7 +30,7 @@ class Telegram
* *
* @var string * @var string
*/ */
protected $version = '0.48.0'; protected $version = '0.49.0';
/** /**
* Telegram API key * Telegram API key
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment