Skip to content

Commit

Permalink
Version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-bot committed Oct 1, 2021
1 parent 926d831 commit 4c03eb3
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
2.4.0 / 2021-10-01
==================

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

* Add support for `glb` format
* Add support for `SHA-256` signature algorithm
* Add support for `downloadGeneratedSprite` and `downloadMulti` helpers
* Add support for `urls` in `multi` and `sprite` Upload APIs
* Add support for `createSlideshow` Upload API
* Add support for variables in text style
* Add support for `theme` effect
* Add support for `reorderMetadataFieldDatasource` Admin API
* Add support for `metadata` in `update` Admin API
* Add support for stroke manipulation in text source

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

* Refactor integration tests
* Improve auto optimal breakpoints generation
* Remove duplicates in Search API fields
* Add test for expression normalization
* Fix grouping of the layer names

2.3.0 / 2021-07-04
==================

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.3.0",
"version": "2.4.0",
"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.3.0',
'version' => '2.4.0',
'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.3.0';
const VERSION = '2.4.0';

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

0 comments on commit 4c03eb3

Please sign in to comment.