diff --git a/README.md b/README.md index f231e10..84bcd74 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This is the reloaded version of the open source timetracker Kimai. Right now its Kimai v2 has nothing in common with its predecessor Kimai v1 besides the basic ideas of time-tracking and the current development team. It is based on a lot of great frameworks. Special thanks to Symfony v4, Doctrine, AdminThemeBundle (based on AdminLTE). https://github.com/kevinpapst/kimai2 -Shipped Version: **1.11** +Shipped Version: **1.11.1** ## Screenshots diff --git a/check_process b/check_process index 245e6ec..765d710 100644 --- a/check_process +++ b/check_process @@ -18,6 +18,8 @@ setup_private=1 setup_public=1 upgrade=1 + # 1.9~ynh1 + upgrade=1 from_commit=e5ce0d869526c6c856c1e2398b4b2ce0ba8e7542 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. @@ -30,3 +32,6 @@ ;;; Options Email=anmol@datamol.org Notification=change +;;; Upgrade options + ; commit=e5ce0d869526c6c856c1e2398b4b2ce0ba8e7542 + name=1.9~ynh1 diff --git a/conf/app.src b/conf/app.src index 8adbecf..05d59b1 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/kevinpapst/kimai2/archive/1.11.tar.gz -SOURCE_SUM=929811faead07f64984ac7d55eca04efb840ec196cfd2367de8b10857ccc12ee +SOURCE_URL=https://github.com/kevinpapst/kimai2/archive/1.11.1.tar.gz +SOURCE_SUM=ebca79e6fc4597a4a914a3005c3a450bbe956fd05fce8a4d962d9ca943589a28 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index c1e0e9f..b9f5043 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ "de": "Eine web-basierte Mehrbenutzer-Zeiterfassung mit Rechnungsdruck mit Unterstützung für mobile Endgeräte", "cs": "Víceuživatelská webová aplikace pro sledování času s podporou mobilních zařízení" }, - "version": "1.11~ynh1", + "version": "1.11.1~ynh1", "url": "https://www.kimai.org", "license": "MIT", "maintainer": {