Releases: imdhemy/laravel-in-app-purchases
Releases · imdhemy/laravel-in-app-purchases
0.7.0
This version supports
This is a complete rewrite of the package to support:
- Google Play Developer API.
- Products
- Acknowledge.
- Get.
- Subscriptions
- Acknowledge.
- Get.
- Products
- 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
This version supports
This is a complete rewrite of the package to support:
- Google Play Developer API.
- Products
- Acknowledge.
- Get.
- Subscriptions
- Acknowledge.
- Get.
- Products
- Real-time Developer Notifications.
- Dispatches an event for each change in the subscription state
This version fixes
- The composer error:
Your requirements could not be resolved to an installable set of packages.
0.6.0
This version supports
This is a complete rewrite of the package to support:
- Google Play Developer API.
- Products
- Acknowledge.
- Get.
- Subscriptions
- Acknowledge.
- Get.
- Products
- 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
This version supports
This is a complete rewrite of the package to support:
- Google Play Developer API.
- Products
- Acknowledge.
- Get.
- Subscriptions
- Acknowledge.
- Get.
- Products
- 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
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
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
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
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
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
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)