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