Skip to content

Releases: setiawanhu/laravel-madeline-proto

1.3.0

28 Oct 12:50
6102dcb
Compare
Choose a tag to compare

Changed

  • Upgrading MadelineProto version (#15)
  • Adding phabel to development dependency (#15)

1.2.2

20 May 15:31
014d352
Compare
Choose a tag to compare

Changed

  • Removing the "strict" constructor argument type which causing invalid class type issue (#14) for single account session facade class #16
  • Minor code cleaning & refactoring #16

1.2.1

10 Dec 15:26
ba8f3cb
Compare
Choose a tag to compare

Changed

  • Fixing empty or array TelegramObject constructor argument issue (#12)

1.2.0

07 Dec 16:38
7ea512e
Compare
Choose a tag to compare

Added

  • PHP 8 support (#9)

1.1.0

12 Oct 14:28
6536384
Compare
Choose a tag to compare

Added:

  • Added support for Laravel 8 (#6)

1.0.3

18 Aug 14:14
d0c6af0
Compare
Choose a tag to compare

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

16 Aug 09:55
886d303
Compare
Choose a tag to compare

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

13 Aug 16:14
Compare
Choose a tag to compare

Updated:

  • Fixing invalid file checker for existing TelegramSession model
  • Fixing invalid namespace for TelegramSession model

1.0.0

12 Aug 21:01
87d4273
Compare
Choose a tag to compare

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 old telegram.php config file and then run the php artisan vendor:publish --provider="Hu\MadelineProto\MadelineProtoServiceProvider" artisan command.

0.1.0

09 Jul 16:57
cf118df
Compare
Choose a tag to compare

First release

Added:

  • Added Messages facade for wrapping messages api (not all of the api yet)
  • Added MadelineProto facade for wrapping the danog\MadelineProto\API class

P.S: Not having license yet, still need time for doing a little research for choosing the right license