Skip to content

Releases: tschoffelen/php-pkpass

Fix output buffering warning

09 Aug 19:18
ff88248
Compare
Choose a tag to compare

Thanks to a fix by @rkaiser0324, even when on the lowest output buffering level (i.e. no buffer has been created), this library won't throw an error.

Use system temp path

07 Jun 12:19
711a1a3
Compare
Choose a tag to compare

Before, the temp path was hardcoded to /tmp/. Now it uses the actual system's temp path, to make the library more compatible with non-*nix systems.

v1.2.2: Merge pull request #83 from Kinoba/master

24 Jul 07:07
b5a406a
Compare
Choose a tag to compare
Remote certificates can be used

v1.2.1: Merge pull request #81 from Kinoba/master

07 Jun 08:51
ea76f4c
Compare
Choose a tag to compare
Add `addLocaleRemoteFile` function

v1.2.0

30 May 19:59
Compare
Choose a tag to compare
Cleanup

v1.1.1

30 May 19:59
Compare
Choose a tag to compare
Cleanup

v1.1.0

28 Apr 23:40
Compare
Choose a tag to compare

Mayor cleanup. Also including the WWDR certificate by default now to ease the process.

v1.0.5

15 Mar 15:48
Compare
Choose a tag to compare
Attempt at fixing issue #60