Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jan 11, 2022
1 parent b9b2add commit 3c79b8c
Show file tree
Hide file tree
Showing 6 changed files with 388 additions and 274 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
## [Unreleased][unreleased]
-

## [4.0.0] - 2022-01-11
### Changed
- Updated to https://github.com/pronamic/wp-pay-core/releases/tag/4.0.0.
- Added payment ID to the webhook URL.

## [3.1.0] - 2021-09-03
- Added `pronamic_pay_mollie_payment_description` filter (with example).
- Removed check for empty amount, `0` amount is allowed for credit card authorizations.
Expand Down Expand Up @@ -185,7 +190,8 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
## 1.0.0 - 2015-01-19
- First release.

[unreleased]: https://github.com/wp-pay-gateways/mollie/compare/3.1.0...HEAD
[unreleased]: https://github.com/wp-pay-gateways/mollie/compare/4.0.0...HEAD
[4.0.0]: https://github.com/wp-pay-gateways/mollie/compare/3.1.0...4.0.0
[3.0.0]: https://github.com/wp-pay-gateways/mollie/compare/3.0.0...3.1.0
[2.2.4]: https://github.com/wp-pay-gateways/mollie/compare/2.2.4...3.0.0
[2.2.4]: https://github.com/wp-pay-gateways/mollie/compare/2.2.3...2.2.4
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"justinrainbow/json-schema": "^5.2",
"pronamic/wp-http": "^1.0",
"woocommerce/action-scheduler": "^3.4",
"wp-pay/core": "dev-develop as 3.0"
"wp-pay/core": "^4.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mollie",
"version": "3.1.0",
"version": "4.0.0",
"description": "Mollie driver for the WordPress payment processing library.",
"repository": {
"type": "git",
Expand Down
36 changes: 18 additions & 18 deletions vendor-bin/phpstan/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3c79b8c

Please sign in to comment.