1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flarum_ynh.git synced 2024-09-03 18:36:24 +02:00

Merge pull request #182 from YunoHost-Apps/ci-auto-update-v1.2.0

Upgrade to version 1.2.0
This commit is contained in:
tituspijean 2022-01-20 18:27:20 +01:00 committed by GitHub
commit 2b83cb1feb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 9 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Flarum is a simple discussion platform for your website. It's fast and easy to use, with all the features you need to run a successful community.
**Shipped version:** 1.1.1~ynh2
**Shipped version:** 1.2.0~ynh1
**Demo:** https://discuss.flarum.org/d/21101-demos-come-to-flarum

View file

@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Flarum est une plate-forme de discussion simple pour votre site Web. C'est rapide et facile à utiliser, avec toutes les fonctionnalités dont vous avez besoin pour gérer une communauté.
**Version incluse :** 1.1.1~ynh2
**Version incluse :** 1.2.0~ynh1
**Démo :** https://discuss.flarum.org/d/21101-demos-come-to-flarum

View file

@ -1,6 +1,5 @@
SOURCE_URL=https://github.com/flarum/flarum/archive/v1.0.0.zip
SOURCE_SUM=32cd6f0cc71f61299b3849f483b96dcea0d3d987b17c6617ae2ff9cf4bf41dec
SOURCE_URL=https://github.com/flarum/flarum/archive/1.2.0.zip
SOURCE_SUM=d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=

View file

@ -7,7 +7,7 @@
"fr": "Forum de nouvelle génération, simplement",
"de": "Forum der nächsten Generation leicht gemacht"
},
"version": "1.1.1~ynh2",
"version": "1.2.0~ynh1",
"url": "http://flarum.org/",
"upstream": {
"license": "MIT",
@ -90,7 +90,11 @@
"fr": "Choisissez la langue de l'application",
"de": "Wählen Sie eine Sprache"
},
"choices": ["fr", "en", "de"],
"choices": [
"fr",
"en",
"de"
],
"default": "en"
}
]

View file

@ -13,7 +13,7 @@ YNH_COMPOSER_VERSION="2.0.13"
extra_php_dependencies="php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-dom php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-pdo-mysql php${YNH_PHP_VERSION}-tokenizer php${YNH_PHP_VERSION}-zip"
# Version numbers
project_version="~1.0.0"
project_version="1.2.0"
#core_version is now retrieved from the manifest
ldap_version="*"