mirror of
https://github.com/YunoHost-Apps/wordpress_ynh.git
synced 2024-09-03 20:36:10 +02:00
Upgrade to version 6.0.3
This commit is contained in:
parent
fdb73af064
commit
7e44ae48eb
2 changed files with 76 additions and 72 deletions
|
@ -1,7 +1,6 @@
|
||||||
SOURCE_URL=https://wordpress.org/wordpress-6.0.2.tar.gz
|
SOURCE_URL=https://downloads.wordpress.org/release/wordpress-6.0.3.zip
|
||||||
SOURCE_SUM=506e45625268c01cbbd432478280c4d7f948227769d2ac75c8594321e315d0e8
|
SOURCE_SUM=3029a0d004e4951b85e6954c89400801c4954ba76aab4835360d339bfe1fc562
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
SOURCE_FILENAME=
|
|
||||||
SOURCE_EXTRACT=true
|
SOURCE_EXTRACT=true
|
||||||
|
|
141
manifest.json
141
manifest.json
|
@ -1,82 +1,87 @@
|
||||||
{
|
{
|
||||||
"name": "WordPress",
|
"name": "WordPress",
|
||||||
"id": "wordpress",
|
"id": "wordpress",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Create a beautiful blog or website easily",
|
"en": "Create a beautiful blog or website easily",
|
||||||
"fr": "Logiciel de création de blog ou de site Web"
|
"fr": "Logiciel de création de blog ou de site Web"
|
||||||
},
|
},
|
||||||
"version": "6.0.2~ynh2",
|
"version": "6.0.3~ynh1",
|
||||||
"url": "https://wordpress.org/",
|
"url": "https://wordpress.org/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"website": "https://wordpress.org/",
|
"website": "https://wordpress.org/",
|
||||||
"admindoc": "https://codex.wordpress.org/",
|
"admindoc": "https://codex.wordpress.org/",
|
||||||
"code": "https://core.trac.wordpress.org/browser",
|
"code": "https://core.trac.wordpress.org/browser",
|
||||||
"cpe": "cpe:2.3:a:wordpress:wordpress"
|
"cpe": "cpe:2.3:a:wordpress:wordpress"
|
||||||
},
|
},
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "kay0u",
|
"name": "kay0u",
|
||||||
"email": "pierre@kayou.io"
|
"email": "pierre@kayou.io"
|
||||||
},
|
},
|
||||||
"previous_maintainers": [{
|
"previous_maintainers": [
|
||||||
"name": "Maniack Crudelis",
|
{
|
||||||
"email": "maniackc_dev@crudelis.fr"
|
"name": "Maniack Crudelis",
|
||||||
}],
|
"email": "maniackc_dev@crudelis.fr"
|
||||||
|
}
|
||||||
|
],
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 11.0.9"
|
"yunohost": ">= 11.0.9"
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
"nginx",
|
"nginx",
|
||||||
"php8.0-fpm",
|
"php8.0-fpm",
|
||||||
"mysql"
|
"mysql"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install": [
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain"
|
"type": "domain"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"example": "/blog",
|
"example": "/blog",
|
||||||
"default": "/blog"
|
"default": "/blog"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": true
|
"default": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "language",
|
"name": "language",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"ask": {
|
"ask": {
|
||||||
"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"],
|
"choices": [
|
||||||
"default": "en_US"
|
"en_US",
|
||||||
},
|
"fr_FR"
|
||||||
{
|
],
|
||||||
"name": "admin",
|
"default": "en_US"
|
||||||
"type": "user",
|
},
|
||||||
"ask": {
|
{
|
||||||
"en": "Choose the WordPress administrator (must be an existing YunoHost user)",
|
"name": "admin",
|
||||||
"fr": "Administrateur du site (doit être un utilisateur YunoHost existant)"
|
"type": "user",
|
||||||
}
|
"ask": {
|
||||||
},
|
"en": "Choose the WordPress administrator (must be an existing YunoHost user)",
|
||||||
{
|
"fr": "Administrateur du site (doit être un utilisateur YunoHost existant)"
|
||||||
"name": "multisite",
|
}
|
||||||
"type": "boolean",
|
},
|
||||||
"ask": {
|
{
|
||||||
"en": "Enable multisite option?",
|
"name": "multisite",
|
||||||
"fr": "Activer l'option multisite ?"
|
"type": "boolean",
|
||||||
},
|
"ask": {
|
||||||
"default": false
|
"en": "Enable multisite option?",
|
||||||
}
|
"fr": "Activer l'option multisite ?"
|
||||||
]
|
},
|
||||||
}
|
"default": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue