Skip to content

Releases: telepath-php/telepath

Version 0.9.1

07 Mar 16:09
Compare
Choose a tag to compare

Changelog:

  • Added method to get an array of the resulting slot machine symbols from a Dice (see #21)

Version 0.9

27 Feb 15:44
Compare
Choose a tag to compare

Supports Bot API Version 6.5 from February 3rd

Changelog:

  • Added own CacheAdapter from PSR-6 to PSR-16

  • Throw an exception if the folder passed to discoverPsr4 does not exist

Version 0.9 Beta

15 Feb 18:34
Compare
Choose a tag to compare
Version 0.9 Beta Pre-release
Pre-release

Version 0.9 replaces the dependency on a Cache Bridge for PSR-6/16 with a own implementation, so we are more flexible in the versions of psr/cache psr/simple-cache.

This is more of an internal change and ideally shouldn't affect any actual setup. 🍀

Bot API 6.5 (February 3, 2023)

04 Feb 09:47
Compare
Choose a tag to compare

Full Release Notes: https://github.com/telepath-php/telepath/releases/tag/v0.8.0

Additional Changes with this release:

Smaller type-hinting corrections

Bot API 6.5 (February 3, 2023)

04 Feb 09:07
Compare
Choose a tag to compare

Full Release Notes: https://github.com/telepath-php/telepath/releases/tag/v0.8.0

Additional Changes with this release:

  • Smaller type-hinting corrections

Bot API 6.5 (February 3, 2023)

03 Feb 23:01
Compare
Choose a tag to compare

Bot API 6.4

12 Jan 13:45
Compare
Choose a tag to compare
  • Updated text in type-hints.

Bot API 6.4

02 Jan 15:47
Compare
Choose a tag to compare

Changelog:

  • Added more information to type-hints.

Bot API 6.4

30 Dec 22:04
Compare
Choose a tag to compare

Fixed typo:

  • The spelling of the word "specified" was corrected.

Bot API 6.4

30 Dec 19:53
Compare
Choose a tag to compare

Additional to the changes in https://github.com/telepath-php/telepath/releases/tag/v0.7.0, Telegram changed a few comments, that we included for type-hinting:

  • In the sendDocument method, change "photo" to "video".
  • In the InputMediaAnimation class, change "photo" to "animation".
  • In the InputMediaVideo class, change photo to video in two places: one is a comment and another is an argument name of has_spoiler property.