Skip to content

v3.1.3

Compare
Choose a tag to compare
@jlevers jlevers released this 19 Aug 15:39
· 732 commits to main since this release

Fixed

  • The $report_type parameter for ReportsApi::getReportDocument(), and the code that adds RDT support to that call, was accidentally removed in v3.1 when the library switched to the new version of the Reports API. All that missing code has been added back in. (#78)
  • Converted all instances of CreateFeedDocumentResult in Document.php to CreateFeedDocumentResponse, because CreateFeedDocumentResult doesn't exist in the newer version of the Reports API (version ^3.1). (#76, thanks @ivaaaan!)