Releases: rokka-io/rokka-client-php
Releases · rokka-io/rokka-client-php
1.21.1
1.21.0
- Dropped PHP 7.x Support: Now requires PHP ^8.0.
- Updated Dependencies: Upgraded guzzlehttp/psr7 and limited firebase/php-jwt to ^6.0 due to security concerns.
- CI Workflow Adjustments: Removed PHP 7.3 and 7.4 from test matrix.
- New Feature: Added
addAutodescription
method in Image class for automatic image descriptions in multiple languages. - Code Simplifications: Streamlined error handling and minor code improvements for better efficiency and clarity.
1.20.0
1.19.0
- Add support for locked sourceimages via
\Rokka\Client\Image::setProtected
.
See the API Docs for details
1.18.2
1.18.1
1.18.0
1.17.0
- Add support for API Tokens.
See the Authentication Guide for details
1.16.0
- Add support for adding/deleting Api Keys of the current User
See the Rotate your Api Key Chapter