Skip to content

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-bot committed Jan 6, 2025
1 parent 4d8631c commit 05f2248
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
3.0.0 / 2025-01-06
==================

⚠ BREAKING CHANGES
------------------------------

* Drop support for PHP `5.6` and `7.x`

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

* Add support for `config` Admin API
* Add support for `defaultDisabled` parameter in `MetadataField`
* Add support for `renameFolder` Admin API

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

* Improve doc strings

2.14.0 / 2024-05-07
==================

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.14.0",
"version": "3.0.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.14.0',
'version' => '3.0.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 @@ -34,7 +34,7 @@ class Cloudinary
*
* @var string VERSION
*/
const VERSION = '2.14.0';
const VERSION = '3.0.0';

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

0 comments on commit 05f2248

Please sign in to comment.