Skip to content

Commit

Permalink
Version 2.0.0-beta6
Browse files Browse the repository at this point in the history
  • Loading branch information
const-cloudinary committed Jul 14, 2020
1 parent 146db25 commit a99b9ab
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@

2.0.0-beta6 / 2020-07-14
========================

New functionality and features
------------------------------

* Add Structured Metadata
* Add Account Provisioning API
* Add support for `eval` upload parameter
* Add parameters to `Vectorize` effect constructor
* Make `signParameters` function public
* Make `ApiUtils` class public

Other Changes
-------------

* Fix incoming transformation serialization in upload API
* PHP doc strings for transformation arguments, codecs, expressions and variables
* Add class doc strings
* Fix `testLayerParamFactory` unit test
* Expose `GradientFade` in documentation
* Fix `AuthToken` doc strings
* Fix namespaces, folders, and more in tests
* Remove spare newline

2.0.0-beta5 / 2020-06-25
========================

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudinary/cloudinary_php",
"version": "2.0.0-beta5",
"version": "2.0.0-beta6",
"description": "Cloudinary PHP SDK v2",
"keywords": [
"cloudinary",
Expand Down
2 changes: 1 addition & 1 deletion docs/sami_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'theme' => 'cloudinary',
'template_dirs' => [$docsDir . 'themes'],
'title' => 'Cloudinary PHP SDK v2',
'version' => '2.0.0-beta5',
'version' => '2.0.0-beta6',
'build_dir' => $docsDir . 'build',
'cache_dir' => $docsDir . 'cache',
'default_opened_level' => 1,
Expand Down
2 changes: 1 addition & 1 deletion src/Cloudinary.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Cloudinary
*
* @var string VERSION
*/
const VERSION = '2.0.0-beta5';
const VERSION = '2.0.0-beta6';

/**
* The configuration instance.
Expand Down

0 comments on commit a99b9ab

Please sign in to comment.