Releases: graze/dynamark3-client
Releases · graze/dynamark3-client
Client interface
Add Dynamark3ClientInterface
, this allows for creating custom clients that don't have to inherit from Dynamark3Client
.
Don't connect on __construct
- Do not connect on
__construct
, but provide aconnect
method. This allows the client to be injected as a dependency without the connection details being required at the time of injection. - Fix
SETXML
command.
Please see CHANGELOG for all changes.
Initial release
Merge pull request #3 from graze/strictStandardsTests Fix broken test when ran under strict standards