Skip to content

Releases: imdhemy/laravel-in-app-purchases

[1.x] Fix event listeners configuration

09 Oct 08:13
7256ca8
Compare
Choose a tag to compare

Added 🎉

Fixed ⚙️

New Contributors

Full Changelog: 1.2.0...1.2.1

[1.x] Support App Store notifications `v2`

23 Sep 15:59
8af5adf
Compare
Choose a tag to compare

Added 🎉

  • [1.x] App Store server notifications v2 by @imdhemy in #141

Full Changelog: 1.1.1...1.2.0

v1.1.1

09 Sep 09:01
bedd42c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...1.1.1

[1.x] Get App Store raw response

02 Sep 07:16
22d905f
Compare
Choose a tag to compare

What's Changed

Fixes

  • [1.x] Make value object Time immutable and Stringable by @imdhemy in #135

Added

  • [1.x] Get App Store raw receipt by @imdhemy in #136 🎉 🎉

Full Changelog: 1.0.3...1.1.0

[1.x] Fix UrlGeneratorDouble

27 Aug 11:46
8ef74a7
Compare
Choose a tag to compare

What's Changed

  • Fix UrlGeneratorDouble class does not exist by @imdhemy in #133

Full Changelog: 1.0.2...1.0.3

[1.x] config file cleanup

25 Aug 09:13
f2ffb4e
Compare
Choose a tag to compare

What's Changed

  • config file liap.php cleanup:
    • Removed all events
    • Add links to the user manual
    • Add documentation to all configuration keys.

Full Changelog: 1.0.1...1.0.2

[1.x] Fix CVEs

25 Aug 05:25
dc0f5cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1

Fix representation docbloc

20 Aug 05:11
eb9a4d2
Compare
Choose a tag to compare
Pre-release

A minor release to fix the vendor representation doc bloc.

You can find more details in this PR: #117

What's Changed

  • chore update the contribution guide by @imdhemy in #46
  • chore(contribution): update the contribution guide by @imdhemy in #47
  • Merge pull request #47 from imdhemy/chore/contribution-guide by @imdhemy in #48
  • chore(contribution) update the contribution guide. by @imdhemy in #49
  • fix(github): fix the pr template path by @imdhemy in #50
  • Fix return type of method getProviderRepresentation in SubscriptionContract.php by @patrikmojzis in #117

New Contributors

Full Changelog: 0.10.3...0.10.4

First LTS release

15 Aug 11:06
Compare
Choose a tag to compare

This version is a long-term support release and a complete rewrite of the package. There are many breaking
changes that are not backward compatible. You can still use the pre-release version 0.x for a while until an
upgrade guide to 1.x is available. It will be available on the documentation site.

This version supports receipt validation, server notifications, and mocking receipts 🎉. The next versions will
support App Store notifications v.2.

Sponsors 🙌 ❤️

This release is sponsored by

Become a sponsor 🥇

https://github.com/sponsors/imdhemy

Support Appstore revoke notification

03 Apr 15:32
49a883f
Compare
Choose a tag to compare
Pre-release

This version supports

  • PHP >=7.1

  • Google Play Developer API.

    • Products
      • Acknowledge.
      • Get.
    • Subscriptions
      • Acknowledge.
      • Get.
  • App Store verify receipt API.

    • Subscriptions
    • Products
  • subscription Notifications:

    • Google Play Real-time Developer Notifications.
      • submit custom credentials to get a subscription.
    • App Store Server Notifications.
      • Get DID_CHANGE_RENEWAL_STATUS data
      • REVOKE notification
  • Facades

This version fixes

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