Skip to content

Commit 3b8053d

Browse files
committed
Release 1.1.2
1 parent 1e59e57 commit 3b8053d

4 files changed

Lines changed: 339 additions & 202 deletions

File tree

CHANGELOG.md

Lines changed: 107 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,107 @@
1-
# Cloudinary_PHP Changelog
2-
3-
### 1.1.1 (June 2, 2015)
4-
* new format and method for USER_AGENT
5-
* support adding information to the USER_AGENT
6-
* solve bad URLs created with secure_cdn_subdomain. Resolves #28
7-
8-
### 1.1.0 (April 7, 2015)
9-
* support video tag generation and url helpers
10-
* support video transformation parameters: audio_codec, audio_frequency, bit_rate, video_sampling, duration, end_offset, start_offset, video_codec
11-
* support zoom transformation parameter
12-
* support ftp url
13-
* allow specifying request timeout
14-
* enable eager_async and eager_notification_url in explicit
15-
* change upload_large's endpoint to use upload with content_range header
16-
* support chunk_size in cl_upload_tag
17-
18-
### 1.0.17 (February 10, 2015)
19-
* Add a changelog
20-
* Add support for 'overwrite' option in upload
21-
* Allow root path for shared CDN
22-
23-
### 1.0.16 (December 22, 2014)
24-
* Support folder listing
25-
* Secure domain sharding
26-
* Don't sign version component
27-
* URL suffix and root path support
28-
* Support tags in upload large
29-
* Make call_api public
30-
31-
### 1.0.15 (November 2, 2014)
32-
* Support api_proxy parameter for setting up a proxy between the PHP client and Cloudinary
33-
* Fixed HHVM compatibility issue
34-
35-
### 1.0.14 (October 15, 2014)
36-
* Remove force SSLv3
37-
38-
### 1.0.13 (September 22, 2014)
39-
* Force SSLv3 when contacting the Cloudinary API
40-
* Support invalidation in bulk deletion req (if enabled in your account)
41-
42-
### 1.0.12 (August 24, 2014)
43-
* Support custom_coordinates is upload and update
44-
* Support coordinates in resource details
45-
* Support return_delete_token parameter in upload and cl_image_upload_tag
46-
* Correctly escape parentheses
47-
48-
### 1.0.11 (July 7, 2014)
49-
* Support for auto dpr, auto width and responsive width
50-
* Support for background_removal in upload and update
51-
52-
### 1.0.10 (April 29, 2014)
53-
* Remove closing PHP tags
54-
* Support upload_presets
55-
* Support unsigned uploads
56-
* Support start_at for resource listing
57-
* Support phash for upload and resource details
58-
* Better error message in case of file not found in uploader for PHP 5.5+
59-
60-
### 1.0.9 (February 26, 2014)
61-
* Admin API update method
62-
* Admin API listing by moderation kind and status
63-
* Support moderation status in admin API listing
64-
* Support moderation flag in upload
65-
* New Upload and update API parameters: moderation, ocr, raw_conversation, categorization, detection, similarity_search and auto_tagging
66-
* Support CLOUDINARY_URL ending with /
67-
* Support for uploading large raw files
68-
69-
### 1.0.8 (January 21, 2014)
70-
* Support overwrite upload parameter
71-
* Support specifying face coordinates in upload API
72-
* Support specifying context (currently alt and caption) in upload API and returning context in API
73-
* Support specifying allowed image formats in upload API
74-
* Support listing resources in admin API by multiple public IDs
75-
* Send User-Agent header with client library version in API request
76-
* Support for signed-URLs to override restricted dynamic URLs
77-
* Move helper methods and preloaded file to separate file and fix Composer autoload
78-
* Minor fixes
1+
2+
1.1.2 / 2015-07-27
3+
==================
4+
5+
* Fix eager ignoring format
6+
7+
1.1.1 / 2015-06-2
8+
===================
9+
10+
11+
* new format and method for USER_AGENT
12+
* support adding information to the USER_AGENT
13+
* solve bad URLs created with secure_cdn_subdomain. Resolves #28
14+
15+
1.1.0 / 2015-04-7
16+
===================
17+
18+
* support video tag generation and url helpers
19+
* support video transformation parameters: audio_codec, audio_frequency, bit_rate, video_sampling, duration, end_offset, start_offset, video_codec
20+
* support zoom transformation parameter
21+
* support ftp url
22+
* allow specifying request timeout
23+
* enable eager_async and eager_notification_url in explicit
24+
* change upload_large's endpoint to use upload with content_range header
25+
* support chunk_size in cl_upload_tag
26+
27+
1.0.17 / 2015-02-10
28+
===================
29+
30+
* Add a changelog
31+
* Add support for 'overwrite' option in upload
32+
* Allow root path for shared CDN
33+
34+
1.0.16 / 2014-12-22
35+
===================
36+
37+
* Support folder listing
38+
* Secure domain sharding
39+
* Don't sign version component
40+
* URL suffix and root path support
41+
* Support tags in upload large
42+
* Make call_api public
43+
44+
1.0.15 / 2014-11-2
45+
===================
46+
47+
* Support api_proxy parameter for setting up a proxy between the PHP client and Cloudinary
48+
* Fixed HHVM compatibility issue
49+
50+
1.0.14 / 2014-10-15
51+
===================
52+
53+
* Remove force SSLv3
54+
55+
1.0.13 / 2014-09-22
56+
===================
57+
58+
* Force SSLv3 when contacting the Cloudinary API
59+
* Support invalidation in bulk deletion req (if enabled in your account)
60+
61+
1.0.12 / 2014-08-24
62+
===================
63+
64+
* Support custom_coordinates is upload and update
65+
* Support coordinates in resource details
66+
* Support return_delete_token parameter in upload and cl_image_upload_tag
67+
* Correctly escape parentheses
68+
69+
1.0.11 / 2014-07-7
70+
===================
71+
72+
* Support for auto dpr, auto width and responsive width
73+
* Support for background_removal in upload and update
74+
75+
1.0.10 / 2014-04-29
76+
===================
77+
78+
* Remove closing PHP tags
79+
* Support upload_presets
80+
* Support unsigned uploads
81+
* Support start_at for resource listing
82+
* Support phash for upload and resource details
83+
* Better error message in case of file not found in uploader for PHP 5.5+
84+
85+
1.0.9 / 2014-02-26
86+
===================
87+
88+
* Admin API update method
89+
* Admin API listing by moderation kind and status
90+
* Support moderation status in admin API listing
91+
* Support moderation flag in upload
92+
* New Upload and update API parameters: moderation, ocr, raw_conversation, categorization, detection, similarity_search and auto_tagging
93+
* Support CLOUDINARY_URL ending with /
94+
* Support for uploading large raw files
95+
96+
1.0.8 / 2014-01-21
97+
===================
98+
99+
* Support overwrite upload parameter
100+
* Support specifying face coordinates in upload API
101+
* Support specifying context (currently alt and caption) in upload API and returning context in API
102+
* Support specifying allowed image formats in upload API
103+
* Support listing resources in admin API by multiple public IDs
104+
* Send User-Agent header with client library version in API request
105+
* Support for signed-URLs to override restricted dynamic URLs
106+
* Move helper methods and preloaded file to separate file and fix Composer autoload
107+
* Minor fixes

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary/cloudinary_php",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Cloudinary PHP SDK",
55
"keywords": ["cloudinary", "sdk", "cloud", "image management", "cdn"],
66
"type": "library",
@@ -18,7 +18,7 @@
1818
"ext-json": "*"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "4.4.*"
21+
"phpunit/phpunit": "4.7.*"
2222
},
2323
"support": {
2424
"email": "[email protected]",

0 commit comments

Comments
 (0)