All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.1.0 - 2021-03-06
- Support for PHP 8
- Updated dependencies
1.0.6 - 2020-11-20
- Updated dependencies
1.0.5 - 2020-09-25
- Throw exception instead of getting a php warning when calling to non-running resource (Thanks to @Daemant in PR #42)
1.0.4 - 2020-07-25
- Use array unpackaging instead of using
call_user_func_array
in ResourceCall class - Updated dependencies
1.0.3 - 2020-03-14
- Fix JSON extension compatibility with PHP 7.4
1.0.2 - 2019-10-07
- Remove wrong scalar type declaration at resource call method (Thanks to @MegaThorx in PR #6)
1.0.1 - 2019-10-03
- Add custom exceptions for server code errors
- Return null if data from server is empty when calling to a server function
1.0.0 - 2019-09-05
- Full rework of the SDK
- Add server model for IP and port
- Add authentication model for user and password
- Add possibility of choosing the http client, request and stream factory
- Add
call
property inResource
class to call functions
- Uppercase first character of mta class
- Change parameter types of Mta class
0.4.0 - 2009-10-06
- Renamed
public function mta(..)
topublic function __construct(..)
.
0.3.0 - 2008-04-17
- Neater syntax, support functions for callRemote (fix version makes call work with args)
0.2.0 - 2007-07-10
- Add authentication support
0.1.0 - 2007-06-26
- Initial release