Skip to content

Commit 82202da

Browse files
Version 2.0.0-beta5
1 parent d9e05cf commit 82202da

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
2.0.0-beta5 / 2020-06-25
3+
========================
4+
5+
* Fix `videoTag` transformations support
6+
27
2.0.0-beta4 / 2020-06-24
38
========================
49

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary/cloudinary_php",
3-
"version": "2.0.0-beta4",
3+
"version": "2.0.0-beta5",
44
"description": "Cloudinary PHP SDK v2",
55
"keywords": [
66
"cloudinary",

docs/sami_config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
'theme' => 'cloudinary',
1515
'template_dirs' => [$docsDir . 'themes'],
1616
'title' => 'Cloudinary PHP SDK v2',
17-
'version' => '2.0.0-beta4',
17+
'version' => '2.0.0-beta5',
1818
'build_dir' => $docsDir . 'build',
1919
'cache_dir' => $docsDir . 'cache',
2020
'default_opened_level' => 1,

src/Cloudinary.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Cloudinary
3232
*
3333
* @var string VERSION
3434
*/
35-
const VERSION = '2.0.0-beta4';
35+
const VERSION = '2.0.0-beta5';
3636

3737
/**
3838
* The configuration instance.

0 commit comments

Comments
 (0)