Skip to content

Releases: Lifeformwp/php-pubg

v1.8.0

13 Nov 16:04
6633de6
Compare
Choose a tag to compare
  • PUBGManager class now final;
  • removed setClient method from PUBGManager;
  • removed setToken method from PUBGManager;
  • added getLeaderboard method to PUBGManager;
  • matching v7.5.0 of API;
  • changed baseURL from const to property, now you can set it from constructor in PUBGManager class.

v1.7.1

22 Oct 12:41
2705f82
Compare
Choose a tag to compare

Fixed composer.json file error

v1.7.0

08 Oct 14:07
9d0ebfb
Compare
Choose a tag to compare
  • deprecated setClient and setToken;
  • added new data to Match and Telemetry DTO;
  • removed deprecated data from Match DTO.

v1.6.0

12 Jul 07:15
cee186d
Compare
Choose a tag to compare
  • added /tournaments;
  • added /tournament/{id};
  • added tests for both of them.

v1.5.0

11 Jul 15:43
dd9fbdb
Compare
Choose a tag to compare
  • updated to match current changes in PUBG API;
  • added tests for new events in DTO;
  • some syntax fixes.

v1.4.0

02 May 19:31
Compare
Choose a tag to compare
  • added method for Seasons endpoint (getSeasons());
  • added method for seasons by player endpoint (getSeasonForPlayer());
  • added tests;
  • refactored code.

v1.3.0

19 Apr 18:04
Compare
Choose a tag to compare
  • added method for Samples endpoint (getSamples());
  • added DTO for Telemetry and Samples via hydrate() method;
  • added tests for new functionality;
  • changed some parts of documentation;
  • refactored code style.

v1.2.1

16 Apr 19:41
Compare
Choose a tag to compare

Fixed README.md file confusion

v1.2.0

16 Apr 19:16
Compare
Choose a tag to compare
  • added DTO for status of the API;
  • added proper tests for methods and DTO;
  • fixed Match DTO bugs;
  • renamed Manager.php -> PUBGManager.php;
  • renamed ManagerException.php -> PUBGManagerException.php.

v1.1.0

12 Apr 10:24
Compare
Choose a tag to compare
Version 1.1.0 - DTO, getPlayer, hydration, etc.