File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed
Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 11
2+ 2.0.0-beta7 / 2020-09-21
3+ ========================
4+
5+ New functionality and features
6+ ------------------------------
7+
8+ * Add guzzle 7 support
9+ * Add doc strings for classes
10+
11+ Other Changes
12+ -------------
13+
14+ * Remove support for instagram profile picture
15+ * Fix bug in ` ApiUtils::serializeArrayOfArrays `
16+ * Fix headers serialisation in Upload API
17+
2182.0.0-beta6 / 2020-07-14
319========================
420
Original file line number Diff line number Diff line change 11{
22 "name" : " cloudinary/cloudinary_php" ,
3- "version" : " 2.0.0-beta6 " ,
3+ "version" : " 2.0.0-beta7 " ,
44 "description" : " Cloudinary PHP SDK v2" ,
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 v2 ' ,
17- 'version ' => '2.0.0-beta6 ' ,
17+ 'version ' => '2.0.0-beta7 ' ,
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 @@ -32,7 +32,7 @@ class Cloudinary
3232 *
3333 * @var string VERSION
3434 */
35- const VERSION = '2.0.0-beta6 ' ;
35+ const VERSION = '2.0.0-beta7 ' ;
3636
3737 /**
3838 * Defines the Cloudinary account details and other global configuration options.
You can’t perform that action at this time.
0 commit comments