Skip to content

Releases: eymengunay/php-passbook

v3.1.5

24 Apr 15:27
25fdf86
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.4...v3.1.5

v3.1.4

11 Mar 15:13
2fde7e8
Compare
Choose a tag to compare

What's Changed

  • Change pass nfc property to NfcInterface, refactor addNfc(), setNfc()… by @alex-andrushok in #105

New Contributors

Full Changelog: v3.1.3...v3.1.4

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

Known Issues

  • Add Nfc to passes, see #105

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)