File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,22 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
5
5
6
6
## [ Unreleased]
7
7
### Added
8
+ ### Changed
9
+ ### Deprecated
10
+ ### Removed
11
+ ### Fixed
12
+ ### Security
13
+
14
+ ## [ 0.49.0] - 2017-09-17
15
+ ### Added
8
16
- Donation section and links in readme.
9
17
- Missing payment methods in ` Request ` class.
10
18
- Some helper methods for replying to commands and answering queries.
11
19
### Changed
12
20
- Updated and optimised all DB classes, removing a lot of bulky code.
13
- ### Deprecated
14
- ### Removed
15
21
### Fixed
16
22
- Ensure named SQL statement parameters are unique.
17
23
- Channel selection when using ` DB::selectChats() ` .
18
- ### Security
19
24
20
25
## [ 0.48.0] - 2017-08-26
21
26
** 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
179
[ example-bot ] : https://github.com/php-telegram-bot/example-bot
175
180
176
181
[ 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
177
183
[ 0.48.0 ] : https://github.com/php-telegram-bot/core/compare/0.47.1...0.48.0
178
184
[ 0.47.1 ] : https://github.com/php-telegram-bot/core/compare/0.47.0...0.47.1
179
185
[ 0.47.0 ] : https://github.com/php-telegram-bot/core/compare/0.46.0...0.47.0
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class Telegram
30
30
*
31
31
* @var string
32
32
*/
33
- protected $ version = '0.48 .0 ' ;
33
+ protected $ version = '0.49 .0 ' ;
34
34
35
35
/**
36
36
* Telegram API key
You can’t perform that action at this time.
0 commit comments