diff --git a/AUTHORS.txt b/AUTHORS.txt index d2142d30..71e3eddf 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -8,6 +8,7 @@ Dmitry Mukhin Dmitry Petrov Gray Hound Koen Schmeets +Mark van Eijk Nikolay Zherdev Paul Blundell Philip Harvey diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ae98d07..0ce395cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased -### Fixed +## [2.3.0] - 2019-09-06 +### Added +- Allow to specify filename for local uploads +- Allow to control "autostore" for local uploads + +### Fixed - Wrong return type for `createRemoteCopy` method in `API.php`. As result is always casted to `string`, the return type should be `string` diff --git a/LICENSE b/LICENSE index aee78c11..ef776cbb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017 Uploadcare, LLC +Copyright (c) 2019 Uploadcare, Inc Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/composer.json b/composer.json index ce5e36df..45078492 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ ], "homepage": "https://uploadcare.com", "support": { - "email": "support@uploadcare.com", + "email": "help@uploadcare.com", "issues": "https://github.com/uploadcare/uploadcare-php/issues" } } diff --git a/src/Uploadcare/Api.php b/src/Uploadcare/Api.php index e1d05522..8476ef2f 100644 --- a/src/Uploadcare/Api.php +++ b/src/Uploadcare/Api.php @@ -9,7 +9,7 @@ class Api /** * Uploadcare library version */ - const UPLOADCARE_LIBRARY_VERSION = '2.2.1'; + const UPLOADCARE_LIBRARY_VERSION = '2.3.0'; /** * Uploadcare public key