Skip to content

1.10.0

Choose a tag to compare

@freekmurze freekmurze released this 01 Sep 08:51
8282a07

What's Changed

  • fix/feat: seat semantic tag wire keys by @manfield in #65
  • fix: include nameSuffix when serializing PersonName by @manfield in #66
  • feat: add Pass.RelevantDates support to Apple passes by @manfield in #67
  • feat: apple pass personalization by @manfield in #68

Apple passes can now declare several relevance windows with addRelevantDate() and addRelevantDateInterval(). Each single moment is written to both relevantDate and date so Wallet picks it up on iOS 18 as well as iOS 26, and the deprecated top-level relevantDate is derived from the first window so passes still surface on iOS 17 and earlier.

Pass personalization adds a new table. Existing installs should publish and run the new migration:

php artisan vendor:publish --tag="mobile-pass-migrations"
php artisan migrate

Full Changelog: 1.9.0...1.10.0