mirror of
https://github.com/YunoHost-Apps/dotclear2_ynh.git
synced 2024-09-03 18:26:29 +02:00
Merge pull request #46 from YunoHost-Apps/ci-auto-update-v2.21.1
Upgrade to version 2.21.1
This commit is contained in:
commit
727ec7ffd5
3 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
SOURCE_URL=http://download.dotclear.org/latest/dotclear-2.20.1.zip
|
||||
SOURCE_SUM=fdd919ac1d1499987bb6707a585f9e5eae34d3cdf9f62db9852ea9cd6f8e17a9
|
||||
SOURCE_URL=http://download.dotclear.org/latest/dotclear-2.21.1.tar.gz
|
||||
SOURCE_SUM=a48c7332bc31d32a6a8d8339bc74199497b9a8b9824c98e06c6aa1cffff0c7dc
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=2
|
||||
SOURCE_FILENAME=
|
||||
SOURCE_EXTRACT=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Blog publishing application",
|
||||
"fr": "Moteur de blog"
|
||||
},
|
||||
"version": "2.20.1~ynh2",
|
||||
"version": "2.21.1~ynh1",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"url": "https://dotclear.org/",
|
||||
"upstream": {
|
||||
|
@ -21,7 +21,7 @@
|
|||
"email": "pierre@kayou.io"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.3.2"
|
||||
"yunohost": ">= 11.0.0"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
|
@ -30,7 +30,7 @@
|
|||
"mysql"
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
"install": [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
diff --git a/inc/core/class.dc.core.php b/inc/core/class.dc.core.php
|
||||
index 3d0c45d..98a70a6 100644
|
||||
index e9c0ac2..0c6f2e5 100644
|
||||
--- a/inc/core/class.dc.core.php
|
||||
+++ b/inc/core/class.dc.core.php
|
||||
@@ -839,8 +839,8 @@ class dcCore
|
||||
@@ -941,8 +941,8 @@ class dcCore
|
||||
}
|
||||
|
||||
if ($cur->isField('user_pwd')) {
|
||||
|
|
Loading…
Reference in a new issue