Releases: tschoffelen/php-pkpass
Releases · tschoffelen/php-pkpass
Fix output buffering warning
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
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
Remote certificates can be used
v1.2.1: Merge pull request #81 from Kinoba/master
Add `addLocaleRemoteFile` function
v1.2.0
Cleanup
v1.1.1
Cleanup
v1.1.0
Mayor cleanup. Also including the WWDR certificate by default now to ease the process.
v1.0.5
Attempt at fixing issue #60