From c7ef3aba0bd3b5128786be5247b07485b3e188e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=BC=E5=A5=A5?= <1988wangxiao@gmail.com> Date: Fri, 17 Apr 2015 22:34:05 +0800 Subject: [PATCH] =?UTF-8?q?[featuren]=202.0.4=20=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bower.json | 2 +- changelog.md | 3 +++ src/AV.realtime.js | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 2c0c0e1a5..cb596abab 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "leancloud-realtime.js", - "version": "2.0.3", + "version": "2.0.4", "homepage": "http://github.com/leancloud/js-realtime-sdk/", "authors": [ "WangXiao " diff --git a/changelog.md b/changelog.md index f2aaca1a9..9bf3ad39c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +# 2.0.4 +* 修正关闭 encodeHTML 时多媒体格式没有对 text 赋值 + # 2.0.3 * 提供兼容 IE8+ 低版本浏览器的插件方式 * 修改获取已有 conversation id 没有判断在服务器端是否存在 diff --git a/src/AV.realtime.js b/src/AV.realtime.js index 2fc751655..44181395c 100644 --- a/src/AV.realtime.js +++ b/src/AV.realtime.js @@ -1,6 +1,6 @@ /** * @author wangxiao - * @date 2015-04-16 + * @date 2015-04-17 * @homepage http://github.com/leancloud/js-realtime-sdk/ * * 每位工程师都有保持代码优雅的义务 @@ -10,7 +10,7 @@ void function(win) { // 当前版本 - var VERSION = '2.0.3'; + var VERSION = '2.0.4'; // 获取命名空间 var AV = win.AV || {};