version upgrade to 1.7.8

This commit is contained in:
jinyu 2017-08-25 20:05:52 +08:00
parent 75dfc912f4
commit fa2bef41fd
15 changed files with 35 additions and 17 deletions

View File

@ -798,4 +798,8 @@
* 2017-06-23 * 2017-06-23
+ version upgrade to 1.7.7 + version upgrade to 1.7.7
* 2017-08-25
+ version upgrade to 1.7.8

View File

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

View File

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

View File

@ -864,5 +864,5 @@ public class WeixinPayProxy {
return customsApi.queryCustomsOrder(idQuery, customsCity); return customsApi.queryCustomsOrder(idQuery, customsCity);
} }
public final static String VERSION = "1.7.7"; public final static String VERSION = "1.7.8";
} }

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.foxinmy</groupId> <groupId>com.foxinmy</groupId>
<artifactId>weixin4j</artifactId> <artifactId>weixin4j</artifactId>
<version>1.7.7</version> <version>1.7.8</version>
</parent> </parent>
<packaging>war</packaging> <packaging>war</packaging>
<artifactId>weixin4j-example</artifactId> <artifactId>weixin4j-example</artifactId>
@ -48,13 +48,13 @@
<dependency> <dependency>
<groupId>com.foxinmy</groupId> <groupId>com.foxinmy</groupId>
<artifactId>weixin4j-mp</artifactId> <artifactId>weixin4j-mp</artifactId>
<version>1.7.7</version> <version>1.7.8</version>
</dependency> </dependency>
<!-- 微信企业号 --> <!-- 微信企业号 -->
<dependency> <dependency>
<groupId>com.foxinmy</groupId> <groupId>com.foxinmy</groupId>
<artifactId>weixin4j-qy</artifactId> <artifactId>weixin4j-qy</artifactId>
<version>1.7.7</version> <version>1.7.8</version>
</dependency> </dependency>
<!-- 微信被动消息(回调模式) --> <!-- 微信被动消息(回调模式) -->
<dependency> <dependency>

View File

@ -282,4 +282,12 @@
* 2017-06-23 * 2017-06-23
+ version upgrade to 1.7.7 + version upgrade to 1.7.7
* 2017-08-25
+ 新增字符串临时二维码
+ 第三方开放平台调整
+ version upgrade to 1.7.8

View File

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

View File

@ -212,5 +212,5 @@ public class WeixinComponentProxy {
component(componentId).getTokenManager()); component(componentId).getTokenManager());
} }
public final static String VERSION = "1.7.7"; public final static String VERSION = "1.7.8";
} }

View File

@ -2202,5 +2202,5 @@ public class WeixinProxy {
return commentApi.deleteCommentReply(msgid, index, commentId); return commentApi.deleteCommentReply(msgid, index, commentId);
} }
public final static String VERSION = "1.7.7"; public final static String VERSION = "1.7.8";
} }

View File

@ -219,4 +219,10 @@
* 2017-06-23 * 2017-06-23
+ version upgrade to 1.7.7 + version upgrade to 1.7.7
* 2017-08-25
+ 企业号调整为企业微信
+ version upgrade to 1.7.8

View File

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

View File

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

View File

@ -280,5 +280,5 @@ public class WeixinSuiteProxy {
suite(suiteId).getTokenManager()); suite(suiteId).getTokenManager());
} }
public final static String VERSION = "1.7.7"; public final static String VERSION = "1.7.8";
} }

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.foxinmy</groupId> <groupId>com.foxinmy</groupId>
<artifactId>weixin4j</artifactId> <artifactId>weixin4j</artifactId>
<version>1.7.7</version> <version>1.7.8</version>
</parent> </parent>
<artifactId>weixin4j-server</artifactId> <artifactId>weixin4j-server</artifactId>
<version>1.1.8</version> <version>1.1.8</version>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.foxinmy</groupId> <groupId>com.foxinmy</groupId>
<artifactId>weixin4j</artifactId> <artifactId>weixin4j</artifactId>
<version>1.7.7</version> <version>1.7.8</version>
</parent> </parent>
<artifactId>weixin4j-serverX</artifactId> <artifactId>weixin4j-serverX</artifactId>
<version>0.0.1</version> <version>0.0.1</version>