Skip to content

Latest commit

 

History

History
63 lines (35 loc) · 2.31 KB

CHANGELOG.md

File metadata and controls

63 lines (35 loc) · 2.31 KB

Changelog

v3.0 - 2024-08-12

Adds the ability to perform payouts. v3.0 will in most (if not all) cases be backwards compatible with v2.2. However, please review the upgrade guide and the changelog for other changes and updates.

What's Changed

  • Add payouts by @olssonm in #8
  • Fix capitalization of FUNDING.yml by @olssonm in #10
  • Update Laravel integration by @vinkla in #12
  • Add SWISH_URL in config by @olssonm in #14

Full Changelog: https://github.com/olssonm/swish-php/compare/v2.2...v3.0

v2.2 - 2024-06-20

What's Changed

  • Exclude non-essential files in production environments by @vinkla in #6

New Contributors

  • @vinkla made their first contribution in #6

Full Changelog: https://github.com/olssonm/swish-php/compare/v2.1...v2.2

v2.1 - 2024-01-08

What's Changed

  • Adding support for phpstan by @pnx in #5

New Contributors

  • @pnx made their first contribution in #5

Full Changelog: https://github.com/olssonm/swish-php/compare/v2.0...v2.1

v2.0 - 2023-05-25

Some rework to package to more easier load .pem-certificates instead of the .p12-variant.

This is a breaking update, however – migrating from v1.0 should take five minutes or less in most cases. Please review the upgrade guide for changes.

Support for PHP 7.4 and 8.0 has been dropped.

What's Changed

  • Downgrade to ubuntu 20.04 by @olssonm in #1
  • Fix broken build-shield by @olssonm in #2
  • Add php 8.2 to the test matrix by @olssonm in #3
  • Improve handling of .pem-certificates by @olssonm in #4

New Contributors

Full Changelog: https://github.com/olssonm/swish-php/compare/v1.0...v2.0

v1.0 - 2022-06-30

Added

  • Initial Release