Skip to content

Releases: eymengunay/php-passbook

v3.1.3

31 Jan 11:53
a94b97e
Compare
Choose a tag to compare

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 and NumberField camelCase class constants (added new ones, in UPPER_CASE)

New Contributors

Full Changelog: v3.1.2...v3.1.3

Version 3.1.2

23 Jun 15:24
37157ec
Compare
Choose a tag to compare

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

Full Changelog: v3.1.1...v3.1.2

Version 3.1.1

28 Nov 16:33
46b03b4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.1.1

Version 3.1.0

28 Nov 15:41
4a1f776
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.1.0

Version 3.0.0

23 Dec 16:44
Compare
Choose a tag to compare

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

23 Feb 09:18
Compare
Choose a tag to compare

v2.1.1 (2018-02-23)

Features:
a5b05f3 : Grouping identifier validation bug fixed for non boardingPass and eventTicket types

Version 2.1.0

22 Jan 10:35
Compare
Choose a tag to compare

v2.1.0 (2018-01-22)

Features:
238fa52 : Image pathname can now be also URL, not only local file location

Version 2.0.0

16 Nov 22:02
Compare
Choose a tag to compare

v2.0.0 (2016-11-16)

Features:
c103b40 : Image class setRetina/isRetina methods replaced with setDensity/getDensity. (3x image support)

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)