Releases: readdle/app-store-server-api
Releases · readdle/app-store-server-api
3.13.0
3.12.0
IMPROVEMENTS:
- New
notificationType=ONE_TIME_CHARGEinResponseBodyV2
3.11.1
3.11.0
IMPROVEMENTS:
- Introduced new field to
TransactionInfo:appTransactionId - Introduced new fields to
RenewalInfo:appAccountToken,appTransactionId,currency,eligibleWinBackOfferIds,offerDiscountType,offerPeriod,renewalPrice - App Store Server API version compatibility: 1.15 - 2025/02/21
3.10.2
3.10.1
3.10.0
3.9.0
3.8.1
[3.8.1] 2024-07-08
BUGFIX:
- Default TTL for payload introduced and set to 5 min. Previous value of 1 hour (which is the maximum) seems to be the cause of failed responses in some cases.
- Makefile introduced just to have a shortcut 'make shell' for running Docker container using PHP image and having project directory mounted
3.8.0
IMPROVEMENTS:
- Nullable properties now are NOT converted to empty int/bool/float/string in AppMetadata, RenewalInfo, ResponseBodyV2, TransactionInfo, kudos to @dbrkv for pointing this out
- ArrayTypeCastGenerator moved to the separate class
- PHPUnit tests introduced (just the first one for ArrayTypeCastGenerator atm)
- Examples reworked a bit (RenewalInfo/TransactionInfo printing moved to the separate helper function)