Skip to content

Releases: Exploriment/hcloud-php

v1.1.3

23 Apr 22:50

Choose a tag to compare

  • [Bugfix] composer.json fix

v1.1.2

23 Apr 22:46

Choose a tag to compare

  • [Bugfix] ActionPasswordReset will now return the proper response as documented in the wiki

v1.1.1

03 Apr 08:13

Choose a tag to compare

  • [Enhancement] $server->getPublicNet() now returns all data.
  • [Enhancement] Added ->toArray() to all objects.

v1.1.0

02 Apr 12:30

Choose a tag to compare

  • [Feature] Added Servers::changeProtection
  • [Feature] Added Servers::RequestConsole
  • [Update] Updated the Servers::changeDnsPtr to reflect the changes made in the latest API version. Issue #3
  • [Bugfix] Objects ImageCreation was extending the Action object instead of the BaseObject

v1.0.3

02 Apr 08:08

Choose a tag to compare

  • [Bugfix] Fixed root must be an object. Issue #2

v1.0.2

28 Mar 11:29

Choose a tag to compare

  • [Bugfix] When creating an image the response returned in the ImageCreation class is no longer null. Similar to issue #1.

v1.0.1

28 Mar 11:09

Choose a tag to compare

  • [Bugfix] Renamed Object class to BaseObject to fix the 'Cannot use 'Object' as class name as it is reserved' error in PHP 7.2+
  • [Bugfix] When creating a server the response returned in the ServerCreation class is no longer null. Issue #1

v1.0.0

04 Feb 19:39

Choose a tag to compare

Initial release