upgrade version to 1.6.5

This commit is contained in:
jinyu 2015-12-14 23:48:27 +08:00
parent 22bb2ffde8
commit c1b6033ab3
14 changed files with 30 additions and 16 deletions

View File

@ -542,3 +542,8 @@
+ 添加缓存token时的前缀`wx`
+ 【特大注意】weixin4j.properties全部的属性名添加`weixin4j`前缀,并用`.`代替原来的`_`
* 2015-12-15
+ weixin4j-[mp|qy]:version upgrade to 1.6.5

View File

@ -26,19 +26,19 @@ weixin4j
如何获取
----------
###1.maven依赖
微信公众平台API(1.6.4,2015-12-10 released)
微信公众平台API(1.6.5,2015-12-15 released)
<dependency>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j-mp</artifactId>
<version>1.6.4</version>
<version>1.6.5</version>
</dependency>
微信企业号API(1.6.4,2015-12-10 released)
微信企业号API(1.6.5,2015-12-15 released)
<dependency>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j-qy</artifactId>
<version>1.6.4</version>
<version>1.6.5</version>
</dependency>
微信回调消息服务器(1.1.4,2015-12-08 released)

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j</artifactId>
<version>1.6.4</version>
<version>1.6.5</version>
<packaging>pom</packaging>
<name>weixin4j</name>
<url>https://github.com/foxinmy/weixin4j</url>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j</artifactId>
<version>1.6.4</version>
<version>1.6.5</version>
</parent>
<artifactId>weixin4j-base</artifactId>
<name>weixin4j-base</name>

View File

@ -521,5 +521,5 @@ public class WeixinPayProxy {
return pay3Api.authCode2openId(authCode);
}
public final static String VERSION = "1.6.4";
public final static String VERSION = "1.6.5";
}

View File

@ -175,3 +175,7 @@
+ version upgrade to 1.6.4
+ 【特大注意】weixin4j.properties全部的属性名添加`weixin4j`前缀,并用`.`代替原来的`_`
* 2015-12-15
+ version upgrade to 1.6.5

View File

@ -43,12 +43,12 @@ weixin4j-mp
如何使用
--------
0.maven依赖(1.6.4,2015-12-10 released)
0.maven依赖(1.6.5,2015-12-15 released)
<dependency>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j-mp</artifactId>
<version>1.6.4</version>
<version>1.6.5</version>
</dependency>
1.需新增或拷贝`weixin4j.properties`文件到项目的`classpath`

View File

@ -5,7 +5,7 @@
<parent>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j</artifactId>
<version>1.6.4</version>
<version>1.6.5</version>
</parent>
<artifactId>weixin4j-mp</artifactId>
<name>weixin4j-mp</name>

View File

@ -1364,5 +1364,5 @@ public class WeixinProxy {
return dataApi.datacube(datacubeType, date);
}
public final static String VERSION = "1.6.4";
public final static String VERSION = "1.6.5";
}

View File

@ -137,3 +137,8 @@
+ version upgrade to 1.6.4
+ 【特大注意】weixin4j.properties全部的属性名添加`weixin4j`前缀,并用`.`代替原来的`_`
* 2015-12-15
+ version upgrade to 1.6.5

View File

@ -37,12 +37,12 @@ weixin4j-qy
如何使用
--------
0.maven依赖(1.6.4,2015-12-10 released)
0.maven依赖(1.6.5,2015-12-15 released)
<dependency>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j-qy</artifactId>
<version>1.6.4</version>
<version>1.6.5</version>
</dependency>
1.需新增或拷贝`weixin4j.properties`文件到项目的`classpath`

View File

@ -5,7 +5,7 @@
<parent>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j</artifactId>
<version>1.6.4</version>
<version>1.6.5</version>
</parent>
<artifactId>weixin4j-qy</artifactId>
<name>weixin4j-qy</name>

View File

@ -1267,5 +1267,5 @@ public class WeixinProxy {
return chatApi.sendChatMessage(message);
}
public final static String VERSION = "1.6.4";
public final static String VERSION = "1.6.5";
}

View File

@ -91,5 +91,5 @@ public class WeixinSuiteProxy {
return this.suiteMap.get(suiteId);
}
public final static String VERSION = "1.6.4";
public final static String VERSION = "1.6.5";
}