diff --git a/README.md b/README.md index 150283c..6a5a373 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Open source analytics platform for measuring Web statistics -**Shipped version:** 4.4.0~ynh1 +**Shipped version:** 4.4.1~ynh1 **Demo:** https://demo.matomo.org diff --git a/README_fr.md b/README_fr.md index 416eeac..0155e85 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Plateforme d'analyse open source de mesure de statistiques Web -**Version incluse :** 4.4.0~ynh1 +**Version incluse :** 4.4.1~ynh1 **Démo :** https://demo.matomo.org diff --git a/check_process b/check_process index 2478a66..f1d52d9 100644 --- a/check_process +++ b/check_process @@ -13,6 +13,8 @@ upgrade=1 #4.3.0 (#47) upgrade=1 from_commit=1d967a751135c3801ef95cf989ab3fb9e45e6f70 + #4.4.0 + upgrade=1 from_commit=9edf3d60ea391925f835ece1309bbcb54e6d33fe backup_restore=1 multi_instance=1 change_url=1 @@ -21,5 +23,7 @@ Email=anmol@datamol.org Notification=yes ;;; Upgrade options ; commit=1d967a751135c3801ef95cf989ab3fb9e45e6f70 - name= 4.3.0 (#47) + name= 4.3.0 + ; commit=9edf3d60ea391925f835ece1309bbcb54e6d33fe + name= 4.4.0 manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666& \ No newline at end of file diff --git a/conf/app.src b/conf/app.src index ea3324b..fb3a5ee 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://builds.matomo.org/matomo-4.4.0.tar.gz -SOURCE_SUM=3eea92155178a53410c35a6489995ff4deb9ece7182dc4a11e06f96ad3b707ba +SOURCE_URL=https://builds.matomo.org/matomo-4.4.1.tar.gz +SOURCE_SUM=94b9a90c61afabff55e08ea53ff8532355349336fae439e168dbfe9364931479 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index ba7a88b..33347ee 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Open source analytics platform for measuring Web statistics", "fr": "Plateforme d'analyse open source de mesure de statistiques Web" }, - "version": "4.4.0~ynh1", + "version": "4.4.1~ynh1", "url": "https://matomo.org", "upstream": { "license": "GPL-3.0-or-later",