alter
Change-Id: Id417ff73fc192d5954c275990df48e710772ea83
This commit is contained in:
parent
58c585e7bb
commit
08f8c10589
2
pom.xml
2
pom.xml
@ -20,7 +20,7 @@
|
||||
<url>https://github.com/zhyea/wordpress-client</url>
|
||||
|
||||
<properties>
|
||||
<jackson.version>2.9.8</jackson.version>
|
||||
<jackson.version>2.10.2</jackson.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
|
@ -137,6 +137,10 @@ public class PostRequest extends Request {
|
||||
this.postDateGmt = postDateGmt;
|
||||
}
|
||||
|
||||
public void setPostDateGmt(long postTime) {
|
||||
this.setPostDateGmt(new Date(postTime));
|
||||
}
|
||||
|
||||
public String getPostFormat() {
|
||||
return postFormat;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user