File tree Expand file tree Collapse file tree 1 file changed +20
-7
lines changed
Expand file tree Collapse file tree 1 file changed +20
-7
lines changed Original file line number Diff line number Diff line change 22
33Here you can see the full list of changes between each Telegram Git Notifier package release.
44
5+ ## v1.0.2 - 2024-01-15
6+
7+ ### What's Changed
8+
9+ * New Official Documentation in the [ Telegram Git Notifier Documentation] ( https://docs.cslant.com/telegram-git-notifier/ )
10+ * Update view template for bot's tool by @pxthinh in https://github.com/cslant/laravel-telegram-git-notifier/pull/38
11+ * Add view and lang for branch protection rule and deploy key by @pxthinh in https://github.com/cslant/laravel-telegram-git-notifier/pull/39
12+ * Update view template for some github events by @pxthinh in https://github.com/cslant/laravel-telegram-git-notifier/pull/41
13+ * Fix the person execute for some view template by @pxthinh in https://github.com/cslant/laravel-telegram-git-notifier/pull/42
14+
15+ ** Full Changelog** : https://github.com/cslant/laravel-telegram-git-notifier/compare/v1.0.1...v1.0.2
16+
517## v1.0.1 - 2023-11-25
618
719### 🚀 New Version Release! 🚀
@@ -27,14 +39,15 @@ Here you can see the full list of changes between each Telegram Git Notifier pac
2739- Added support for sending notifications in topics (threads in supergroups).
2840- Enhanced capability to send notifications across multiple topics simultaneously.
2941- Validate the configuration platform events.
30- - ** Support for Optional Configuration via Vendor Publish Command**
31- - You can now customize the configuration more easily using the following command:
32- ``` bash
42+ - ** Support for Optional Configuration via Vendor Publish Command**
43+ - You can now customize the configuration more easily using the following command:
44+ ``` bash
3345 php artisan vendor:publish --provider=" CSlant\LaravelTelegramGitNotifier\Providers\TelegramGitNotifierServiceProvider" --tag=" config_jsons"
34-
35-
36- ```
37- - This feature allows you to flexibly configure and manage your application according to your preferences.
46+
47+
48+
49+ ```
50+ - This feature allows you to flexibly configure and manage your application according to your preferences.
3851
3952
4053# ## 📝 What's Changed
You can’t perform that action at this time.
0 commit comments