Releases: Lifeformwp/php-pubg
Releases · Lifeformwp/php-pubg
v1.8.0
- 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
Fixed composer.json file error
v1.7.0
- deprecated setClient and setToken;
- added new data to Match and Telemetry DTO;
- removed deprecated data from Match DTO.
v1.6.0
- added /tournaments;
- added /tournament/{id};
- added tests for both of them.
v1.5.0
- updated to match current changes in PUBG API;
- added tests for new events in DTO;
- some syntax fixes.
v1.4.0
- added method for Seasons endpoint (getSeasons());
- added method for seasons by player endpoint (getSeasonForPlayer());
- added tests;
- refactored code.
v1.3.0
- 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
Fixed README.md file confusion
v1.2.0
- 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
Version 1.1.0 - DTO, getPlayer, hydration, etc.