From d86efdde3b55f1765868475b521244c4005853e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=BC=E5=A5=A5?= <1988wangxiao@gmail.com> Date: Fri, 31 Jul 2015 15:07:53 +0800 Subject: [PATCH] =?UTF-8?q?[feature]=20=E5=8F=91=E5=B8=83=202.0.4=20?= =?UTF-8?q?=E7=9B=B8=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + bower.json | 2 +- changelog.md | 5 ++++- src/AV.push.js | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1735975..6b4f20c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ ## 官方新版本发布流程 * 修改代码中修改日期及版本号 +* 修改 bower.json 中的版本号 * 填写 changelog.md * Github 生成 release 包 * 发布到 bower diff --git a/bower.json b/bower.json index 47c7eb8..88a9078 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "leancloud-push.js", - "version": "2.0.0", + "version": "2.0.4", "homepage": "http://github.com/leancloud/js-push-sdk/", "authors": [ "WangXiao " diff --git a/changelog.md b/changelog.md index 57123b5..ac167d4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +# 2.0.4 +* 兼容 IE8、IE9,提供插件方式 + # 2.0.3 * 修正 where 参数无法发送的 bug * 支持美国节点 @@ -11,4 +14,4 @@ # 2.0.1 * 修改接口 channel 改为 subscribe -* 支持 bower 发布 \ No newline at end of file +* 支持 bower 发布 diff --git a/src/AV.push.js b/src/AV.push.js index 0a9c9e9..2c3720c 100644 --- a/src/AV.push.js +++ b/src/AV.push.js @@ -1,6 +1,6 @@ /** * @author wangxiao - * @date 2015-07-25 + * @date 2015-07-31 * * 每位工程师都有保持代码优雅的义务 * Each engineer has a duty to keep the code elegant @@ -9,7 +9,7 @@ void function(win) { // 当前版本 - var VERSION = '2.0.3'; + var VERSION = '2.0.4'; // 获取命名空间 var AV = win.AV || {};