Skip to content

Commit

Permalink
Release version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-mukhin committed Sep 6, 2019
1 parent 8753b5e commit 466f6b4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Dmitry Mukhin <[email protected]>
Dmitry Petrov <[email protected]>
Gray Hound <[email protected]>
Koen Schmeets <[email protected]>
Mark van Eijk <[email protected]>
Nikolay Zherdev <[email protected]>
Paul Blundell <[email protected]>
Philip Harvey <[email protected]>
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion src/Uploadcare/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 466f6b4

Please sign in to comment.