Browse Source

Update to wordpress 5.0.3

pull/55/head
Maniack Crudelis 7 years ago
parent
commit
04e76b93af
  1. 2
      README.md
  2. 4
      conf/app.src
  3. 4
      manifest.json
  4. 2
      scripts/install

2
README.md

@ -10,7 +10,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. 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. With this package, you can even activate the [multisite](https://codex.wordpress.org/Glossary#Multisite) option.
**Shipped version:** 4.8
**Shipped version:** 5.0.3
## Screenshots ## Screenshots

4
conf/app.src

@ -1,5 +1,5 @@
SOURCE_URL=https://wordpress.org/wordpress-4.9.1.tar.gz
SOURCE_SUM=111ecbfc98633103e1fc1105c0c00c76
SOURCE_URL=https://wordpress.org/wordpress-5.0.3.tar.gz
SOURCE_SUM=83bec78836aabac08f769d50f1bffe5d
SOURCE_SUM_PRG=md5sum SOURCE_SUM_PRG=md5sum
ARCH_FORMAT=tar.gz ARCH_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

4
manifest.json

@ -6,7 +6,7 @@
"en": "Create a beautiful blog or website easily", "en": "Create a beautiful blog or website easily",
"fr": "Logiciel de création de blog ou de site Web" "fr": "Logiciel de création de blog ou de site Web"
}, },
"version": "4.9.1~ynh1",
"version": "5.0.3~ynh1",
"url": "https://wordpress.org/", "url": "https://wordpress.org/",
"license": "GPL-2.0", "license": "GPL-2.0",
"maintainer": { "maintainer": {
@ -14,7 +14,7 @@
"email": "maniackc_dev@crudelis.fr" "email": "maniackc_dev@crudelis.fr"
}, },
"requirements": { "requirements": {
"yunohost": ">= 2.7.2"
"yunohost": ">= 3.3.3"
}, },
"multi_instance": true, "multi_instance": true,
"services": [ "services": [

2
scripts/install

@ -171,7 +171,7 @@ $wpcli_alias plugin install wp-fail2ban
#================================================= #=================================================
$wpcli_alias core language install $language $wpcli_alias core language install $language
$wpcli_alias core language activate $language
$wpcli_alias site switch-language $language
#================================================= #=================================================
# CONFIGURE MULTISITE # CONFIGURE MULTISITE

Loading…
Cancel
Save