Releases: imdhemy/laravel-in-app-purchases
[1.x] Fix event listeners configuration
[1.x] Support App Store notifications `v2`
v1.1.1
What's Changed
- Update composer.json by @iabdullahbeker in #138
New Contributors
- @iabdullahbeker made their first contribution in #138
Full Changelog: 1.1.0...1.1.1
[1.x] Get App Store raw response
[1.x] Fix UrlGeneratorDouble
What's Changed
Full Changelog: 1.0.2...1.0.3
[1.x] config file cleanup
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
Fix representation docbloc
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
- @patrikmojzis made their first contribution in #117
Full Changelog: 0.10.3...0.10.4
First LTS release
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 🥇
Support Appstore revoke notification
This version supports
-
PHP
>=7.1
-
Google Play Developer API.
- Products
- Acknowledge.
- Get.
- Subscriptions
- Acknowledge.
- Get.
- Products
-
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
- Google Play Real-time Developer Notifications.
-
Facades
- Custom clients on facades.
- Product Facade.
- Subscription Facade.
- Convert the get-response (from Google) into a standard Subscription Contract object.
- Convert the verify-response (from Appstore) into a standard Subscription Contract object.
This version fixes
- this is a pre-release. We are creating new issues to fix.