Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Releases: slevomat/eet-client

2.2.0

19 Jan 19:39
2.2.0
440d51f
Compare
Choose a tag to compare

Due to lack of PHP 8 support in consistence/consistence, we replaced it with our fork slevomat/consistence. Fork is replacing upstream package with full compatibility.

2.1.0

19 Nov 19:01
2.1.0
Compare
Choose a tag to compare

Allow installation on PHP 8

2.0.1

07 Apr 10:55
2.0.1
Compare
Choose a tag to compare

2.0.0

17 Feb 17:12
2.0.0
b5e6ba5
Compare
Choose a tag to compare
  • added all parameter and return typehints
  • added verification of provided paths to private/public keys #24 #39
  • updated testing certificates

1.1.0

03 Jan 13:24
a229c79
Compare
Choose a tag to compare
  • PHP 7.2+ is required
  • Updated consistence/consistence

1.0.2

12 Jul 15:13
Compare
Choose a tag to compare
Updated consistence/consistence

1.0.1

24 Feb 10:29
Compare
Choose a tag to compare
Relaxed consistence dependency constraint

1.0.0

10 Feb 13:57
Compare
Choose a tag to compare

Changes since last release:

  • BC break enums now use consistence/consistence - instead of new EvidenceEnvironment(EvidenceEnvironment::PLAYGROUND) use EvidenceEnvironment::get(EvidenceEnvironment::PLAYGROUND)

0.2.1

12 Dec 15:11
Compare
Choose a tag to compare
  • fixed request headers #8

0.2

29 Nov 19:21
Compare
Choose a tag to compare
0.2
  • fixed usage with password protected private key #3
  • renamed EvidenceRequest getter in FailedRequestException from getRequestData to getRequest to unify naming #6
  • fixed typehints and improved test code coverage