You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-9Lines changed: 15 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,24 @@ 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
-
**Note:** 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.48.0] - 2017-08-26
15
+
**Note:** After updating to this version, you will need to execute the [SQL migration script][0.48.0-sql-migration] on your database.
8
16
### Added
9
17
- New entities, methods, update types and inline keyboard button for Payments (Bot API 3.0).
10
18
- Add new methods, fields and objects for working with stickers (Bot API 3.2).
11
19
- New fields for Chat, User and Message objects (Bot API 3.3). `is_bot` added to `user` DB table.
12
20
### Changed
13
-
-[:exclamation:][unreleased-correct-printerror] Corrected `ServerResponse->printError` method to print by default and return by setting `$return` parameter.
21
+
-[:exclamation:][0.48.0-bc-correct-printerror] Corrected `ServerResponse->printError` method to print by default and return by setting `$return` parameter.
14
22
- Ensure command names are handled as lower case.
15
-
### Deprecated
16
-
### Removed
17
23
### Fixed
18
24
- Correctly save `reply_to_message` to DB.
19
-
### Security
20
25
21
26
## [0.47.1] - 2017-08-06
22
27
### Added
@@ -31,7 +36,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
31
36
-`Telegram::enableAdmin()` now handles duplicate additions properly.
32
37
-`Request::getMe()` failure doesn't break cron execution any more.
33
38
### Security
34
-
-[:exclamation:][0.47.0-private-only-admin-commands] New command parameter `$private_only` to enforce usage in private chats only (set by default for Admin commands).
39
+
-[:exclamation:][0.47.0-bc-private-only-admin-commands] New command parameter `$private_only` to enforce usage in private chats only (set by default for Admin commands).
35
40
36
41
## [0.46.0] - 2017-07-15
37
42
### Added
@@ -151,9 +156,9 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
0 commit comments