Skip to content

Releases: telepath-php/telepath

v0.16.4

09 Feb 11:17
6fd3120
Compare
Choose a tag to compare

Full Changelog: v0.16.3...v0.16.4

See https://core.telegram.org/bots/api#december-29-2023 for changes to the API.

  • Updated Laravel Pint dependency that changed a few formatting options. (0.16.1)
  • Fixed missing getMe method (0.16.2)
  • Fixed typos in documentation (0.16.3)
  • Optimized a few usage things (0.16.4)

Version 0.16.3 (Bot API 7.0)

05 Feb 12:30
Compare
Choose a tag to compare

See https://core.telegram.org/bots/api#december-29-2023 for changes to the API.

  • Updated Laravel Pint dependency that changed a few formatting options. (0.16.1)
  • Fixed missing getMe method (0.16.2)
  • Fixed typos in documentation (0.16.3)

Version 0.16.2 (Bot API 7.0)

04 Feb 23:01
08e3b03
Compare
Choose a tag to compare

See https://core.telegram.org/bots/api#december-29-2023 for changes to the API.

  • Updated Laravel Pint dependency that changed a few formatting options.
  • Fixed missing getMe method

Version 0.16.1 (Bot API 7.0)

04 Feb 17:12
Compare
Choose a tag to compare

See https://core.telegram.org/bots/api#december-29-2023 for changes.

(Difference to v0.16.0 is the updated Laravel Pint dependency that changed a few formatting options.)

Version 0.16 (Bot API 7.0)

04 Feb 16:59
c6fdff7
Compare
Choose a tag to compare

Version 0.15 (Bot API 6.9)

26 Oct 20:08
ce2da10
Compare
Choose a tag to compare
v0.15.0

Added workflow back

Bot API Version 6.8

20 Aug 09:15
Compare
Choose a tag to compare
Bot API Version 6.8 Pre-release
Pre-release

What's Changed

  • Bot API 6.8 by @github-actions in #33

Full Changelog: v0.14.2-beta...v0.15.0-beta

Bot API 6.7 (Version 0.14.2)

18 Jul 08:32
Compare
Choose a tag to compare
Pre-release

Since I had no chance of testing this release, I release the small fixes as beta.

What's Changed

  • Bot API 6.7 by @github-actions in #32

Full Changelog: v0.14.1...v0.14.2-beta

Version 0.14.1

21 Apr 13:13
Compare
Choose a tag to compare

Changelog:

  • Added missing return types to previously added API methods (@dodomedia)

Bot API 6.7 (Version 0.14.0)

21 Apr 11:45
Compare
Choose a tag to compare

See for API changes: https://core.telegram.org/bots/api-changelog#april-21-2023

Known issues:

  • Some API methods may have no return type and may return an array instead of an object.