Skip to content

Commit a5f055e

Browse files
author
cloudinary-bot
committed
Version 2.0.0
1 parent 14d1662 commit a5f055e

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2.0.0 / 2024-12-16
2+
==================
3+
4+
⚠ BREAKING CHANGES
5+
------------------------------
6+
7+
* Drop support for PHP `5.6` and `7.x`
8+
9+
New functionality and features
10+
------------------------------
11+
12+
* Add support for `autoPad` resize
13+
* Add support for `enhance` effect
14+
115
1.5.0 / 2024-05-27
216
==================
317

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary/transformation-builder-sdk",
3-
"version": "1.5.0",
3+
"version": "2.0.0",
44
"description": "Cloudinary PHP Transformation Builder SDK",
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 Transformation Builder',
17-
'version' => '1.5.0',
17+
'version' => '2.0.0',
1818
'build_dir' => $docsDir . 'build',
1919
'cache_dir' => $docsDir . 'cache',
2020
'default_opened_level' => 2,

0 commit comments

Comments
 (0)