Skip to content

Commit 56de709

Browse files
committed
#35: added changelog and updated readme
1 parent 46efc85 commit 56de709

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,21 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
2323
- Nothing
2424
--->
2525

26+
## 1.6.0 - 2020-06-06
27+
28+
#### June 4, 2020
29+
#### Bot API 4.9
30+
31+
### Added
32+
- Added the new field `viaBot` to the `MessageType` class.
33+
You can now know which bot was used to send a message.
34+
- Supported video thumbnails for inline GIF and MPEG4 animations (Updated comments in classes).
35+
- Supported the new basketball animation for the random dice.
36+
Choose between different animations (dice, darts, basketball)
37+
by specifying the emoji parameter in the `SendDiceMethod`.
38+
Added to the class new factory method `SendDiceMethod::createWithBasketball`
39+
and new constant `SendDiceMethod::EMOJI_BASKETBALL`.
40+
2641
## 1.5.1 - 2020-05-28
2742

2843
### Fixed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[![Duplicated Lines (%)][sonar-duplicated-lines-icon]][sonar-path]
1515
[![Security Rating][sonar-security-rating-icon]][sonar-path]
1616

17-
#### Supported Telegram Bot API v4.8 (April 24, 2020)
17+
#### Supported Telegram Bot API v4.9 (June 4, 2020)
1818

1919
## Installation
2020

@@ -146,7 +146,7 @@ If you discover any security related issues, please email wformps@gmail.com inst
146146
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
147147

148148
[ico-php-v]: https://img.shields.io/travis/php-v/tg-bot-api/bot-api-base.svg?style=flat-square
149-
[ico-bot-api]: https://img.shields.io/badge/Bot%20API-4.8-blue.svg?style=flat-square
149+
[ico-bot-api]: https://img.shields.io/badge/Bot%20API-4.9-blue.svg?style=flat-square
150150
[ico-version]: https://img.shields.io/packagist/v/tg-bot-api/bot-api-base.svg?style=flat-square
151151
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
152152
[ico-travis]: https://img.shields.io/travis/tg-bot-api/bot-api-base/master.svg?style=flat-square

0 commit comments

Comments
 (0)