mirror of
https://github.com/YunoHost-Apps/dotclear2_ynh.git
synced 2024-09-03 18:26:29 +02:00
commit
1fed13b850
4 changed files with 8 additions and 8 deletions
|
@ -9,7 +9,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
|
|||
## Overview
|
||||
Dotclear is an open-source web publishing software.
|
||||
|
||||
**Shipped version:** 2.17.2
|
||||
**Shipped version:** 2.18
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SOURCE_URL=http://download.dotclear.org/latest/dotclear-2.17.2.tar.gz
|
||||
SOURCE_SUM=4247650007be7934f40924d09d519642
|
||||
SOURCE_SUM_PRG=md5sum
|
||||
SOURCE_URL=http://download.dotclear.org/latest/dotclear-2.18.tar.gz
|
||||
SOURCE_SUM=6a99672db2c20e392d776c680dc87d5bc66962e8307ecf81a63feb6c5d2f398a
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=2
|
||||
SOURCE_FILENAME=
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Blog publishing application",
|
||||
"fr": "Moteur de blog"
|
||||
},
|
||||
"version": "2.17.2~ynh1",
|
||||
"version": "2.18~ynh1",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"url": "https://dotclear.org/",
|
||||
"maintainer": {
|
||||
|
@ -54,7 +54,7 @@
|
|||
"ask": {
|
||||
"en": "Is it a public application ?"
|
||||
},
|
||||
"default": "true"
|
||||
"default": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
diff --git a/inc/core/class.dc.core.php b/inc/core/class.dc.core.php
|
||||
index 53f0262..c203a84 100644
|
||||
index 3d0c45d..98a70a6 100644
|
||||
--- a/inc/core/class.dc.core.php
|
||||
+++ b/inc/core/class.dc.core.php
|
||||
@@ -829,8 +829,8 @@ class dcCore
|
||||
@@ -839,8 +839,8 @@ class dcCore
|
||||
}
|
||||
|
||||
if ($cur->isField('user_pwd')) {
|
||||
|
|
Loading…
Reference in a new issue