Skip to content

Commit decf06d

Browse files
committed
Merge branch 'bugfix/8.5.1' into develop
2 parents 423d29a + db7244b commit decf06d

12 files changed

+308
-223
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
66

77
## [Unreleased][unreleased]
88

9+
## [8.5.1] - 2022-08-15
10+
11+
### Changed
12+
- Updated WordPress pay Mollie library to version 4.3.1.
13+
- Updated payment provider URL from `www.mollie.com` to `my.mollie.com` ([#8](https://github.com/pronamic/wp-pronamic-pay-mollie/issues/8)).
14+
- Updated WordPress pay MultiSafepay library to version 4.1.2.
15+
- Fixed parsing gateways response message ([#3](https://github.com/pronamic/wp-pronamic-pay-multisafepay/issues/3)).
16+
- Updated WordPress pay Formidable Forms library to version 4.1.1.
17+
- Fixed not showing error messages if form success action is not 'message'.
18+
- Updated WordPress pay Gravity Forms library to version 4.1.1.
19+
- Fixed compatibility issue with plugins producing output in `gform_admin_pre_render` filter.
20+
- Fixed duplicate configurations in payment gateway configuration field setting ([#8](https://github.com/pronamic/wp-pronamic-pay-gravityforms/issues/8)).
21+
- Updated WordPress pay ICEPAY library to version 4.1.1.
22+
923
## [8.5.0] - 2022-07-04
1024

1125
### Changed
@@ -3143,7 +3157,8 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
31433157
- Improved the feeds repository and the feed model
31443158
- Initial release
31453159

3146-
[unreleased]: https://github.com/pronamic/wp-pronamic-ideal/compare/8.5.0...HEAD
3160+
[unreleased]: https://github.com/pronamic/wp-pronamic-pay/compare/8.5.1...HEAD
3161+
[8.5.1]: https://github.com/pronamic/wp-pronamic-pay/compare/8.5.0...8.5.1
31473162
[8.5.0]: https://github.com/pronamic/wp-pronamic-ideal/compare/8.4.1...8.5.0
31483163
[8.4.1]: https://github.com/pronamic/wp-pronamic-ideal/compare/8.4.0...8.4.1
31493164
[8.4.0]: https://github.com/pronamic/wp-pronamic-ideal/compare/8.3.0...8.4.0

0 commit comments

Comments
 (0)