Releases: setiawanhu/laravel-madeline-proto
Releases · setiawanhu/laravel-madeline-proto
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.3
Updated:
- split the log file to each day to avoid "hang" when the log file size is exceeding 3 MB
- move the create telegram session folder at storage path logic to when the vendor:publish command is executed
1.0.2
Updated:
- updated wording
- retrieving command based authentication's 2FA password using secret() instead ask() method
- make MadelineProtoFactory::make() method has default config value (from telegram.php config file)
1.0.1
Updated:
- Fixing invalid file checker for existing TelegramSession model
- Fixing invalid namespace for TelegramSession model
1.0.0
Added:
- Added support for multiple account
Updated:
- refactoring old code to implement factory design pattern
Update notice:
- Please republish the new
telegram.php
config file by deleting the oldtelegram.php
config file and then run thephp artisan vendor:publish --provider="Hu\MadelineProto\MadelineProtoServiceProvider"
artisan command.
0.1.0
First release
Added:
- Added
Messages
facade for wrapping messages api (not all of the api yet) - Added
MadelineProto
facade for wrapping thedanog\MadelineProto\API
class
P.S: Not having license yet, still need time for doing a little research for choosing the right license