Skip to content

Releases: imdhemy/google-play-billing

1.11.0

28 Oct 19:21
b9dd17e

Choose a tag to compare

What's New

  • Feature: Added support for legacy deferred purchases (#218) by @EmanFateen
  • Fix: Properly instantiate ExternalAccountIdentifiers with optional fields (#229) by @BernhardtD

Dependency Updates

  • Updated symfony/serializer from 7.3.37.3.4 (#224)
  • Updated google/auth from 1.47.11.48.1 (#226)
  • Updated friendsofphp/php-cs-fixer (dev dependency):
    • 3.87.23.88.2 (#225)
    • 3.88.23.89.0 (#227)
    • 3.89.03.89.1 (#230)

New Contributor

🎉 @BernhardtD made their first contribution in #229


Full Changelog: v1.10.0 → v1.10.1

1.10.0

05 Oct 07:49
f7358f8

Choose a tag to compare

Release 1.10.0

🚀 New Features

🐛 Bug Fixes

🧰 Maintenance & Dependency Updates

  • chore(Subscription): Implement CancellationType enum (#216) by @EmanFateen
  • chore(deps): bump nesbot/carbon from 3.10.1 to 3.10.2 (#209)
  • chore(deps): bump symfony/property-access from 7.3.1 to 7.3.2 (#208)
  • chore(deps): bump symfony/serializer from 7.3.1 to 7.3.2 (#206)
  • chore(deps): bump guzzlehttp/guzzle from 7.9.3 to 7.10.0 (#211)
  • chore(deps): bump symfony/serializer from 7.3.2 to 7.3.3 (#213)
  • chore(deps): bump symfony/property-access from 7.3.2 to 7.3.3 (#212)
  • chore(deps): bump nesbot/carbon from 3.10.2 to 3.10.3 (#219)
  • chore(deps-dev): bump friendsofphp/php-cs-fixer from 3.84.0 to 3.85.1 (#207)
  • chore(deps-dev): bump friendsofphp/php-cs-fixer from 3.85.1 to 3.86.0 (#210)
  • chore(deps-dev): bump friendsofphp/php-cs-fixer from 3.86.0 to 3.87.1 (#220)
  • chore(deps-dev): bump friendsofphp/php-cs-fixer from 3.87.1 to 3.87.2 (#221)

👥 New Contributors


Full Changelog: v1.9.1...v1.10.0

1.9.1

27 Jul 10:09
a62b57f

Choose a tag to compare

What's Changed

  • chore(docs): add acknowledge subscription by @imdhemy in #203
  • fix(subscription): Map acknowledge to v1 by @imdhemy in #205

Full Changelog: 1.9.0...1.9.1

1.9.0

20 Jul 14:37
5084394

Choose a tag to compare

Features:

  • feat(purchase) support acknowledge subscription purchase by @imdhemy in #198

What's Changed

  • chore(docs): add query subscription v2 subscription purchase by @imdhemy in #194
  • chore(docs): fix subscription tip by @imdhemy in #195
  • chore(deps): bump google/auth from 1.47.0 to 1.47.1 by @dependabot[bot] in #200
  • chore(deps-dev): bump friendsofphp/php-cs-fixer from 3.76.0 to 3.84.0 by @dependabot[bot] in #199
  • chore(ci): Update dependabot.yaml by @imdhemy in #201

Full Changelog: 1.8.1...1.9.0

1.8.1

02 Jul 08:42
77655a5

Choose a tag to compare

What's Changed

  • chore(docs): Set up package documentation by @imdhemy in #186
  • chore(docs): add Client authentication docs by @imdhemy in #187
  • chore(docs): add Product lifecycle documentation by @imdhemy in #188
  • chore(deps): bump symfony/property-access from 7.3.0 to 7.3.1 by @dependabot in #189
  • chore(deps): bump symfony/serializer from 7.3.0 to 7.3.1 by @dependabot in #190
  • chore(deps): bump nesbot/carbon from 3.10.0 to 3.10.1 by @dependabot in #191
  • chore(deps-dev): bump friendsofphp/php-cs-fixer from 3.75.0 to 3.76.0 by @dependabot in #192

Full Changelog: 1.8.0...1.8.1

1.8.0

25 Jun 19:01
0fc2f71

Choose a tag to compare

What's Changed

  • chore(purchase): Implement product purchase enums by @imdhemy in #173
  • chore(purchase): Implement product purchase entity by @imdhemy in #174
  • feat(purchase): Support product acknowledge by @imdhemy in #175
  • feat(purchase): support product consume by @imdhemy in #176
  • feat(purchase): support get product purchase by @imdhemy in #177
  • feat(http): Add new client factory by @imdhemy in #178
  • chore(rtdn): model new Developer notification by @imdhemy in #179
  • chore: Reorganize clean architecture layers by @imdhemy in #180
  • feat(rtdn): implement test notification by @imdhemy in #181
  • feat(rtdn): Implement real-time developer notifications by @imdhemy in #182
  • feat(rtdn): add RTDN parser by @imdhemy in #184
  • chore: deprecate old code by @imdhemy in #185

Full Changelog: 1.7.1...1.8.0

1.7.1

13 Jun 21:22
9c8f05e

Choose a tag to compare

What's Changed

Full Changelog: 1.7.0...1.7.1

1.7.0

13 Jun 21:16
aa35173

Choose a tag to compare

Added 🎉

  • feat(purchase): Support v2 subscription revoke by @imdhemy in #171

Full Changelog: 1.6.0...1.7.0

1.6.0

12 Jun 21:18
1579c13

Choose a tag to compare

Added 🎉

What's Changed 🔧

  • [1.x] use php 8.3 by @imdhemy in #130
  • [1.x] Support timestamp zulu format in Time by @imdhemy in #133
  • chore(deps-dev): bump fakerphp/faker from 1.23.1 to 1.24.1 by @dependabot in #134
  • chore(deps): bump symfony/serializer from 7.1.6 to 7.2.0 by @dependabot in #135
  • chore(deps-dev): bump friendsofphp/php-cs-fixer from 3.64.0 to 3.65.0 by @dependabot in #136
  • chore(deps): bump symfony/property-access from 7.1.6 to 7.2.0 by @dependabot in #137
  • chore(deps): bump google/auth from 1.43.0 to 1.45.3 by @dependabot in #141
  • chore(deps): bump nesbot/carbon from 3.8.2 to 3.8.4 by @dependabot in #138
  • chore(deps): bump symfony/serializer from 7.2.0 to 7.2.3 by @dependabot in #142
  • chore(deps-dev): bump friendsofphp/php-cs-fixer from 3.65.0 to 3.68.5 by @dependabot in #143
  • chore(deps): bump symfony/property-access from 7.2.0 to 7.2.3 by @dependabot in #144
  • chore(deps): bump google/auth from 1.45.3 to 1.47.0 by @dependabot in #159
  • chore(deps): bump nesbot/carbon from 3.8.4 to 3.9.0 by @dependabot in #157
  • chore(deps): bump symfony/serializer from 7.2.3 to 7.2.5 by @dependabot in #152
  • chore(deps-dev): bump friendsofphp/php-cs-fixer from 3.68.5 to 3.75.0 by @dependabot in #151
  • chore(deps): bump symfony/serializer from 7.2.5 to 7.3.0 by @dependabot in #161
  • chore(deps): bump symfony/property-access from 7.2.3 to 7.3.0 by @dependabot in #160

Full Changelog: 1.5.3...1.6.0

1.5.3

09 Nov 11:09
5528bdf

Choose a tag to compare

What's Changed

  • [1.x ] improve ci workflows by @imdhemy in #116
  • chore(deps-dev): bump friendsofphp/php-cs-fixer from 3.52.0 to 3.52.1 by @dependabot in #117
  • chore(deps-dev): bump phpunit/phpunit from 9.6.17 to 9.6.18 by @dependabot in #118
  • [1.x] chore(subscription): adds pending purchase canceled event by @monurakkaya in #128

New Contributors

Full Changelog: 1.5.2...1.5.3