Releases: multitheftauto/mtasa-php-sdk
Releases · multitheftauto/mtasa-php-sdk
v1.2.0
Removed
- Removed support for PHP 7.3 (EOL)
Changed
v1.0.5
Fixed
- Throw exception instead of getting a php warning when calling to non-running resource (Thanks to @Daemant in PR #42)
v1.0.4
Changed
- Use array unpackaging instead of using
call_user_func_array
in ResourceCall class
- Updated dependencies
v1.0.3
Fixed
- Fix JSON extension compatibility with PHP 7.4
v1.0.2
Fixed:
- Remove wrong scalar type declaration at resource call method ( Thanks to @MegaThorx in PR #6 )
v1.0.1
Added:
- Add custom exceptions for server code errors
Fixed:
- Return null if data from server is empty when calling to a server function
Tests:
- Add infection for more code coverage in tests cases
v1.0.0
- Full rework of the SDK using OOP paradigm
- It's compatible with packagist