Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-bot committed Oct 4, 2023
1 parent 830b619 commit 5cb9046
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
1.3.0 / 2023-10-04
==================

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

* Add support for `FetchVideoSource` in video overlays
* Add support for audio layers

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

* Fix handling of effect value
* Fix phpdoc @param tags with the NULL type
* Add documentation references

1.2.0 / 2023-03-23
==================

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/transformation-builder-sdk",
"version": "1.2.0",
"version": "1.3.0",
"description": "Cloudinary PHP Transformation Builder 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 Transformation Builder',
'version' => '1.2.0',
'version' => '1.3.0',
'build_dir' => $docsDir . 'build',
'cache_dir' => $docsDir . 'cache',
'default_opened_level' => 2,
Expand Down

0 comments on commit 5cb9046

Please sign in to comment.