diff --git a/README.md b/README.md index f6dd1d8..ed19f18 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in osTicket is a widely-used open source support ticket system. It seamlessly integrates inquiries created via email, phone and web-based forms into a simple easy-to-use multi-user web interface. Manage, organize and archive all your support requests and responses in one place while providing your customers with accountability and responsiveness they deserve. -**Shipped version:** 1.17.3~ynh1 +**Shipped version:** 1.18~ynh1 **Demo:** http://www.ostickethacks.com/demo/demo_info.php diff --git a/README_fr.md b/README_fr.md index b34249e..2538dd9 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po osTicket is a widely-used open source support ticket system. It seamlessly integrates inquiries created via email, phone and web-based forms into a simple easy-to-use multi-user web interface. Manage, organize and archive all your support requests and responses in one place while providing your customers with accountability and responsiveness they deserve. -**Version incluse :** 1.17.3~ynh1 +**Version incluse :** 1.18~ynh1 **Démo :** http://www.ostickethacks.com/demo/demo_info.php diff --git a/manifest.toml b/manifest.toml index 2e910f4..10f7027 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "osTicket" description.en = "Open source support ticket system" description.fr = "Système de ticket de support open source" -version = "1.17.3~ynh1" +version = "1.18~ynh1" maintainers = ["yalh76"] @@ -74,8 +74,8 @@ ram.runtime = "50M" autoupdate.strategy = "latest_github_commit" [resources.sources.core-plugins] - url = "https://github.com/osTicket/osTicket-plugins/archive/685d03a06a6167f348547a444973ce97b68b73ba.tar.gz" - sha256 = "5eaa2aaa9595c5f269ea7c288f27f8fae65af8c4cdef4bebfa1d7de2090aed18" + url = "https://github.com/osTicket/osTicket-plugins/archive/508b15e99a1f344663eb612e4f6b8b16d52ea9e2.tar.gz" + sha256 = "01c080bebc28e8a7ef93b7e94b70428b4e860a7b8c128ca318dfe9a46f08eecb" autoupdate.upstream = "https://github.com/osTicket/osTicket-plugins" autoupdate.strategy = "latest_github_commit" @@ -92,8 +92,8 @@ ram.runtime = "50M" autoupdate.strategy = "latest_github_commit" [resources.sources.main] - url = "https://github.com/osTicket/osTicket/releases/download/v1.17.3/osTicket-v1.17.3.zip" - sha256 = "be3ade536a19b875e16fe0d9716e07f3897f5c0cdbd4efe4ff17ab262d98bed3" + url = "https://github.com/osTicket/osTicket/archive/refs/tags/v1.18.tar.gz" + sha256 = "5041cd079f16b1e98718d4397a878f185d69d72ec197b3875c8da5856f8ca774" autoupdate.strategy = "latest_github_tag" [resources.sources.plugin-attachment_preview]