Skip to content

Releases: tschoffelen/php-pkpass

v2.5.0

13 Sep 08:21
9c60546

Choose a tag to compare

What's Changed

  • feat: add APNs push support for Wallet passes by @Aplkaev in #157

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0

16 Jun 16:11
79ac331

Choose a tag to compare

What's Changed

Implement PKPassBundle by @tschoffelen in #155

Implements a new class called PKPassBundle, which allows you to package multiple passes together and present them at once in Safari:

You can use it like this:

use PKPass\PKPassBundle;

$bundle = new PKPassBundle();
$bundle->add($pass1);
$bundle->add($pass2);

$bundle->output();

Full Changelog: v2.3.2...v2.4.0

v2.3.2

30 Sep 07:47
019e07e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.1...v2.3.2

v2.3.1

25 Mar 13:37
83226a1

Choose a tag to compare

Merge pull request #139 from alexander-schranz/enhancement/add-gitatt…

v2.3.0

15 Feb 08:34
18175dc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

15 Dec 11:56
06ce23c

Choose a tag to compare

Switch to correct WWDR certificate (G4)

Update README

22 Apr 10:49
ee6df67

Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

Solution for P12 reading issue in newer OpenSSL

21 Apr 19:51
9b4db7c

Choose a tag to compare

What's Changed

Full Changelog: v2.0.3...v2.1.0

v2.0.3: Merge pull request #121 from netolicak/master

30 Dec 17:27
dddfca2

Choose a tag to compare

Added PKPass::addFileContent and PKPass::addLocaleFileContent methods…

v2.0.2: Merge pull request #120 from DanBrada/overwrite_tempfile

25 Oct 08:29
ee8c9de

Choose a tag to compare