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/8] 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 2ce1c09c50c42205f33a302804bfba17a0af34e8 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Sat, 20 Jun 2020 17:56:58 +0200 Subject: [PATCH 2/8] Give up maintenance... https://github.com/YunoHost/apps/commit/60d3fbcf03a6a07d100dd2f4af0732a25cb83c8a --- manifest.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 7e1b488..ba9e835 100644 --- a/manifest.json +++ b/manifest.json @@ -10,9 +10,13 @@ "url": "https://wordpress.org/", "license": "GPL-2.0", "maintainer": { + "name": "None...", + "email": "" + }, + "previous_maintainers": [{ "name": "Maniack Crudelis", "email": "maniackc_dev@crudelis.fr" - }, + }], "requirements": { "yunohost": ">= 3.6" }, From fdeb7d1bb1cb62b17ac1b4b84547c9645f5f1e1e Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 22 Jun 2020 22:53:35 +0200 Subject: [PATCH 3/8] Update check_process --- check_process | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/check_process b/check_process index 337ce41..52cc3bf 100644 --- a/check_process +++ b/check_process @@ -25,7 +25,7 @@ setup_private=1 setup_public=1 upgrade=1 - upgrade=1 from_commit=cbb74263e33deb0ec36f99886a2f773e36d40fd9 + upgrade=1 from_commit=00a1a6e7dd5c814f5084c11c2810f886a32bdf61 backup_restore=1 multi_instance=1 port_already_use=0 @@ -54,6 +54,6 @@ Email= Notification=change ;;; Upgrade options - ; commit=cbb74263e33deb0ec36f99886a2f773e36d40fd9 - name=Upgrade 4.8 + ; commit=00a1a6e7dd5c814f5084c11c2810f886a32bdf61 + name=Upgrade 5.3.2 manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr_FR&multisite=0&is_public=1& From 46afdd7cda1cfb6c4dd6a861b77bcd00392ac397 Mon Sep 17 00:00:00 2001 From: Kayou Date: Tue, 23 Jun 2020 12:19:16 +0200 Subject: [PATCH 4/8] Taking maintenance --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index ba9e835..cff974d 100644 --- a/manifest.json +++ b/manifest.json @@ -10,8 +10,8 @@ "url": "https://wordpress.org/", "license": "GPL-2.0", "maintainer": { - "name": "None...", - "email": "" + "name": "kay0u", + "email": "pierre@kayou.io" }, "previous_maintainers": [{ "name": "Maniack Crudelis", From 0eca3f11f2a74970638d626aeb02e2b3680b897c Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 24 Jun 2020 02:41:45 +0200 Subject: [PATCH 5/8] Update check_process Co-authored-by: Kayou --- check_process | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_process b/check_process index 52cc3bf..ba54d2f 100644 --- a/check_process +++ b/check_process @@ -55,5 +55,5 @@ Email= Notification=change ;;; Upgrade options ; commit=00a1a6e7dd5c814f5084c11c2810f886a32bdf61 - name=Upgrade 5.3.2 + name=Upgrade 5.4 manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr_FR&multisite=0&is_public=1& From 17618fb705478532d0dda0c71dfdbf1c527ac500 Mon Sep 17 00:00:00 2001 From: Nicolas Quiniou-Briand Date: Mon, 6 Jul 2020 07:43:14 +0200 Subject: [PATCH 6/8] 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 7/8] 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." } } ] From 537832bb1d18c2dd950610b667e0b71ed8c5fcaa 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:53:29 +0200 Subject: [PATCH 8/8] Update README.md Typos --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 5e0b80e..41160d4 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# Wordpress for YunoHost +# WordPress for YunoHost [![Integration level](https://dash.yunohost.org/integration/wordpress.svg)](https://dash.yunohost.org/appci/app/wordpress) ![](https://ci-apps.yunohost.org/ci/badges/wordpress.status.svg) [![](https://ci-apps.yunohost.org/ci/badges/wordpress.maintain.svg)](https://github.com/YunoHost/Apps/#what-to-do-if-i-cant-maintain-my-app-anymore-) -[![Install Wordpress with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=wordpress) +[![Install WordPress with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=wordpress) -> *This package allow you to install wordpress quickly and simply on a YunoHost server. +> *This package allow you to install WordPress quickly and simply on a YunoHost server. If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.* ## Overview @@ -18,7 +18,7 @@ With this package, you can even activate the [multisite](https://codex.wordpress ## Configuration -Use the admin panel of your wordpress to configure this app. +Use the admin panel of your WordPress to configure this app. ## Documentation @@ -39,29 +39,29 @@ Supported, with LDAP and SSO. #### Supported architectures -* x86-64b - [![](https://ci-apps.yunohost.org/ci/logs/wordpress%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/wordpress/) +* x86-64 - [![](https://ci-apps.yunohost.org/ci/logs/wordpress%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/wordpress/) * ARMv8-A - [![](https://ci-apps-arm.yunohost.org/ci/logs/wordpress%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/wordpress/) * Buster x86-64b - [![](https://ci-buster.nohost.me/ci/logs/wordpress%20%28Apps%29.svg)](https://ci-buster.nohost.me/ci/apps/wordpress/) ## Limitations * Multisite only available on subdirectories. -* As the automatic update plugin isn't working as expected, pay attention to keep your wordpress up to date from the wordpress admin panel, and not only from yunohost admin panel. For security reason, you should control that all updates are regularly applied in wordpress admin panel as well as in yunohost admin panel. +* As the automatic update plugin isn't working as expected, pay attention to keep your WordPress up to date from the WordPress admin panel, and not only from YunoHost admin panel. For security reason, you should control that all updates are regularly applied in WordPress admin panel as well as in YunoHost admin panel. **Security** -Please be aware that Wordpress is known for being frequently a source of security risks (https://en.wikipedia.org/wiki/WordPress#Vulnerabilities), and also as the most popular website management system it is a target for bots and attackers. -Some vulnerabilities might let an attacker breach into your wordpress, or even your Yunohost server (via privilege escalation). +Please be aware that WordPress is known for being frequently a source of security risks (https://en.wikipedia.org/wiki/WordPress#Vulnerabilities), and also as the most popular website management system it is a target for bots and attackers. +Some vulnerabilities might let an attacker breach into your WordPress, or even your YunoHost server (via privilege escalation). -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*. +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 this guide: https://codex.wordpress.org/Hardening_WordPress. You might see some benefits in the use of WordPress security plugins. ## Links * Report a bug: https://github.com/YunoHost-Apps/wordpress_ynh/issues - * Wordpress website: https://wordpress.org/ - * Wordpress repository: https://core.trac.wordpress.org/browser + * WordPress website: https://wordpress.org/ + * WordPress repository: https://core.trac.wordpress.org/browser https://build.trac.wordpress.org/browser * YunoHost website: https://yunohost.org/