mirror of
https://github.com/YunoHost-Apps/kimai2_ynh.git
synced 2024-09-03 19:26:26 +02:00
Upgrade to 1.11.1
This commit is contained in:
parent
4e0142190e
commit
b7498d46fd
4 changed files with 9 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue