2.0.0-alpha6
Pre-release
Pre-release
- idProperty() on entity objects is a static method from now.
- Setters on entities now accepts variable lengths arguments instead of an array. This way we can leverage PHP's built-in type check on these methods as well.
- Developer and company entities extends and implements one new parent class and interface: AppOwner and AppOwnerInterface.
- Refactored management API tests.
- New environment variable: APIGEE_EDGE_PHP_CLIENT_API_CLIENT. See README.md Unit Tests section for more information.
- Bumped minimum required versions from php-client/httplug and php-client/client-common packages.
- Travis CI: Removed PHP nightly builds from the test matrix, fixed failed tests caused by Composer process timeout.