You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -42,7 +46,7 @@ Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to
42
46
### Removed
43
47
- PHP 7.1 support (now minimal version is 7.4, PHP 8.0 is also supported)
44
48
-`FileInfoInterface::getImageInfo()`, `FileInfoInterface::getVideoInfo()`, `FileInfoInterface::getRekognitionInfo()` — see `FileInfoInterface::getContentInfo()`
45
-
### Added
49
+
### Added
46
50
- Support for [REST API 0.7](https://uploadcare.com/api-refs/rest-api/v0.7.0/)
47
51
-`FileInfoInterface::getContentInfo()`: returns `ContentInfoInterface` with `getMime()` (information about MimeType), `getImage` (`ImageInfoInterface` in case of an image) and `getVideo` (`VideoInfoInterface` in case of a video) methods;
0 commit comments