Skip to content

Releases: aporat/store-receipt-validator

4.4.3

06 Mar 09:48
c188c1b
Compare
Choose a tag to compare
4.4.3 Pre-release
Pre-release
  • Make possible to pass base_uri through request_options

Thanks to @aliozkan

4.4.2

02 Feb 10:56
e2b9a65
Compare
Choose a tag to compare
4.4.2 Pre-release
Pre-release
  • PHP 8.2, 8.4 were added as allowed dependencies
  • nesbot/carbon v3 dependency is allowed now

Thanks to @gjuric

4.4.1

21 Apr 09:20
0791b76
Compare
Choose a tag to compare
4.4.1 Pre-release
Pre-release

Fix switching Google validation to V2

4.4.0

20 Apr 10:52
f93f0e9
Compare
Choose a tag to compare
4.4.0 Pre-release
Pre-release

Provided ability to call new Google's API method for Subscriptions V2. PR #171

Thanks to @yankers

4.3.0

10 Nov 21:10
142793d
Compare
Choose a tag to compare
  • fix json_decode deprecation warning on PHP8 for Google developerPayload. Thanks @sica07
  • Add method getExternalAccounId() for GooglePlay validation response. Thanks to Marija Predarska

4.2.0

14 Feb 19:28
9a04d6c
Compare
Choose a tag to compare

Fix PHP 8.1 deprecations

4.1.0

13 Oct 09:52
d347d8f
Compare
Choose a tag to compare
  • Migrate to Google services namespaces (PR #153 thanks to @yyeltsyn)
  • Now require google/apiclient:^2.10

4.0.3

02 Dec 13:48
1308f3a
Compare
Choose a tag to compare
  • Use endpoint validation in setEndpoint(string $endpoint) method also.

4.0.2

02 Dec 12:05
d59cb06
Compare
Choose a tag to compare
  • Add PHP 8 to requirements (PR #141)

4.0.1

18 Aug 14:54
90b15a5
Compare
Choose a tag to compare
  • Fix issue where Guzzle client would not recognise full base_uri due to missing backslash #126