Releases: enisz/igdb
Releases · enisz/igdb
IGDB PHP API Wrapper v4.3.2
v4.3.2 - October 26, 2023
- Added new endpoint methods to the wrapper
- collection_membership
- collection_membership_type
- collection_relation
- collection_relation_type
- collection_type
- event
- event_logo
- event_network
- game_localization
- language
- language_support
- language_support_type
- network_type
- region
- release_date_status
IGDB PHP API Wrapper v4.3.0
v4.3.0 - August 19, 2021
- IGDBQueryBuilder: three new properties introduced for multiquery:
- name
- endpoint
- count
- IGDBQueryBuilder: build method signature updated
- IGDBWrapper: multiquery updated to accept array of queries
IGDB PHP API Wrapper v4.2.0
IGDB PHP API Wrapper v4.1.2
v4.1.2 - May 20, 2021
- Minor updates to the readme
IGDB PHP API Wrapper v4.1.1
v4.1.1 - May 20, 2021
- Removed a debugging var_dump from the IGDB Wrapper
- Updated the documentation with a Query Builder example with
$options
array
IGDB PHP API Wrapper v4.1.0
v4.1.0 - May 15, 2021
- The wrapper got a brand new documentation!
- Introduced the IGDBQueryBuilder class
- Introduced the IGDB Utils class
- Introduced
IGDBEndpointException
andIGDBInvalidParameterException
classes - The wrapper endpoint methods no longer accepts
$options
, only apicalypse query strings
IGDB PHP API Wrapper v4.0.2
v4.0.2 - April 28, 2021
- Updated error response handling from IGDB
IGDB PHP API Wrapper
v4.0.0 - October 20, 2020
- IGDB Api v4 compatibility update
- Updated Class constructor to accept the new tokens from Twitch
- Removed API KEY
- Removed
IGDB::api_status()
method - Removed Endpoint methods according to the IGDB Changes
- Renamed methods:
_init_curl() => _curl_init()
close_curl() => curl_close()
reinit_curl() => curl_reinit()
- Updated endpoint methods to accept apicalypse strings as well
- Implemented Multiquery