From c7b8716cb052c99d0abb2c2cb1f587a29d59fba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 6 Sep 2022 21:09:20 +0200 Subject: [PATCH 1/5] 6.0.2 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 5b815df..a5634d1 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -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_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index edf27f3..507daa0 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", From 020bed5c1938f34312d037e05e6b4a34adbc0b7c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 6 Sep 2022 19:09:31 +0000 Subject: [PATCH 2/5] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 From 291a494497962737dce1a0e3142362b75f25a6e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 6 Sep 2022 21:12:54 +0200 Subject: [PATCH 3/5] Update manifest.json --- manifest.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 507daa0..e2a86b0 100644 --- a/manifest.json +++ b/manifest.json @@ -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", From fe113522d3188ead9f28803837abd67213fe961a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 6 Sep 2022 21:15:53 +0200 Subject: [PATCH 4/5] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #================================================= From 9655bda02e88d7365cf3eed0ee88e083040460b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 6 Sep 2022 21:57:30 +0200 Subject: [PATCH 5/5] Update app.src --- conf/app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/app.src b/conf/app.src index a5634d1..e7d356f 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,7 +1,7 @@ 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