Skip to content

Commit

Permalink
8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed May 30, 2022
1 parent 84a5e9e commit 8d82132
Show file tree
Hide file tree
Showing 12 changed files with 1,220 additions and 879 deletions.
22 changes: 9 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,15 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C

## [Unreleased][unreleased]

## [8.4.0-RC-2] - 2022-05-12
## [8.4.0] - 2022-05-30

### Changed
- Updated WordPress Adyen library to version `4.0.0-RC-2`.

### Added
- Added usage of Pronamic Pay risk analyse API.

## [8.4.0-RC-1] - 2022-05-12

### Changed
- Updated WordPress Adyen library to version `4.0.0-RC-1`.
- Updated WordPress core library to version [`4.2.0`](https://github.com/pronamic/wp-pay-core/releases/tag/4.2.0).
- Updated WordPress Adyen library to version [`4.0.0`](https://github.com/pronamic/wp-pronamic-pay-adyen/releases/tag/4.0.0).
- Updated WordPress Mollie library to version [`4.2.0`](https://github.com/pronamic/wp-pronamic-pay-mollie/releases/tag/4.2.0).
- Updated WordPress MultiSafepay library to version [`4.1.1`](https://github.com/pronamic/wp-pronamic-pay-multisafepay/releases/tag/4.1.1).
- Updated WordPress Contact Form 7 library to version [`3.0.2`](https://github.com/pronamic/wp-pronamic-pay-contact-form-7/releases/tag/3.0.2).
- Updated WordPress MemberPress library to version [`4.3.0`](https://github.com/pronamic/wp-pronamic-pay-memberpress/releases/tag/4.3.0).

## [8.3.0] - 2022-05-04

Expand Down Expand Up @@ -3125,9 +3122,8 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
- Improved the feeds repository and the feed model
- Initial release

[unreleased]: https://github.com/pronamic/wp-pronamic-ideal/compare/8.4.0-RC-2...HEAD
[8.4.0-RC-2]: https://github.com/pronamic/wp-pronamic-ideal/compare/8.4.0-RC-1...8.4.0-RC-2
[8.4.0-RC-1]: https://github.com/pronamic/wp-pronamic-ideal/compare/8.3.0...8.4.0-RC-1
[unreleased]: https://github.com/pronamic/wp-pronamic-ideal/compare/8.4.0...HEAD
[8.4.0]: https://github.com/pronamic/wp-pronamic-ideal/compare/8.3.0...8.4.0
[8.3.0]: https://github.com/pronamic/wp-pronamic-ideal/compare/8.2.2...8.3.0
[8.2.2]: https://github.com/pronamic/wp-pronamic-ideal/compare/8.2.1...8.2.2
[8.2.1]: https://github.com/pronamic/wp-pronamic-ideal/compare/8.2.0...8.2.1
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,33 +59,33 @@
"roots/wordpress": "^5.2",
"woocommerce/action-scheduler": "^3.4.0",
"wp-pay-extensions/charitable": "^4.1.0",
"wp-pay-extensions/contact-form-7": "^3.0.1",
"wp-pay-extensions/contact-form-7": "^3.0",
"wp-pay-extensions/easy-digital-downloads": "^4.1.0",
"wp-pay-extensions/event-espresso": "^4.0.0",
"wp-pay-extensions/formidable-forms": "^4.1.0",
"wp-pay-extensions/give": "^4.0.0",
"wp-pay-extensions/gravityforms": "^4.1.0",
"wp-pay-extensions/memberpress": "^4.1.0",
"wp-pay-extensions/memberpress": "^4.3",
"wp-pay-extensions/ninjaforms": "^3.0.1",
"wp-pay-extensions/restrict-content-pro": "^4.1.0",
"wp-pay-extensions/woocommerce": "^4.1.1",
"wp-pay-gateways/adyen": "^4.0@RC",
"wp-pay-gateways/adyen": "^4.0",
"wp-pay-gateways/buckaroo": "^4.1.0",
"wp-pay-gateways/digiwallet": "^3.1.0",
"wp-pay-gateways/ems-e-commerce": "^4.1.0",
"wp-pay-gateways/icepay": "^4.1.0",
"wp-pay-gateways/ideal": "^4.0.0",
"wp-pay-gateways/ideal-advanced-v3": "^4.1.0",
"wp-pay-gateways/ideal-basic": "^4.1.0",
"wp-pay-gateways/mollie": "^4.1.0",
"wp-pay-gateways/multisafepay": "^4.1.0",
"wp-pay-gateways/mollie": "^4.2",
"wp-pay-gateways/multisafepay": "^4.1",
"wp-pay-gateways/ogone": "^4.1.0",
"wp-pay-gateways/omnikassa-2": "^4.1.1",
"wp-pay-gateways/pay-nl": "^4.1.0",
"wp-pay-gateways/paypal": "^2.1.0",
"wp-pay-gateways/payvision": "^3.1.0",
"wp-pay-gateways/sisow": "^4.1.0",
"wp-pay/core": "dev-develop as 4.2.0",
"wp-pay/core": "^4.2",
"wp-pay/fundraising": "^3.0.0"
},
"require-dev": {
Expand Down
77 changes: 33 additions & 44 deletions composer.lock

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

Loading

0 comments on commit 8d82132

Please sign in to comment.