Skip to content

Releases: Weebly/ghost-io-php

Authors list

16 Nov 22:07
a0e5613
Compare
Choose a tag to compare

Added the authors to the response when requesting the list of posts. On ghost.io docs you'll see this include=author is deprecated since Ghost 1.22.0. Please use include=authors.

Moving the authentication starting point

01 Mar 18:54
Compare
Choose a tag to compare

Now we don't authenticate the client as soon as we instantiate it, instead we get the token on the first request.

Multiple clients

01 Mar 00:06
Compare
Choose a tag to compare

There was a problem when working with multiple clients for the library. This is a fix to that issue.

plain text results on the post request

28 Nov 22:25
Compare
Choose a tag to compare

This is returned now by default. We need to add this options as part of the request parameters in a later version.

limits on getAll methods

28 Nov 17:56
Compare
Choose a tag to compare

Before this release there was no way to add a limit to the getAll queries, this was a problem when the amount of records returned by the api was greater than 15 (the default value). This way we can send 'all' to get everything or an integer value for the amount of records we want to get.

First release

11 Aug 18:37
Compare
Choose a tag to compare

This version includes the basic GET requests for posts, tags and users.
No filters or parameters (except for the fields filter) yet.