Skip to content

Releases: aporat/store-receipt-validator

4.0.0

04 Aug 20:34
Compare
Choose a tag to compare
  • PHP 7.2+ is now required
  • Support for Guzzle HTTP Client 7.0+

3.5.0

03 Aug 16:34
b88a5fb
Compare
Choose a tag to compare

Added:

  • Ability to choose explicit and implicit strategies for Acknowledger #110. Implicit strategy does acknowledge only in case when purchase was not acknowledged before. Explicit strategy is used by default and does acknowledge without any checkings (exception can be thrown if purchase was acknowledged).

Thanks to @Orkin

3.4.0

19 Nov 13:13
60bf231
Compare
Choose a tag to compare

Added:

Thanks to @Orkin

3.3.0

19 Oct 20:01
Compare
Choose a tag to compare

Added:

  • Method PendingRenewalInfo::getGracePeriodExpiresDate(): to get subscription grace period end date.
  • Method PendingRenewalInfo::isInGracePeriod() to detect is currently subscription in grace period.
  • Possibility to set options for HTTP client, which requests Itunes validation service.

Thanks to: @0hr

Merge pull request #98 from Stafox/3.2.0

30 May 02:37
2c52e75
Compare
Choose a tag to compare
Add possibility to get promotional offer id.

3.1.0: Merge pull request #95 from lancasterSano/fixWebOrderLineItem

27 Feb 14:10
a58dee3
Compare
Choose a tag to compare
Allow iTunes\PurchaseItem::getWebOrderLineItemId to return null

3.0.0

26 Dec 21:59
e4b7c36
Compare
Choose a tag to compare
added php 7.3 to travis settings

2.2.0: Merge pull request #82 from amasok/feature/publicRawData

07 Nov 15:36
e3e89e5
Compare
Choose a tag to compare
Added getter for itunes response raw data. resolved #80

2.1.0: Merge pull request #70 from gsingh1/feature-amazon-renewal-carbon

13 Apr 20:37
8d57b6d
Compare
Choose a tag to compare

2.0.6: Merge pull request #65 from leesherwood/master

09 Feb 19:11
6cfec31
Compare
Choose a tag to compare
Add exclude-old-transactions support