Skip to content

Releases: eymengunay/php-passbook

Version 1.3.1

16 Nov 21:22
Compare
Choose a tag to compare

v1.3.1 (2016-10-10)

Features:
1787b69 : PassInvalidException now returns an exception message

Version 1.3.0

06 May 14:55
@g- g-
Compare
Choose a tag to compare

v1.3.0 (2016-05-06)

Features:
db4f235 : Integrated pass validation into the PassFactory
d9e1015 : Added image file type check to pass validation (#48)
856ff45 : Specify the pass filename when packaging a pass (#50)

Bugfixes:
cce73c7 : Fixed some issues with slashes on Windows systems (#47)
1835c92 : Fixed escaping quotes in Localization text (#53)

Version 1.2.1

27 Jan 22:23
@g- g-
Compare
Choose a tag to compare

v1.2.1 (2016-01-27)

Bugfixes:
7df1e8f : Fixed issue setting Max Distance on a pass
ac878ce : Ensure values in number fields are a numeric type

This patch release supports PHP 5.3.

Version 1.2.0

09 Nov 13:10
@g- g-
Compare
Choose a tag to compare

v1.2.0 (2015-11-09)

Features:
2ff4556 : Localization support
165e7c0 : maxDistance support (for iOS 7+)
955146e : PKBarcodeFormatCode128 support (for iOS 9+)
f927c3a : Added PassValidator to catch common errors with passes
b5a4443 : Allow required information to be set directly in the pass

Bugfixes:
aa65c92 : Fixed issue with create/overwrite zip file
fc6dbd0 : Fixed issue serializing a pass without any fields
c5d14f8 : Prevent packaging a pass without a serial number
7371919 : Ensure serial number is always a string

This is the last release with support for PHP 5.3.

Version 1.1.3

08 Jul 08:43
Compare
Choose a tag to compare

v1.1.3 (2015-07-08)

Features:
0b45495 : Associated Store Identifier support

Version 1.1.2

23 Jul 15:46
Compare
Choose a tag to compare

v1.1.2 (2014-07-23)

Bugfixes:
a1fc43d : Windows signature file bug fixed

Version 1.1.1

28 Mar 18:26
Compare
Choose a tag to compare

v1.1.1 (2014-03-28)

Features:
157d7ea: appLaunchURL support
6007c74: expirationKeys support
36da208: NumberField class added

Bugfixes:
79171b1 : Boarding pass serialization bug fixed

Version 1.1.0

26 Jan 16:52
Compare
Choose a tag to compare

v1.1.0 (2014-01-26)

Features:
53a1cea: iBeacon support
650291b: JMS Serializer dependency removed
7cfdcc3: Field align constants added
092391b: Barcode type constants added
f072a9e: Pass images accept remote files
dcb4388: Simple pass server added for easier testing

Bugfixes:
94f9fb7 : Pass directory zip bug

Version 1.0.1

09 Oct 10:22
Compare
Choose a tag to compare

v1.0.1 (2013-10-09)

Features:
0be8eff: Unit tests added

Bugfixes:
b1ebd6f : Serializer name case fixed

Version 1.0.0

18 Jul 17:07
Compare
Choose a tag to compare

v1.0.0 (2013-06-05)

First release