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
+13-6Lines changed: 13 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,19 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
6
6
## [Unreleased]
7
7
### Added
8
8
### Changed
9
-
- Updated readme to latest state of 0.46.0.
10
9
### Deprecated
11
10
### Removed
12
11
### Fixed
12
+
### Security
13
+
14
+
## [0.47.0] - 2017-08-06
15
+
### Changed
16
+
- Updated readme to latest state of 0.47.0.
17
+
### Fixed
13
18
-`Telegram::enableAdmin()` now handles duplicate additions properly.
14
19
-`Request::getMe()` failure doesn't break cron execution any more.
15
20
### Security
16
-
-[:exclamation:][unreleased-private-only-admin-commands] New command parameter `$private_only` to enforce usage in private chats only (set by default for Admin commands).
21
+
-[: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).
17
22
18
23
## [0.46.0] - 2017-07-15
19
24
### Added
@@ -24,7 +29,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
24
29
-[:exclamation:][0.46.0-bc-request-class-refactor] Big refactor of the `Request` class, removing most custom method implementations.
25
30
26
31
## [0.45.0] - 2017-06-25
27
-
**Note:** After updating to this version, you will need to execute the [SQL migration script](https://github.com/php-telegram-bot/core/tree/0.45.0/utils/db-schema-update/0.44.1-0.45.0.sql) on your database.
32
+
**Note:** After updating to this version, you will need to execute the [SQL migration script][0.45.0-sql-migration] on your database.
28
33
### Added
29
34
- Documents can be sent by providing its contents via Psr7 stream (as opposed to passing a file path).
30
35
- Allow setting a custom Guzzle HTTP Client for requests (#511).
@@ -51,11 +56,11 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
51
56
## [0.44.0] - 2017-04-25
52
57
### Added
53
58
- Proper standalone `scrutinizer.yml` config.
54
-
- Human-readable last error date for debug command.
59
+
- Human-readable `last_error_date_string` for debug command.
55
60
### Changed
56
61
- Bot username no longer required for object instantiation.
57
62
### Removed
58
-
- All examples have been moved to a [dedicated repository](https://github.com/php-telegram-bot/example-bot).
63
+
- All examples have been moved to a [dedicated repository][example-bot].
59
64
### Fixed
60
65
-[:exclamation:][0.44.0-bc-update-content-type] Format of Update content type using `$update->getUpdateContent()`.
61
66
@@ -133,9 +138,11 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
0 commit comments