Skip to content

Releases: enisz/igdb

IGDB PHP API Wrapper v4.3.2

09 Nov 23:58
Compare
Choose a tag to compare

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

19 Aug 13:45
1524564
Compare
Choose a tag to compare

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

21 May 22:36
Compare
Choose a tag to compare

v4.2.0 - May 22, 2021

  • IGDBQueryBuilder: Moved the $options array parsing to the options() method
  • IGDBQueryBuilder: reset() method added

IGDB PHP API Wrapper v4.1.2

20 May 19:15
Compare
Choose a tag to compare

v4.1.2 - May 20, 2021

  • Minor updates to the readme

IGDB PHP API Wrapper v4.1.1

20 May 19:09
ec745b3
Compare
Choose a tag to compare

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

15 May 16:52
2cc2e4f
Compare
Choose a tag to compare

v4.1.0 - May 15, 2021

IGDB PHP API Wrapper v4.0.2

28 Apr 00:18
548ce2b
Compare
Choose a tag to compare

v4.0.2 - April 28, 2021

  • Updated error response handling from IGDB

IGDB PHP API Wrapper

06 Jan 19:48
Compare
Choose a tag to compare

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