File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ The format is based now on [Keep a
55Changelog] ( http://keepachangelog.com/en/1.0.0/ ) and this project adheres to
66[ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 4.0.2]
9+ ### Added
10+ - Method ` removeKey ` to remove medatada keys
11+ - Samples for all API requests
12+
813## [ 4.0.1]
914### Removed
1015- ` GroupApiInterface::storeGroup($id) ` method: see [ Uploadcare API changelog] ( https://uploadcare.com/api-refs/rest-api/v0.7.0/#tag/Changelog )
Original file line number Diff line number Diff line change 1616 */
1717final class Configuration implements ConfigurationInterface
1818{
19- public const LIBRARY_VERSION = 'v4.0.1 ' ;
19+ public const LIBRARY_VERSION = 'v4.0.2 ' ;
2020 public const API_VERSION = '0.7 ' ;
2121 public const API_BASE_URL = 'api.uploadcare.com ' ;
2222 public const USER_AGENT_TEMPLATE = 'PHPUploadcare/{lib-version}/{publicKey} (PHP/{lang-version}) ' ;
You can’t perform that action at this time.
0 commit comments