0.9
After a couple of months I'm happy to announce a new release of this library. In short, this is a "boring" maintenance release with some minor improvements and some fixes. From the changelog:
Note: Support for PHP 5.6 is finally dropped. Version 7.0 is deprecated. Support will be dropped in a further release. Please upgrade to at least version 7.1. Version 7.3 is recommended.
Added
CMDBStatus
: Provide API calls for namespacecmdb.status
- Provide cURL error code in case of connection problems
- Check for errors when initiating cURL
- Add virtual category constant
C__CATG__DATABASE_FOLDER
which will be blacklisted by some methods - Run environment in a Docker container
Changed
- Drop support for PHP version 5.6
- Mark PHP version 7.0 as deprecated
- Recommend PHP 7.3
- Declare strict types
Fixed
CMDBLocationTree::readRecursively()
: Make method really recursively (contribution by @Pta42)