diff --git a/README.md b/README.md index 2cae66f..a999452 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 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) @@ -20,7 +20,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 @@ -41,29 +41,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 the [Hardening Wordpress Guide](https://wordpress.org/support/article/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/ diff --git a/check_process b/check_process index 337ce41..ba54d2f 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.4 manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr_FR&multisite=0&is_public=1& diff --git a/manifest.json b/manifest.json index 7e1b488..60103c9 100644 --- a/manifest.json +++ b/manifest.json @@ -10,9 +10,13 @@ "url": "https://wordpress.org/", "license": "GPL-2.0", "maintainer": { + "name": "kay0u", + "email": "pierre@kayou.io" + }, + "previous_maintainers": [{ "name": "Maniack Crudelis", "email": "maniackc_dev@crudelis.fr" - }, + }], "requirements": { "yunohost": ">= 3.6" }, @@ -66,7 +70,7 @@ "name": "multisite", "type": "boolean", "ask": { - "en": "Enable multisite option ?", + "en": "Enable multisite option?", "fr": "Activer l'option multisite ?" }, "default": false @@ -75,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." } } ]