Skip to content

Commit

Permalink
chore(release): v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jul 23, 2021
1 parent 4cb36b7 commit 8e07956
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _build/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down
17 changes: 17 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down

0 comments on commit 8e07956

Please sign in to comment.