File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2.6.0 / 2022-01-10
2+ ==================
3+
4+ New functionality and features
5+ ------------------------------
6+
7+ * Add ` OAuth ` support for Upload API
8+ * Add support for ` psr/log ` v3
9+
10+ Other Changes
11+ -------------
12+
13+ * Improve action from qualifiers tests
14+ * Improve transformations tests coverage
15+
1162.5.1 / 2021-11-24
217==================
318
Original file line number Diff line number Diff line change 11{
22 "name" : " cloudinary/cloudinary_php" ,
3- "version" : " 2.5.1 " ,
3+ "version" : " 2.6.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.5.1 ' ,
17+ 'version ' => '2.6.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 @@ -33,7 +33,7 @@ class Cloudinary
3333 *
3434 * @var string VERSION
3535 */
36- const VERSION = '2.5.1 ' ;
36+ const VERSION = '2.6.0 ' ;
3737
3838 /**
3939 * Defines the Cloudinary cloud details and other global configuration options.
You can’t perform that action at this time.
0 commit comments