Releases: eymengunay/php-passbook
v3.1.3
What's Changed
- Maintenance Work by @razvanphp in #103
- Added GitHub Actions for PHPUnit, PHPStan & PHP_CodeSniffer
- Fixed scrutinizer build and code coverage badge
- Enforced PSR-12 Extended Coding Style Guide
- Deprecated
Field
,DateField
andNumberField
camelCase class constants (added new ones, in UPPER_CASE)
New Contributors
- @razvanphp made their first contribution in #103
Full Changelog: v3.1.2...v3.1.3
Version 3.1.2
What's Changed
- Fix: isOverwrite() not honored while preparing localizations (#92). by @ioliva in #93
- Fix: Incompatible Image::getExtension return type deprecation notice by @endsoonconfess in #99
New Contributors
- @ioliva made their first contribution in #93
- @endsoonconfess made their first contribution in #99
Full Changelog: v3.1.1...v3.1.2
Version 3.1.1
What's Changed
- Fix strict type issue by @JeroenMoonen in #90
New Contributors
- @JeroenMoonen made their first contribution in #90
Full Changelog: v3.1.0...v3.1.1
Version 3.1.0
What's Changed
- Added NFC support by @hervehobbes in #89
New Contributors
- @hervehobbes made their first contribution in #89
Full Changelog: v3.0.0...v3.1.0
Version 3.0.0
v3.0.0 (2020-12-23)
Features:
6df4877:
- Bump PHPUnit and PHP versions to most recent
- Remove PSR-0 definitions and add PSR-4s instead to fix the namespace resolution issues
- Fix the broken tests
- Update the package's major version as the changes are not backwards compatible
- Add type checking to
NumberField
so it won't accept anything other than numbers - Shorten the environment variables defined in
phpunit.xml.dist
- Rename the certificate files
- Add Apple's WWDR cert
- Omit the extra step of defining the environment variables by fixing the defaults in
PassFactoryTest
- Remove
tests/bootstrap.php
as it's not needed anymore. - Remove some qualifiers
- Add types explicitly to some methods and properties.
This release requires PHP >= 7.4
Version 2.1.1
v2.1.1 (2018-02-23)
Features:
a5b05f3 : Grouping identifier validation bug fixed for non boardingPass
and eventTicket
types
Version 2.1.0
v2.1.0 (2018-01-22)
Features:
238fa52 : Image pathname can now be also URL, not only local file location
Version 2.0.0
v2.0.0 (2016-11-16)
Features:
c103b40 : Image class setRetina/isRetina methods replaced with setDensity/getDensity. (3x image support)
Version 1.3.1
v1.3.1 (2016-10-10)
Features:
1787b69 : PassInvalidException now returns an exception message
Version 1.3.0
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)