Releases: XF-Telegram/Core
Releases · XF-Telegram/Core
v2.0.4
v2.0.3
- Fixed error related with blocking bot and authorization.
v2.0.2
Drop AuthMethod classes. Now addon displays only button, but allow authorize with bot.
v2.0.1
v2.0.0
See previous change lists for understanding changes from v1.x
- Added stock for temporary changing current visitor
v2.0.0 Release Candidate 2
- Fixed WebHook logic code.
- Added template for testing connected account integration from ACP.
v2.0.0 Release Candidate 1
- Rewritten from scratch.
- Now addon use third-party package for working with Telegram.
- Changed addon namespace (
Kruzya\Telegram
->SModders\TelegramCore
).
1.1 Beta 4
- Rebuilded addon with correct
_data
directory. - Added prefix
xf_
for table.
1.1 Beta 3
- Fixed rewrited installer.
1.1 Beta 2
- Added forgotten
build.json
on Git - Added forgotten
telegram.php
in webroot - Rewritten installer with using
StepRunnerTraits