diff --git a/_build/composer.json b/_build/composer.json index e1eb907..fdc2927 100644 --- a/_build/composer.json +++ b/_build/composer.json @@ -2,7 +2,7 @@ "name": "alroniks/mspklarna", "description": "Payment provider for MODX miniShop2 e-commerce solutions based on Klarna gateway.", "type": "metapackage", - "version": "0.2.0", + "version": "0.3.0", "license": "proprietary", "authors": [ { diff --git a/changelog.md b/changelog.md index b6a663a..77a4166 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,20 @@ +# [0.3.0](https://github.com/alroniks/mspKlarna/compare/v0.2.0...v0.3.0) (2021-07-23) + + +### Bug Fixes + +* fix namespace links ([56b447a](https://github.com/alroniks/mspKlarna/commit/56b447af116c9c6f486fd0b7e3bfad33a4291123)) +* updated list of settings, which have to be installed within the package ([03702dc](https://github.com/alroniks/mspKlarna/commit/03702dcb99a012c559dccb37266494ec21370f35)) + + +### Features + +* getting klarna payment page, prototype ([4cb36b7](https://github.com/alroniks/mspKlarna/commit/4cb36b718bcdb97e28a15cb4f4a8dd8726c908f8)) +* payment handler, simple implementation ([a9045db](https://github.com/alroniks/mspKlarna/commit/a9045db8bfc27892705a1da0b9853af363f740f7)) +* service for communication with a gateway ([5011ead](https://github.com/alroniks/mspKlarna/commit/5011ead74d192638be9ddf68ef6399112f899c35)) + + + # [0.2.0](https://github.com/alroniks/mspKlarna/compare/v0.1.0...v0.2.0) (2021-07-19)