Skip to content

v1.0.0

Compare
Choose a tag to compare
@tanhongit tanhongit released this 23 Nov 09:01
· 275 commits to main since this release
d77f56c

✨ New Features

  • Support multiple languages
  • Added support for sending notifications in topics (threads in supergroups).
  • Enhanced capability to send notifications across multiple topics simultaneously.
  • Validate the configuration platform events.
  • Support for Optional Configuration via Vendor Publish Command
    • You can now customize the configuration more easily using the following command:
      php artisan vendor:publish --provider="CSlant\LaravelTelegramGitNotifier\Providers\TelegramGitNotifierServiceProvider" --tag="config_jsons"
    • This feature allows you to flexibly configure and manage your application according to your preferences.

📝 What's Changed

  • Update View templates for Github and Gitlab events notifications