1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/matomo_ynh.git synced 2024-09-03 19:45:56 +02:00
* 4.11.0

* Auto-update README

* Upgrade to php8 (#82)

* Auto-update README

* [autopatch] Add Common Platform Enumeration id to `manifest.json` (#81)

* Testing (#80)

* 4.11.0

* Auto-update README

Co-authored-by: yunohost-bot <yunohost@yunohost.org>

* [autopatch] Add Common Platform Enumeration id to `manifest.json`

Co-authored-by: yalh76 <yalh@yahoo.com>
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
Co-authored-by: Yunohost-Bot <>

* Auto-update README

* Auto-update README

* Update manifest.json

* Auto-update README

* fix upgrade : Missing phpversion var definition, later used around line 117

* Update upgrade

* Add php config (#85)

* Update manifest.json

* Auto-update README

* 4.12.0 (#87)

* 4.12.0

* Auto-update README

Co-authored-by: yunohost-bot <yunohost@yunohost.org>

* Update install

* 4.12.1

* Auto-update README

* 4.12.2

* Auto-update README

* 4.12.3

* Auto-update README

* PHP setup

* 4.13.1

* Auto-update README

* 4.13.2

* Auto-update README

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: yalh76 <yalh@yahoo.com>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
This commit is contained in:
Éric Gaspar 2023-01-27 12:17:51 +01:00 committed by GitHub
parent 6878fa5783
commit 9660109bb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View file

@ -5,7 +5,7 @@ It shall NOT be edited by hand.
# Matomo for YunoHost
[![Integration level](https://dash.yunohost.org/integration/matomo.svg)](https://dash.yunohost.org/appci/app/matomo) ![Working status](https://ci-apps.yunohost.org/ci/badges/matomo.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/matomo.maintain.svg)
[![Integration level](https://dash.yunohost.org/integration/matomo.svg)](https://dash.yunohost.org/appci/app/matomo) ![Working status](https://ci-apps.yunohost.org/ci/badges/matomo.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/matomo.maintain.svg)
[![Install Matomo with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=matomo)
*[Lire ce readme en français.](./README_fr.md)*
@ -22,7 +22,7 @@ Matomo is a full-featured PHP MySQL software program that you download and insta
Matomo aims to be a Free software alternative to Google Analytics and is already used on more than 1,400,000 websites. Privacy is built-in!
**Shipped version:** 4.13.1~ynh1
**Shipped version:** 4.13.2~ynh1
**Demo:** https://demo.matomo.org

View file

@ -5,7 +5,7 @@ It shall NOT be edited by hand.
# Matomo pour YunoHost
[![Niveau dintégration](https://dash.yunohost.org/integration/matomo.svg)](https://dash.yunohost.org/appci/app/matomo) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/matomo.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/matomo.maintain.svg)
[![Niveau dintégration](https://dash.yunohost.org/integration/matomo.svg)](https://dash.yunohost.org/appci/app/matomo) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/matomo.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/matomo.maintain.svg)
[![Installer Matomo avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=matomo)
*[Read this readme in english.](./README.md)*
@ -22,7 +22,7 @@ Matomo is a full-featured PHP MySQL software program that you download and insta
Matomo aims to be a Free software alternative to Google Analytics and is already used on more than 1,400,000 websites. Privacy is built-in!
**Version incluse :** 4.13.1~ynh1
**Version incluse :** 4.13.2~ynh1
**Démo :** https://demo.matomo.org

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://builds.matomo.org/matomo-4.13.1.tar.gz
SOURCE_SUM=d0439ee9895a86d51698d6ea593b6e45e2f4ea4925ef198f7c7027ab87fc4cf9
SOURCE_URL=https://builds.matomo.org/matomo-4.13.2.tar.gz
SOURCE_SUM=f6bead008e2ac370df0e8df4ba643e7b05d733714f2f4d3f7b7928d0ef4ff44a
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Analytics platform for measuring Web statistics",
"fr": "Plateforme d'analyse de mesure de statistiques Web"
},
"version": "4.13.1~ynh1",
"version": "4.13.2~ynh1",
"url": "https://matomo.org",
"upstream": {
"license": "GPL-3.0-or-later",