Skip to content

Releases: CloudPlayDev/confluence-php-client

v0.6.0

01 Mar 22:11
13a6305
Compare
Choose a tag to compare
  • new feature: retrieve search results with pagination
  • new feature: retrieve history
  • new feature: retrieve a page in an older version
  • updated documentation and tests

v0.5.0

02 Oct 09:36
Compare
Choose a tag to compare
  • Added test for PHP 8.2
  • Fixed issue with double slashes
  • Updated documentation

v0.4.0

25 Feb 08:29
ef75c2c
Compare
Choose a tag to compare
  • New feature: BasicAuth support

v0.3.0

24 Jun 21:08
Compare
Choose a tag to compare
  • refactored http client
  • better error handling
  • new feature: convert between different representations

v0.2.1

23 Jun 20:58
Compare
Choose a tag to compare

fixed create subpage function

v0.2.0

22 Jun 19:25
Compare
Choose a tag to compare

This version introduces support for comments and subpages.

v0.1.2

22 Jun 18:44
Compare
Choose a tag to compare
  • Option to get content children $client->content()->children()
  • Option to get content descendants $client->content()->descendants()
  • Page comments can also be retrieved $client->content()->children($page, Content::CONTENT_TYPE_COMMENT)
  • The complete body is now retrieved as default

PSR7

22 Jun 16:48
Compare
Choose a tag to compare

With this release, the library has been completely revised.
All PSR-7 compatible HttpClients can now be used.

Initial release

22 Jun 09:10
Compare
Choose a tag to compare

Included functions in this version:

  • Login via username and password
  • Login via token (PAT)
  • Search for pages
  • Change the content of the pages