Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 1caa086

Browse files
committed
Don't forget to update README this time :)
1 parent dee89bb commit 1caa086

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![Code Coverage](https://scrutinizer-ci.com/g/unreal4u/telegram-api/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/unreal4u/telegram-api/?branch=master)
1010
[![License](https://poser.pugx.org/unreal4u/telegram-api/license)](https://packagist.org/packages/unreal4u/telegram-api)
1111

12-
This is a PHP7 bot API implementation for Telegram implementing the **totality** of [Bot API up until v3.4](https://core.telegram.org/bots/api#october-11-2017)
12+
This is a PHP7 bot API implementation for Telegram implementing the **totality** of [Bot API up until v3.5](https://core.telegram.org/bots/api#november-17-2017)
1313

1414
### About this class
1515

@@ -19,6 +19,12 @@ This is a PHP7 bot API implementation for Telegram implementing the **totality**
1919
* **Full** inline bots support.
2020
* **Full** support for payment system.
2121

22+
## Quick note
23+
24+
This is the v2 branch which will cease to receive any more updates starting from April 2018. Please use the v3 branch if
25+
you are starting a new project or read about the [upgrade notes](https://github.com/unreal4u/telegram-api/wiki/Upgrading-from-v2-to-v3)
26+
so that you can refactor to v3.
27+
2228
## Known bugs
2329

2430
[![Telegram](http://trellobot.doomdns.org/telegrambadge.svg)](https://t.me/PHPBotAPI)
@@ -37,7 +43,7 @@ The preferred (and only for now) installation method is Composer, so add the fol
3743
```json
3844
{
3945
"require": {
40-
"unreal4u/telegram-api": "~2.8"
46+
"unreal4u/telegram-api": "~2.9"
4147
}
4248
}
4349
```

0 commit comments

Comments
 (0)