File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed
Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1+ 2.12.0 / 2023-12-03
2+ ==================
3+
4+ New functionality and features
5+ ------------------------------
6+
7+ * Add support for access keys management in Account Provisioning API
8+ * Add support for ` visualSearch ` Admin API
9+ * Add support for ` fields ` parameter in Search and Admin APIs
10+ * Add support for Search URL
11+ * Add support for ` useFetchFormat ` in ` VideoTag `
12+ * Add support for ` on_success ` upload parameter
13+
14+ Other Changes
15+ -------------
16+
17+ * Remove redundant ` teapot/status-code ` dependency
18+
1192.11.0 / 2023-05-23
220==================
321
Original file line number Diff line number Diff line change 11{
22 "name" : " cloudinary/cloudinary_php" ,
3- "version" : " 2.11 .0" ,
3+ "version" : " 2.12 .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.11 .0 ' ,
17+ 'version ' => '2.12 .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.11 .0 ' ;
37+ const VERSION = '2.12 .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