Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

34 lines (24 loc) · 1.43 KB

Changelog

1.1.2 (2023-02-10)

Bug Fixes

  • fix deprecated notices with PHP 8.1 (d494601)
  • fix payment date validation (4f5a96d)

Miscellaneous Chores

  • fix typo for Bacon QR code generator (41e452e)
  • remove composer.lock from VCS (020502e)
  • update .gitattributes to export-ignore more directories and files (e3d4cc2)

1.1.1 (2022-09-21)

Changed

  • Fixed problems from code inspection

1.1.0 (2022-09-09)

Changed

  • Make some parameters non-required
  • Improve purposeCode setter
  • Add note regarding OCR bug when testing
  • Make amount parameter nullable, add nullable test placeholder
  • Made not required parameters nullable, allowed method chaining with setters
  • Made some other parameters nullable, added support for multiple file types (.svg, .png, .eps)
  • Other minor code improvements

1.0.0 (2022-07-01)

Added

  • Initial library implementation