Skip to content

Releases: imdhemy/laravel-in-app-purchases

V0.4.3

28 Sep 22:18

Choose a tag to compare

V0.4.3 Pre-release
Pre-release

This version supports

Google Play Subscription

  • Validation.
  • Check if a test card was used during the purchase process.
  • Check if is expired.
  • Check if is auto-renewing.
  • Log the purchased item id.

Google Play Product

  • Validation.
  • Check if a test card was used during the purchase process.
  • Log the purchased item id.

This version fixes

syntax error, unexpected '}', expecting ';' or '{'

V0.4.2

28 Sep 22:03

Choose a tag to compare

V0.4.2 Pre-release
Pre-release

This version supports

Google Play Subscription

  • Validation.
  • Check if a test card was used during the purchase process.
  • Check if is expired.
  • Check if is auto-renewing.
  • Log the purchased item id.

Google Play Product

  • Validation.
  • Check if a test card was used during the purchase process.
  • Log the purchased item id.

V0.4.1

27 Sep 18:52

Choose a tag to compare

This version supports

Google Play Subscription

  • Validation.
  • Check if a test card was used during the purchase process.
  • Check if is expired.
  • Check if is auto-renewing.
  • Log the purchased item id.

Google Play Product

  • Validation.
  • Check if a test card was used during the purchase process.
  • Log the purchased item id.

This version fixes

  • Purchase Log does not maintain a record for the purchased item id (#1)

V0.40

27 Sep 16:04

Choose a tag to compare

This version supports

Google Play Subscription

  • Validation.
  • Check if a test card was used during the purchase process.
  • Check if is expired.
  • Check if is auto-renewing.

Google Play Product

  • Validation.
    Check if a test card was used during the purchase process.

This version fixes

  • PHP Fatal error: Class Imdhemy\Purchases\GooglePlay\Products\Product contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Imdhemy\Purchases\GooglePlay\Contracts\CheckerInterface::isTesting)

Laravel In-app-purchases v.0.3.0

17 Sep 01:23

Choose a tag to compare

This version supports

Google Play Subscription

  • Validation.
  • Check if is expired.
  • Check if is auto-renewing.

Google Play Product

  • Validation

This version fixes

  • Test card payments (in subscriptions) appears invalid.

Laravel In-app-purchases v.0.2.0

25 Aug 13:11

Choose a tag to compare

This version supports

  • Google Play subscription validation.
  • Google plat product validation.

This version fixes

  • code refactoring.