From 733ef1cc5d3249933a2b5b1e782dc141b55d4ebf Mon Sep 17 00:00:00 2001 From: Nicolas Quiniou-Briand Date: Thu, 4 Jun 2020 10:33:25 +0200 Subject: [PATCH 1/3] Update link to hardening Wordpress guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e0b80e..e203a59 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Some vulnerabilities might let an attacker breach into your wordpress, or even y Don't forget to comply with good security principles (strong password, frequent updates, don't add unknow code in your theme/extensions…). In particular, *please keep your wordpress as up-to-date as possible*. -Furthermore, you might take a look at this guide: https://codex.wordpress.org/Hardening_WordPress. You might see some benefits in the use of wordpress security plugins. +Furthermore, you might take a look at the [Hardening Wordpress Guide](https://codex.wordpress.org/Hardening_WordPress). You might see some benefits in the use of wordpress security plugins. ## Links From 17618fb705478532d0dda0c71dfdbf1c527ac500 Mon Sep 17 00:00:00 2001 From: Nicolas Quiniou-Briand Date: Mon, 6 Jul 2020 07:43:14 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e203a59..45b08aa 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Some vulnerabilities might let an attacker breach into your wordpress, or even y Don't forget to comply with good security principles (strong password, frequent updates, don't add unknow code in your theme/extensions…). In particular, *please keep your wordpress as up-to-date as possible*. -Furthermore, you might take a look at the [Hardening Wordpress Guide](https://codex.wordpress.org/Hardening_WordPress). You might see some benefits in the use of wordpress security plugins. +Furthermore, you might take a look at the [Hardening Wordpress Guide](https://wordpress.org/support/article/hardening-wordpress/). You might see some benefits in the use of wordpress security plugins. ## Links From 945f0f7410e357dc197f2df3aa5380b892c243ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 6 Jul 2020 14:49:46 +0200 Subject: [PATCH 3/3] Update manifest.json typo --- manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index cff974d..60103c9 100644 --- a/manifest.json +++ b/manifest.json @@ -70,7 +70,7 @@ "name": "multisite", "type": "boolean", "ask": { - "en": "Enable multisite option ?", + "en": "Enable multisite option?", "fr": "Activer l'option multisite ?" }, "default": false @@ -79,13 +79,13 @@ "name": "is_public", "type": "boolean", "ask": { - "en": "Is it a public WordPress site ?", + "en": "Is it a public WordPress site?", "fr": "Est-ce un site public ?" }, "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." + "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." } } ]