From 04e76b93af5724fe23d19da2bc05e0f728398d43 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Mon, 21 Jan 2019 13:25:48 +0100 Subject: [PATCH] Update to wordpress 5.0.3 --- README.md | 2 +- conf/app.src | 4 ++-- manifest.json | 4 ++-- scripts/install | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cbda53b..2a817d7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to WordPress is open source software you can use to create a beautiful website, blog, or app. With this package, you can even activate the [multisite](https://codex.wordpress.org/Glossary#Multisite) option. -**Shipped version:** 4.8 +**Shipped version:** 5.0.3 ## Screenshots diff --git a/conf/app.src b/conf/app.src index 65d03a1..97a18a8 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://wordpress.org/wordpress-4.9.1.tar.gz -SOURCE_SUM=111ecbfc98633103e1fc1105c0c00c76 +SOURCE_URL=https://wordpress.org/wordpress-5.0.3.tar.gz +SOURCE_SUM=83bec78836aabac08f769d50f1bffe5d SOURCE_SUM_PRG=md5sum ARCH_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index c9b55f2..c5a59f6 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": "4.9.1~ynh1", + "version": "5.0.3~ynh1", "url": "https://wordpress.org/", "license": "GPL-2.0", "maintainer": { @@ -14,7 +14,7 @@ "email": "maniackc_dev@crudelis.fr" }, "requirements": { - "yunohost": ">= 2.7.2" + "yunohost": ">= 3.3.3" }, "multi_instance": true, "services": [ diff --git a/scripts/install b/scripts/install index e1d47bf..41f9534 100644 --- a/scripts/install +++ b/scripts/install @@ -171,7 +171,7 @@ $wpcli_alias plugin install wp-fail2ban #================================================= $wpcli_alias core language install $language -$wpcli_alias core language activate $language +$wpcli_alias site switch-language $language #================================================= # CONFIGURE MULTISITE