mirror of
https://github.com/YunoHost-Apps/concrete5_ynh.git
synced 2024-09-03 18:25:54 +02:00
Merge pull request #23 from YunoHost-Apps/testing
Upgrade to version 9.1.1
This commit is contained in:
commit
624485e012
4 changed files with 11 additions and 7 deletions
|
@ -26,7 +26,7 @@ Features :
|
||||||
* **and more**...
|
* **and more**...
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 9.0.1~ynh2
|
**Shipped version:** 9.1.1~ynh1
|
||||||
## Disclaimers / important information
|
## Disclaimers / important information
|
||||||
|
|
||||||
* Any known limitations, constrains or stuff not working, such as (but not limited to):
|
* Any known limitations, constrains or stuff not working, such as (but not limited to):
|
||||||
|
|
|
@ -26,7 +26,7 @@ Features :
|
||||||
* **and more**...
|
* **and more**...
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 9.0.1~ynh2
|
**Version incluse :** 9.1.1~ynh1
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
* Any known limitations, constrains or stuff not working, such as (but not limited to):
|
* Any known limitations, constrains or stuff not working, such as (but not limited to):
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
SOURCE_URL=https://github.com/concrete5/concrete5/archive/9.0.1.tar.gz
|
SOURCE_URL=https://github.com/concretecms/concretecms/archive/refs/tags/9.1.1.tar.gz
|
||||||
SOURCE_SUM=0dc5d37da948c1b5bab4dc8291e9a97488cb53f521c8e56cf118008ae99f9e38
|
SOURCE_SUM=8880de7b391a041781270b3a74050b05572b5e536847eec85d8e566677e36c21
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
SOURCE_FILENAME=
|
SOURCE_FILENAME=
|
||||||
SOURCE_EXTRACT=true
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Open Source Content Management System for Teams",
|
"en": "Open Source Content Management System for Teams",
|
||||||
"fr": "Système de gestion de contenu Open Source pour les équipes"
|
"fr": "Système de gestion de contenu Open Source pour les équipes"
|
||||||
},
|
},
|
||||||
"version": "9.0.1~ynh2",
|
"version": "9.1.1~ynh1",
|
||||||
"url": "www.concrete5.org",
|
"url": "www.concrete5.org",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -52,7 +52,12 @@
|
||||||
"en": "Choose the application language",
|
"en": "Choose the application language",
|
||||||
"fr": "Choisissez la langue de l'application"
|
"fr": "Choisissez la langue de l'application"
|
||||||
},
|
},
|
||||||
"choices": ["en_US", "fr_FR", "de_DE", "pt_PT"],
|
"choices": [
|
||||||
|
"en_US",
|
||||||
|
"fr_FR",
|
||||||
|
"de_DE",
|
||||||
|
"pt_PT"
|
||||||
|
],
|
||||||
"default": "en_US"
|
"default": "en_US"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue