File tree Expand file tree Collapse file tree 4 files changed +23
-3
lines changed
Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 1+ 3.0.0 / 2025-01-06
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 ` config ` Admin API
13+ * Add support for ` defaultDisabled ` parameter in ` MetadataField `
14+ * Add support for ` renameFolder ` Admin API
15+
16+ Other Changes
17+ -------------
18+
19+ * Improve doc strings
20+
1212.14.0 / 2024-05-07
222==================
323
Original file line number Diff line number Diff line change 11{
22 "name" : " cloudinary/cloudinary_php" ,
3- "version" : " 2.14 .0" ,
3+ "version" : " 3.0 .0" ,
44 "description" : " Cloudinary PHP SDK" ,
55 "keywords" : [
66 " cloudinary" ,
Original file line number Diff line number Diff line change 1414 'theme ' => 'cloudinary ' ,
1515 'template_dirs ' => [$ docsDir . 'themes ' ],
1616 'title ' => 'Cloudinary PHP SDK ' ,
17- 'version ' => '2.14 .0 ' ,
17+ 'version ' => '3.0 .0 ' ,
1818 'build_dir ' => $ docsDir . 'build ' ,
1919 'cache_dir ' => $ docsDir . 'cache ' ,
2020 'default_opened_level ' => 1 ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class Cloudinary
3434 *
3535 * @var string VERSION
3636 */
37- const VERSION = '2.14 .0 ' ;
37+ const VERSION = '3.0 .0 ' ;
3838
3939 /**
4040 * Defines the Cloudinary cloud details and other global configuration options.
You can’t perform that action at this time.
0 commit comments