Browse Source

Upgrade to v.5.6

pull/115/head
ericgaspar 5 years ago
parent
commit
2d72bf87c3
No known key found for this signature in database GPG Key ID: 574F281483054D44
  1. 6
      CHANGELOG.md
  2. 2
      README.md
  3. 2
      README_fr.md
  4. 2
      check_process
  5. 6
      conf/app.src
  6. 4
      manifest.json

6
CHANGELOG.md

@ -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

2
README.md

@ -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

2
README_fr.md

@ -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

2
check_process

@ -48,8 +48,6 @@
upgrade=1
backup_restore=1
multi_instance=1
;;; Levels
Level 5=auto
;;; Options
Email=
Notification=change

6
conf/app.src

@ -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=

4
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": "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": [

Loading…
Cancel
Save