Skip to content

Commit

Permalink
Version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-bot committed Feb 19, 2021
1 parent a11b12d commit 61b38c8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2.0.3 / 2021-02-19
==================

* Fix sorting of transformation parameters.
Important! This fix produces different URLs for affected actions (Not relevant for `Media::fromParams`)
* Fix `Media::fromParams` configuration consumption
* Fix flags serialisation
* Improve tests of `users` Provisioning API method
* Fix metadata fields deletion after tests

2.0.2 / 2021-02-11
==================

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.2",
"version": "2.0.3",
"description": "Cloudinary PHP SDK",
"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',
'version' => '2.0.2',
'version' => '2.0.3',
'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 @@ -33,7 +33,7 @@ class Cloudinary
*
* @var string VERSION
*/
const VERSION = '2.0.2';
const VERSION = '2.0.3';

/**
* Defines the Cloudinary cloud details and other global configuration options.
Expand Down

0 comments on commit 61b38c8

Please sign in to comment.