diff --git a/README.md b/README.md index 0f31911..051b608 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview 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.14.2 +**Shipped version:** 1.14.3 ## Screenshots diff --git a/check_process b/check_process index 91a9d88..7caa43a 100644 --- a/check_process +++ b/check_process @@ -21,6 +21,8 @@ upgrade=1 # 1.14.1 upgrade=1 from_commit=81e4075468d035b12ad70936d016d45d0f124720 + # 1.14.2 + upgrade=1 from_commit=cadb10e497d938e0e684e43ac870a3807b4b60d9 backup_restore=1 multi_instance=1 # This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version. @@ -36,3 +38,5 @@ Notification=none ;;; Upgrade options ; commit=81e4075468d035b12ad70936d016d45d0f124720 name=1.14.1 + ; commit=cadb10e497d938e0e684e43ac870a3807b4b60d9 + name=1.14.2 diff --git a/conf/app.src b/conf/app.src index cb75ee9..b336e4d 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/osTicket/osTicket/releases/download/v1.14.2/osTicket-v1.14.2.zip -SOURCE_SUM=b972833f89856ec254f09af901eca848c7278a0e7d3c9c6e214c62a65aabcabd +SOURCE_URL=https://github.com/osTicket/osTicket/releases/download/v1.14.3/osTicket-v1.14.3.zip +SOURCE_SUM=1b118825680a5ed2c25bfa642e809b9f20d2d4c959e452a8473b4357fbe7b345 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 80d9966..de708f0 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Open source support ticket system", "fr": "Système de ticket de support open source" }, - "version": "1.14.2~ynh1", + "version": "1.14.3~ynh1", "url": "https://osticket.com/", "license": "GPL-2.0-or-later", "maintainer": {