Skip to content

Releases: imdhemy/laravel-in-app-purchases

0.7.0

16 Nov 20:03
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

This version supports

This is a complete rewrite of the package to support:

  • Google Play Developer API.
    • Products
      • Acknowledge.
      • Get.
    • Subscriptions
      • Acknowledge.
      • Get.
  • Real-time Developer Notifications.
    • Dispatches an event for each change in the subscription state
  • Facades
    • Product Facade.
    • Subscription Facade.

This version fixes

this is a pre-release. We are creating new issues to fix.

  • fix #8 .

0.6.1

06 Nov 13:46
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release

This version supports

This is a complete rewrite of the package to support:

  • Google Play Developer API.
    • Products
      • Acknowledge.
      • Get.
    • Subscriptions
      • Acknowledge.
      • Get.
  • Real-time Developer Notifications.
    • Dispatches an event for each change in the subscription state

This version fixes

  1. The composer error: Your requirements could not be resolved to an installable set of packages.

0.6.0

06 Nov 13:37
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

This version supports

This is a complete rewrite of the package to support:

  • Google Play Developer API.
    • Products
      • Acknowledge.
      • Get.
    • Subscriptions
      • Acknowledge.
      • Get.
  • Real-time Developer Notifications.
    • Dispatches an event for each change in the subscription state

This version fixes

We're just creating new bugs to fix, check the next release.

0.5.0

22 Oct 16:43
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

This version supports

This is a complete rewrite of the package to support:

  • Google Play Developer API.
    • Products
      • Acknowledge.
      • Get.
    • Subscriptions
      • Acknowledge.
      • Get.
  • Real-time Developer Notifications.
    • Dispatches an event for each change in the subscription state

This version fixes

We're just creating new bugs to fix, check the next release.

V0.4.5

30 Sep 19:15
Compare
Choose a tag to compare
V0.4.5 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.
  • Can be marked as a failed renewal.

Google Play Product

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

This versions fixes

Can't locate path ... vendor/imdhemy/laravel-purchases/srccreate_purchase_logs_table.php.stub
Can't locate path ... vendor/imdhemy/laravel-purchases/srccreate_failed_renewals_table.php.stub

V0.4.4

30 Sep 18:45
Compare
Choose a tag to compare
V0.4.4 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.
  • Can be marked as a failed renewal.

Google Play Product

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

V0.4.3

28 Sep 22:18
Compare
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
Compare
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
Compare
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
Compare
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)