diff --git a/README.md b/README.md index 0a1a67f..305ca3a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_fr.md b/README_fr.md index 71ca6b9..eb2b0f6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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 diff --git a/conf/app.src b/conf/app.src index 5b815df..e7d356f 100644 --- a/conf/app.src +++ b/conf/app.src @@ -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 diff --git a/manifest.json b/manifest.json index edf27f3..e2a86b0 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/scripts/install b/scripts/install index 55f9189..b976518 100644 --- a/scripts/install +++ b/scripts/install @@ -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 #=================================================