Releases: CloudPlayDev/confluence-php-client
Releases · CloudPlayDev/confluence-php-client
v0.6.0
01 Mar 22:11
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Added test for PHP 8.2
Fixed issue with double slashes
Updated documentation
v0.4.0
25 Feb 08:29
Compare
Sorry, something went wrong.
No results found
New feature: BasicAuth support
v0.3.0
24 Jun 21:08
Compare
Sorry, something went wrong.
No results found
refactored http client
better error handling
new feature: convert between different representations
v0.2.1
23 Jun 20:58
Compare
Sorry, something went wrong.
No results found
fixed create subpage function
v0.2.0
22 Jun 19:25
Compare
Sorry, something went wrong.
No results found
This version introduces support for comments and subpages.
v0.1.2
22 Jun 18:44
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Included functions in this version:
Login via username and password
Login via token (PAT)
Search for pages
Change the content of the pages