Skip to content

Releases: letrunghieu/wordpress-xmlrpc-client

v2.6.0

03 Dec 14:14
4eced38
Compare
Choose a tag to compare
Merge pull request #47 from Abdukhaligov/master

Add optional parameter for post (post_type)

v2.5.0

04 Feb 08:17
Compare
Choose a tag to compare
  • Update the library to work with PHP 7 (fix #26, #25)
  • Change the visibility of private members and methods to protected (fix #18, #21, #22)
  • Remove the limitation of callbacks (fix #11)

From this version, when you need to send a DateTime object to the XML-RPC server, replace it by the return value of $client->createXMLRPCDateTime($yourObj). The DateTime objects is not automatically parsed any more.

v2.4.0

25 Aug 04:45
Compare
Choose a tag to compare
  • Remove other dependencies in production release
  • Support callbacks
  • Support changing endpoint and credentials
  • Support using custom User Agent

Readmore at http://letrunghieu.github.io/wordpress-xmlrpc-client/

v2.3.0

20 Jun 11:06
Compare
Choose a tag to compare
  • Add two missing optional arguments into the uploadFile function.
  • Add standalone zip file that can be use directly without composer. Just include the vendor/autoload.php from the extracted folder.

v2.2.1

20 Jun 08:53
Compare
Choose a tag to compare
  • Use semantic versioning
  • Fix #2 and allow DateTime object to be parsed exactly to datetime.iso8601 XML-RPC type
  • Add asserts to test this behavior.

v2.2

15 May 17:23
Compare
Choose a tag to compare
  • (#1) Support proxy
  • Support HTTP authentication

See the updated API doc

v2.1

09 May 05:09
Compare
Choose a tag to compare
  • Change the transportation method from file to using curl, fallback if curl extension is not available.
  • Remove respond header when logging.

v2.0

18 Apr 07:38
Compare
Choose a tag to compare

Updates:

  • Fully support the XML-RPC Wordpress API
  • Full test suite built in
  • Allow testint with a custom endpoint
  • Throw exceptions instead of return false

v1.0

11 Apr 03:36
Compare
Choose a tag to compare

The first stable version with documentation.