Skip to content

Releases: unreal4u/telegram-api

v2.6.0

21 Jul 21:22
Compare
Choose a tag to compare

v2.5.0

30 Jun 14:27
Compare
Choose a tag to compare

Implements the Bot API v3.1 of June 2017

See https://github.com/unreal4u/telegram-api/projects/3 for more details.

v2.4.4

25 Jun 17:00
Compare
Choose a tag to compare
  • Fixes #35 (Fatal error on webhookinfo example)
  • Fixes #36 (Unsetting a webhook was not possible)

v2.4.3

22 Jun 08:09
Compare
Choose a tag to compare

Fixes #34 (Typo in class name)

v2.4.2

19 Jun 20:35
Compare
Choose a tag to compare
  • Fixes #32 .
  • Fixes some other minor bugs.
  • Better code coverage for new methods. More to come.
  • Also fixes an error message which will be pointing now to the correct URL.

v2.4.1

05 Jun 22:40
Compare
Choose a tag to compare

Implements an easier way to create an inline keyboard, check documentation: https://github.com/unreal4u/telegram-api/blob/master/examples/send-message-with-inlinekeyboard.php

v2.4.0

18 May 22:51
Compare
Choose a tag to compare

Telegram updated their Bot API, so the necessary adjustments were done. For a complete list of stuff that was done, consult the following project:

https://github.com/unreal4u/telegram-api/projects/2

Issues done in this release: #23, #24, #25, #26, #27, #28

v2.3.1

22 Feb 23:20
Compare
Choose a tag to compare
  • Inline keyboards and keyboard buttons should work properly now
  • Also added strict typing check to every example

v2.3.0

08 Jan 22:21
Compare
Choose a tag to compare

Added support for gaming platform (#12)
General check on all methods and types
Fixed some bugs (#17 & #18 among others that weren't identified yet)
Strict PHP inspection: fixed mainly type hinting for the IDE

v2.3.0-alpha

08 Jan 02:37
Compare
Choose a tag to compare
v2.3.0-alpha Pre-release
Pre-release
  • Added support for gaming platform (#12)
  • General check on all methods and types
  • Fixed some bugs (#17 & #18 among others that weren't identified yet)
  • Strict PHP inspection: fixed mainly type hinting for the IDE