Skip to content

Releases: acdh-oeaw/php-epic-handle

Bugfixes

18 Feb 10:45
Compare
Choose a tag to compare
1.1.1

HandleService::create(): fix the parameters order in the HandleExcept…

Better PID creation failure handling

14 Feb 21:44
Compare
Choose a tag to compare

If a PID creation fails, a acdhOeaw\epicHandle\HandleException is thrown instead of a cryptic undefined array offset access error.

Bumped to Guzzle 7 and PHP 8

19 May 12:46
Compare
Choose a tag to compare
1.0.0

Guzzle bumped to 7, PHP bumped to 8

Minor improvements

08 Feb 11:38
Compare
Choose a tag to compare

Make the "Wrong PID" error more verbose

Stub mode added

05 Feb 14:46
Compare
Choose a tag to compare

Calling new HandleService('http://test') creates the handle service with a mocked HTTP client suitable for use in tests.

Bad redirection URL registration fixed

04 Apr 15:39
Compare
Choose a tag to compare
0.1.2

Typo causing registration of bad redirection URLs fixed

composer.json fixed

05 Jan 16:39
Compare
Choose a tag to compare
0.1.1

composer.json fixed

Initial release

05 Jan 14:53
Compare
Choose a tag to compare
0.1.0

First version