Skip to content

Commit 7dfae95

Browse files
committed
Update changelog and readme for 3.2.2
1 parent f5fd1d5 commit 7dfae95

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to
66
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [3.2.2]
9-
### Fixed issue with file list pagination
10-
- Fixed for File list.
11-
- Added `getPageRequestParameters` method: use it to load next page parameters from `$fileListResponse->getNext()`/`$fileListResponse->getPrevious()`.
12-
- **Attention**: if you implement your own class for `FileApiInterface`, add `public getPageRequestParameters(?string $url): array` method to implementation.
9+
### Fix for an issue with the file list pagination
10+
- Added `getPageRequestParameters` method: use it to load the next page parameters from `$fileListResponse->getNext()`/`$fileListResponse->getPrevious()`.
11+
- **Attention**: if you've implemented your own class for `FileApiInterface`, add `public getPageRequestParameters(?string $url): array` method to the implementation.
1312

1413
## [3.2.1]
1514
### Secure delivery image processing fix

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ After that, you can access to file operation methods:
187187
$files = $page->getResults();
188188
}
189189
```
190-
- `getPageRequestParameters(string | null $url)` — get array with next page request parameters. Use it for create links to previous/next page of list.
190+
- `getPageRequestParameters(string | null $url)` — Get an array with next page request parameters. Use it to create links to the previous/next page of the list.
191191
- `storeFile(string $id)` — Stores a single file by UUID. Returns the `Uploadcare\File` (`FileInfoInterface`).
192192
Takes file UUID as an argument.
193193
- `deleteFile(string $id)` — Removes individual files. Returns file info.

0 commit comments

Comments
 (0)