Releases: irazasyed/telegram-bot-sdk
v2.0 - Hot new things waiting for you!
This version brings in some major and breaking changes to the SDK.
Head to CHANGELOG page for detailed info on what's changed and follow the UPGRADE Guide for detailed instructions on how to upgrade your version of this library. And take a look at the documentations to explore more details and to check out the examples.
Huge thanks to all our contributors who helped improve the SDK and made it much better :)
P.S Open issues if you face any issues.
v1.0 - Add Commands System & Other Major Changes.
This version brings in some major updates and features, Such as the all new Commands System, API Change, Tweaks, Enhancements and Breaking Changes.
Head to CHANGELOG page for detailed info on what's changed and follow the UPGRADE Guide for detailed instructions on how to upgrade your version of this library.
Also, Did you check out the shiny new documentation page?
Huge thanks to all contributors and shout out to @jonnywilliamson for actively contributing and helping me to make this release possible.
v0.2.6 - Video Caption, Duration Support & Fixes!
- Added Video Caption Support to
sendVideo()
method - Thanks @jonnywilliamson - Added Duration Support to
sendVideo()
andsendAudio()
methods. - Fixes Contact Object Namespace - Thanks @DmitryNek
- Fixes HTTPClientHandlerInterface Laravel Config Typo.
v0.2.5 - Fixes Custom HTTP Client Handler Not Found.
Thanks to @codengine for the PR.
v0.2.4 - Refactor Laravel Service Provider
Dropped Laravel 4 Support.
v0.2.3 - Refactor Upload File
v0.2.2 - Import TelegramSDKException Class in GuzzleHttpClient.
v0.2.1 - Patch for token default config.
v0.2.0 - Refactor Update Method and Add Webhook Update Retrieval Method.
- Refactored
getUpdates()
function. - Added
getWebhookUpdates()
function. - Added Contributing Guidelines.
- Changed License.
- Updated Readme.
Initial Release
v0.1.0 Add Custom Keyboard Markup Functionality and Usage Instructions.