feat: add new notification methods (telegram, webhooks, gotify) (#295)

This commit is contained in:
Miguel Ribeiro
2024-05-06 00:15:44 +02:00
committed by GitHub
parent 5fff7c59eb
commit a408031ef8
37 changed files with 1658 additions and 234 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
<?php
$version = "v1.23.0";
$version = "v1.24.0";
?>