mirror of
https://github.com/YunoHost-Apps/wordpress_ynh.git
synced 2024-09-03 20:36:10 +02:00
Merge pull request #187 from YunoHost-Apps/testing
This commit is contained in:
commit
28237e3280
5 changed files with 8 additions and 12 deletions
|
@ -19,7 +19,7 @@ WordPress is open source software you can use to create a beautiful website, blo
|
|||
With this package, you can even activate the [multisite](https://wordpress.org/support/article/glossary/#multisite) option.
|
||||
|
||||
|
||||
**Shipped version:** 6.0.1~ynh1
|
||||
**Shipped version:** 6.0.2~ynh1
|
||||
|
||||
|
||||
## Screenshots
|
||||
|
|
|
@ -19,7 +19,7 @@ WordPress est un logiciel libre que vous pouvez utiliser pour créer un site ou
|
|||
Avec ce package, vous pouvez même activer l'option [multisite](https://codex.wordpress.org/Glossary#Multisite).
|
||||
|
||||
|
||||
**Version incluse :** 6.0.1~ynh1
|
||||
**Version incluse :** 6.0.2~ynh1
|
||||
|
||||
|
||||
## Captures d'écran
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SOURCE_URL=https://wordpress.org/wordpress-6.0.1.tar.gz
|
||||
SOURCE_SUM=f678596804aa89d7cdc9280862938464eab25aeaebfefa91ae175e15aa3ef054
|
||||
SOURCE_URL=https://wordpress.org/wordpress-6.0.2.tar.gz
|
||||
SOURCE_SUM=506e45625268c01cbbd432478280c4d7f948227769d2ac75c8594321e315d0e8
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
ARCH_FORMAT=tar.gz
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=
|
||||
SOURCE_EXTRACT=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Create a beautiful blog or website easily",
|
||||
"fr": "Logiciel de création de blog ou de site Web"
|
||||
},
|
||||
"version": "6.0.1~ynh1",
|
||||
"version": "6.0.2~ynh1",
|
||||
"url": "https://wordpress.org/",
|
||||
"upstream": {
|
||||
"license": "GPL-2.0",
|
||||
|
@ -48,11 +48,7 @@
|
|||
{
|
||||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"help": {
|
||||
"en": "A public WordPress will be publicly visible for everyone. If you're looking for a public blog, you should choose to install a public WordPress.",
|
||||
"fr": "Un WordPress public sera visible publiquement pour tous. Si vous recherchez un blog public, vous devriez choisir d'installer un WordPress public."
|
||||
}
|
||||
"default": true
|
||||
},
|
||||
{
|
||||
"name": "language",
|
||||
|
|
|
@ -41,7 +41,7 @@ test ! -e "$final_path" || ynh_die --message="This path already contains a folde
|
|||
ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url
|
||||
|
||||
if [ "$path_url" == "/" ] && [ $multisite -eq 1 ]; then
|
||||
ynh_die --message="Multisite option of wordpress doesn't work at the root of a domain."
|
||||
ynh_die --message="Multisite option of WordPress doesn't work at the root of a domain."
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue