Skip to content

Releases: multitheftauto/mtasa-php-sdk

v1.2.0

25 Aug 09:35
10da316
Compare
Choose a tag to compare

Removed

  • Removed support for PHP 7.3 (EOL)

Changed

  • Updated dependencies

v1.1.0

06 Apr 16:12
7514bf0
Compare
Choose a tag to compare

Added

  • Support for PHP 8

Changed

  • Updated dependencies

v1.0.6

20 Nov 23:19
Compare
Choose a tag to compare

Changed

  • Updated dependencies

v1.0.5

25 Sep 21:12
Compare
Choose a tag to compare

Fixed

  • Throw exception instead of getting a php warning when calling to non-running resource (Thanks to @Daemant in PR #42)

v1.0.4

26 Jul 02:54
Compare
Choose a tag to compare

Changed

  • Use array unpackaging instead of using call_user_func_array in ResourceCall class
  • Updated dependencies

v1.0.3

15 Mar 01:36
Compare
Choose a tag to compare

Fixed

  • Fix JSON extension compatibility with PHP 7.4

v1.0.2

08 Oct 01:18
Compare
Choose a tag to compare

Fixed:

  • Remove wrong scalar type declaration at resource call method ( Thanks to @MegaThorx in PR #6 )

v1.0.1

04 Oct 01:11
Compare
Choose a tag to compare

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

04 Oct 13:49
Compare
Choose a tag to compare
  • Full rework of the SDK using OOP paradigm
  • It's compatible with packagist