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

* 4.13.3

* Auto-update README

* V2 (#99)

* v2

* v2

* Fix

* Auto-update README

* Update manifest.toml

* fix

* Auto-update README

* Update tests.toml

* Auto-update README

* Update manifest.toml

* Update POST_INSTALL_fr.md

* Fix

* Auto-update README

* fix

* Update tests.toml

* Update manifest.toml

* Auto-update README

* Update doc/POST_INSTALL.md

Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>

* Update upgrade

* fix

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>

* Update upgrade

* fix

* Update manifest.toml

* Auto-update README

* Update manifest.toml

* Fix

* Update install

* fix

* Update manifest.toml

* Update manifest.toml

* cleaning

* Update manifest.toml

* Auto-update README

* Update manifest.toml

* Update manifest.toml

* Update manifest.toml

* 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-07-07 10:15:47 +02:00 committed by GitHub
parent 1f026fae26
commit 6b9cfeff77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View file

@ -21,7 +21,7 @@ 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:** 4.14.2~ynh1
**Shipped version:** 4.15.0~ynh1
**Demo:** https://demo.matomo.org

View file

@ -21,7 +21,7 @@ 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!
**Version incluse :** 4.14.2~ynh1
**Version incluse :** 4.15.0~ynh1
**Démo :** https://demo.matomo.org

View file

@ -5,9 +5,9 @@ name = "Matomo"
description.en = "Open source analytics platform for measuring Web statistics"
description.fr = "Plateforme d'analyse open source de mesure de statistiques Web"
version = "4.14.2~ynh1"
version = "4.15.0~ynh1"
maintainers = ["Anmol Sharma"]
maintainers = []
[upstream]
license = "GPL-3.0-or-later"
@ -17,7 +17,7 @@ admindoc = "https://matomo.org/docs"
code = "https://github.com/matomo-org/matomo"
[integration]
yunohost = ">= 11.1.17"
yunohost = ">= 11.1.21"
architectures = "all"
multi_instance = true
ldap = false
@ -48,8 +48,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://builds.matomo.org/matomo-4.14.2.tar.gz"
sha256 = "8cfb3fe1b82ded5a9e4a878b9f01ebf85238dba84087088ff117224033700a9a"
url = "https://builds.matomo.org/matomo-4.15.0.tar.gz"
sha256 = "619b2ef500e1c50f4ccee2e094ddfa0928cf8e76fe40b787483c1d11ee69978e"
[resources.system_user]
@ -59,7 +59,7 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
packages = "mariadb-server php8.1-curl php8.1-gd php8.1-cli php8.1-mysql php8.1-xml php8.1-mbstring"
packages = "mariadb-server php8.2-curl php8.2-gd php8.2-cli php8.2-mysql php8.2-xml php8.2-mbstring"
[resources.database]
type = "mysql"