We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924bc5a commit bc96a2cCopy full SHA for bc96a2c
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.5.2] - 2020-06-16
4
+
5
+* Fixed printing null or empty values (#8)
6
+* Fixed warnings found by code analysis (PR #8)
7
+* Improve code documentation (PR #6)
8
9
## [0.3.7] - 2020-03-19
10
11
* Rename all DomainRobot string to Domainrobot
composer.json
@@ -1,6 +1,6 @@
{
"name": "internetx/php-domainrobot-sdk",
- "version": "0.5.1",
+ "version": "0.5.2",
"description": "A php package for easy integration of the domainrobot API powered by InterNetX GmbH.",
"type": "library",
"license": "MIT",
@@ -13,4 +13,4 @@
13
"require": {
14
"guzzlehttp/guzzle": "~6.0"
15
}
16
-}
+}
0 commit comments