Skip to content

v3.2.2

Compare
Choose a tag to compare
@rsedykh rsedykh released this 28 Mar 11:53
· 69 commits to master since this release
6563d2d

Fix for an issue with the file list pagination:

  • Added getPageRequestParameters method: use it to load the next page parameters from $fileListResponse->getNext()/$fileListResponse->getPrevious().
  • Attention: if you've implemented your own class for FileApiInterface, add public getPageRequestParameters(?string $url): array method to the implementation.