File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change
1
+ 2.7.0 / 2022-05-23
2
+ ==================
3
+
4
+ New functionality and features
5
+ ------------------------------
6
+
7
+ * Add support for ` TextFit ` in text layers
8
+ * Add support for multiple ACLs in ` AuthToken `
9
+ * Add support for ` reorderMetadataFields ` Admin API
10
+ * Expose HTTP Client in APIs
11
+
12
+ Other Changes
13
+ -------------
14
+
15
+ * Fix qualifier normalization
16
+ * Fix analytics signature with query parameters
17
+
1
18
2.6.1 / 2022-02-01
2
19
==================
3
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cloudinary/cloudinary_php" ,
3
- "version" : " 2.6.1 " ,
3
+ "version" : " 2.7.0 " ,
4
4
"description" : " Cloudinary PHP SDK" ,
5
5
"keywords" : [
6
6
" cloudinary" ,
Original file line number Diff line number Diff line change 14
14
'theme ' => 'cloudinary ' ,
15
15
'template_dirs ' => [$ docsDir . 'themes ' ],
16
16
'title ' => 'Cloudinary PHP SDK ' ,
17
- 'version ' => '2.6.1 ' ,
17
+ 'version ' => '2.7.0 ' ,
18
18
'build_dir ' => $ docsDir . 'build ' ,
19
19
'cache_dir ' => $ docsDir . 'cache ' ,
20
20
'default_opened_level ' => 1 ,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ class Cloudinary
33
33
*
34
34
* @var string VERSION
35
35
*/
36
- const VERSION = '2.6.1 ' ;
36
+ const VERSION = '2.7.0 ' ;
37
37
38
38
/**
39
39
* Defines the Cloudinary cloud details and other global configuration options.
You can’t perform that action at this time.
0 commit comments