release 20180101

This commit is contained in:
Comsenz 2017-12-28 14:42:28 +08:00
parent 5785043780
commit 3c3c689db9
2 changed files with 19 additions and 7 deletions

View File

@ -1,14 +1,26 @@
+======================================+
Discuz! X3.4 Release 20180101
+======================================+
增加 HTML版头像上传机制
优化 Media改成扩展形式
+======================================+
Discuz! X3.4 Release 20171001
+======================================+
优化 去除云平台
增加 新触屏版(本地化微社区前端)
+======================================+
Discuz! X3.3 Release 20170401
+======================================+
兼容 PHP7
优化 SQL查询
修复 安全问题
优化 优化缓存机制改为扩展形式,可自由扩展
新增 APCu、Yac、文件缓存文件缓存默认开启
兼容 PHP7
优化 SQL查询
修复 安全问题
优化 优化缓存机制改为扩展形式,可自由扩展
新增 APCu、Yac、文件缓存文件缓存默认开启
+--------------------------------------+
往日版本( Old Version )
往日版本( Old Version )
+--------------------------------------+
Discuz! X1 Beta Release 20100501
Discuz! X1 Release 20100518

View File

@ -13,7 +13,7 @@ if(!defined('IN_DISCUZ')) {
if(!defined('DISCUZ_VERSION')) {
define('DISCUZ_VERSION', 'X3.4');
define('DISCUZ_RELEASE', '20171001');
define('DISCUZ_RELEASE', '20180101');
define('DISCUZ_FIXBUG', '34000000');
}