ericgaspar
5 years ago
No known key found for this signature in database
GPG Key ID: 574F281483054D44
6 changed files with
13 additions and
9 deletions
-
CHANGELOG.md
-
README.md
-
README_fr.md
-
check_process
-
conf/app.src
-
manifest.json
|
|
|
@ -4,6 +4,12 @@ Changelog |
|
|
|
## Unreleased |
|
|
|
- Nothing for now... |
|
|
|
|
|
|
|
## [5.6~ynh1]() |
|
|
|
|
|
|
|
#### Changed |
|
|
|
* [Update to 5.6]() |
|
|
|
|
|
|
|
|
|
|
|
## [5.5.0~ynh1](https://github.com/YunoHost-Apps/wordpress_ynh/pull/108) - 2020-08-15 |
|
|
|
|
|
|
|
#### Fixed |
|
|
|
|
|
|
|
@ -12,7 +12,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:** 5.5.3 |
|
|
|
**Shipped version:** 5.6 |
|
|
|
|
|
|
|
## Screenshots |
|
|
|
|
|
|
|
|
|
|
|
@ -12,7 +12,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install |
|
|
|
WordPress est un logiciel libre que vous pouvez utiliser pour créer un site ou un blog. |
|
|
|
Avec ce package, vous pouvez même activer l'option [multisite](https://codex.wordpress.org/Glossary#Multisite). |
|
|
|
|
|
|
|
**Version incluse :** 5.5.3 |
|
|
|
**Version incluse :** 5.6 |
|
|
|
|
|
|
|
## Captures d'écran |
|
|
|
|
|
|
|
|
|
|
|
@ -48,8 +48,6 @@ |
|
|
|
upgrade=1 |
|
|
|
backup_restore=1 |
|
|
|
multi_instance=1 |
|
|
|
;;; Levels |
|
|
|
Level 5=auto |
|
|
|
;;; Options |
|
|
|
Email= |
|
|
|
Notification=change |
|
|
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
SOURCE_URL=https://wordpress.org/wordpress-5.5.3.tar.gz |
|
|
|
SOURCE_SUM=c9220f0d5c9c593412da6c0193e43d94 |
|
|
|
SOURCE_SUM_PRG=md5sum |
|
|
|
SOURCE_URL=https://wordpress.org/wordpress-5.6.tar.gz |
|
|
|
SOURCE_SUM=47f466f375557bd4e3e1fff69b1ccbe29053423736b1af8f3dbf9d38c4c5fcd3 |
|
|
|
SOURCE_SUM_PRG=sha256sum |
|
|
|
ARCH_FORMAT=tar.gz |
|
|
|
SOURCE_IN_SUBDIR=true |
|
|
|
SOURCE_FILENAME= |
|
|
|
@ -6,7 +6,7 @@ |
|
|
|
"en": "Create a beautiful blog or website easily", |
|
|
|
"fr": "Logiciel de création de blog ou de site Web" |
|
|
|
}, |
|
|
|
"version": "5.5.3~ynh1", |
|
|
|
"version": "5.6~ynh1", |
|
|
|
"url": "https://wordpress.org/", |
|
|
|
"license": "GPL-2.0", |
|
|
|
"maintainer": { |
|
|
|
@ -18,7 +18,7 @@ |
|
|
|
"email": "maniackc_dev@crudelis.fr" |
|
|
|
}], |
|
|
|
"requirements": { |
|
|
|
"yunohost": ">= 3.8.1" |
|
|
|
"yunohost": ">= 4.0.0" |
|
|
|
}, |
|
|
|
"multi_instance": true, |
|
|
|
"services": [ |
|
|
|
|