Skip to content

v8.0.1

Compare
Choose a tag to compare
@tboothman tboothman released this 14 Feb 18:14
· 30 commits to master since this release
  • Added the ability to fetch multiple pages of results, and change the amount you receive per page to TitleSearchAdvanced. Thanks @miaadp
    • New method setCount() to change the number of results. Currently 50 by default
    • New method setStart() which changes the offset for the results. For example you fetch one page, then call setStart(50) and you'll get the next 50 results.
  • Fix Title::alsoknow() when country is not set. countryCode and languageCode will now be null if no language or country is set