Skip to content

Releases: tschoffelen/php-pkpass

v2.5.0

Choose a tag to compare

@tschoffelen tschoffelen released this 13 Sep 08:21
9c60546

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

Choose a tag to compare

@tschoffelen tschoffelen released this 16 Jun 16:11
79ac331

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

Choose a tag to compare

@tschoffelen tschoffelen released this 30 Sep 07:47
019e07e

What's Changed

New Contributors

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

v2.3.1

Choose a tag to compare

@tschoffelen tschoffelen released this 25 Mar 13:37
83226a1
Merge pull request #139 from alexander-schranz/enhancement/add-gitatt…

v2.3.0

Choose a tag to compare

@tschoffelen tschoffelen released this 15 Feb 08:34
18175dc

What's Changed

New Contributors

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

v2.2.0

Choose a tag to compare

@tschoffelen tschoffelen released this 15 Dec 11:56
06ce23c

Switch to correct WWDR certificate (G4)

Update README

Choose a tag to compare

@tschoffelen tschoffelen released this 22 Apr 10:49
ee6df67

What's Changed

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

Solution for P12 reading issue in newer OpenSSL

Choose a tag to compare

@tschoffelen tschoffelen released this 21 Apr 19:51
9b4db7c

What's Changed

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

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

Choose a tag to compare

@tschoffelen tschoffelen released this 30 Dec 17:27
dddfca2
Added PKPass::addFileContent and PKPass::addLocaleFileContent methods…

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

Choose a tag to compare

@tschoffelen tschoffelen released this 25 Oct 08:29
ee8c9de
Change method of opening ZIP files