Skip to content

Releases: rokka-io/rokka-client-php

1.15.0

31 May 13:15
aea6b15
Compare
Choose a tag to compare
  • Added render_base_url config option to \Rokka\Client\Factory::getImageClient

1.14.0

11 Dec 11:58
6dde7d5
Compare
Choose a tag to compare
  • Enable MP4 video uploads in TemplateHelper

1.13.2

13 Nov 07:43
8979ca7
Compare
Choose a tag to compare
  • Allow deletedDate as search field (some special case here):
  • Drop PHP 7.0 support. It's ancient.

1.13.1

09 Nov 14:00
6d9d9f2
Compare
Choose a tag to compare
  • Fix dependency on rokka/utils and make it use "^1.0"

1.13.0

08 Nov 06:33
cd15212
Compare
Choose a tag to compare
  • Added \Rokka\Client\UriHelper::signUrl($url, $key, $until, $roundDateUpTo) for easy signing of
    private images. See Protected Images and Stacks for details.
  • Added \Rokka\Client\User::setOrganizationOption()
  • Added \Rokka\Client\Core\Organization::getOptions() and \Rokka\Client\Core\Organization::getSigningKeys()
  • Added support for making SourceImages protected (via \Rokka\Client\Image::uploadSourceImage() or \Rokka\Client\Image::setProtected())
  • Added support for adding variables with non-url-supported characters. URLs then contain a v query parameter.
  • Upgraded guzzlehttp/psr7 minimum requirement to 1.7

1.12.1

12 Oct 12:10
c030e60
Compare
Choose a tag to compare
  • Add support for Guzzle 7 and Symfony Var_Dumper 5 (thanks to @lsmith77)

1.12.0

15 Sep 13:41
2aeaa0f
Compare
Choose a tag to compare
  • Add percentage parameter to subject area (thanks to @mms-uret)
  • Fix some phpstan warnings (thanks to @Tobion)
  • Replace Sami by Doctum (thanks to @williamdes )

1.11.1

13 May 11:29
6ab5ebe
Compare
Choose a tag to compare
  • Fixed validation of search fields for dynamic and static fields

1.11.0

16 Jan 14:54
a9a802e
Compare
Choose a tag to compare
  • Added \Rokka\Client\TemplateHelper::getSrcSetUrl for getting a srcset compatible string with responsive urls
  • Removed support for PHP 5.6 in composer.json

1.10.0

11 Mar 12:13
ad14b7e
Compare
Choose a tag to compare
  • Removed HHVM support on travis tests, therefore HHVM isn't officially supported anymore.
  • Added stack variables and expressions support. See the documentation for more details.
  • Added optional 3rd boolean parameter to \Rokka\Client\UriHelper::addOptionsToUriString and
    related methods to return short versions for options (o) and variables (v)
  • Added optional 3rd boolean parameter to \Rokka\Client\TemplateHelper::getSrcAttributes to set
    the stack operation option width for resize. If false, you should add that via the $sizes
    parameter, eg getSrcAttributes(['2x' => 'v-w-500] (if you want to set the width via a stack variable)