mirror of
https://github.com/YunoHost-Apps/matomo_ynh.git
synced 2024-09-03 19:45:56 +02:00
Upgrade to v5.0.3 (#116)
Co-authored-by: OniriCorpe <oniricorpe@yunohost.org>
This commit is contained in:
parent
5d4d3e349f
commit
68b9d7f108
3 changed files with 23 additions and 24 deletions
19
README.md
19
README.md
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
|
@ -20,10 +20,9 @@ Matomo is the leading Free/Libre open analytics platform. At the end of the five
|
|||
|
||||
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:** 5.0.3~ynh1
|
||||
|
||||
**Shipped version:** 5.0.2~ynh1
|
||||
|
||||
**Demo:** https://demo.matomo.org
|
||||
**Demo:** <https://demo.matomo.org>
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
@ -31,11 +30,11 @@ Matomo aims to be a Free software alternative to Google Analytics and is already
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: <https://matomo.org>
|
||||
* Official admin documentation: <https://matomo.org/docs>
|
||||
* Upstream app code repository: <https://github.com/matomo-org/matomo>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/matomo>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/matomo_ynh/issues>
|
||||
- Official app website: <https://matomo.org>
|
||||
- Official admin documentation: <https://matomo.org/docs>
|
||||
- Upstream app code repository: <https://github.com/matomo-org/matomo>
|
||||
- YunoHost Store: <https://apps.yunohost.org/app/matomo>
|
||||
- Report a bug: <https://github.com/YunoHost-Apps/matomo_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
|
@ -43,7 +42,7 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos
|
|||
|
||||
To try the testing branch, please proceed like that.
|
||||
|
||||
``` bash
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/matomo_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade matomo -u https://github.com/YunoHost-Apps/matomo_ynh/tree/testing --debug
|
||||
|
|
19
README_fr.md
19
README_fr.md
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
|
@ -19,10 +19,9 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
Matomo est la principale plateforme d'analyse ouverte Free/Libre. À la fin du processus d'installation de cinq minutes, vous recevrez un code JavaScript. Copiez et collez simplement cette balise sur les sites Web que vous souhaitez suivre et accédez à vos rapports d'analyse en temps réel.
|
||||
|
||||
Matomo se veut une alternative logicielle gratuite à Google Analytics et est déjà utilisé sur plus de 1 400 000 sites Web. La confidentialité est intégrée !
|
||||
**Version incluse :** 5.0.3~ynh1
|
||||
|
||||
**Version incluse :** 5.0.2~ynh1
|
||||
|
||||
**Démo :** https://demo.matomo.org
|
||||
**Démo :** <https://demo.matomo.org>
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
@ -30,11 +29,11 @@ Matomo se veut une alternative logicielle gratuite à Google Analytics et est d
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l’app : <https://matomo.org>
|
||||
* Documentation officielle de l’admin : <https://matomo.org/docs>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/matomo-org/matomo>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/matomo>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/matomo_ynh/issues>
|
||||
- Site officiel de l’app : <https://matomo.org>
|
||||
- Documentation officielle de l’admin : <https://matomo.org/docs>
|
||||
- Dépôt de code officiel de l’app : <https://github.com/matomo-org/matomo>
|
||||
- YunoHost Store : <https://apps.yunohost.org/app/matomo>
|
||||
- Signaler un bug : <https://github.com/YunoHost-Apps/matomo_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
|
@ -42,7 +41,7 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
|
|||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
|
||||
``` bash
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/matomo_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade matomo -u https://github.com/YunoHost-Apps/matomo_ynh/tree/testing --debug
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Matomo"
|
|||
description.en = "Analytics platform for measuring Web statistics"
|
||||
description.fr = "Plateforme d'analyse de mesure de statistiques Web"
|
||||
|
||||
version = "5.0.2~ynh1"
|
||||
version = "5.0.3~ynh1"
|
||||
|
||||
maintainers = []
|
||||
|
||||
|
@ -51,9 +51,10 @@ ram.runtime = "50M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/matomo-org/matomo/releases/download/5.0.2/matomo-5.0.2.tar.gz"
|
||||
sha256 = "acb0128492edcdddc707525ef8ffa2f0629675e925c82dac4e798f474ecc77ef"
|
||||
url = "https://github.com/matomo-org/matomo/releases/download/5.0.3/matomo-5.0.3.tar.gz"
|
||||
sha256 = "cd656ee7df4b29ac453456c6b9708d8264093ac2c99d6669d2830f31624cd626"
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset = "^matomo-.*tar.gz$"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
|
Loading…
Reference in a new issue