Skip to content

Commit

Permalink
Merge branch 'release/7.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Sep 30, 2021
2 parents c807115 + d42a453 commit 01f4fa6
Show file tree
Hide file tree
Showing 13 changed files with 404 additions and 370 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C

## [Unreleased][unreleased]

## [7.0.2] - 2021-09-30

### Changed
- Updated WordPress core library to version `3.2.0`.
- Start using `<input type="number">` in payment forms en test meta box.
- Removed deprecated `Util::string_to_amount( $value )` function.
- Updated logo library to version `1.6.8` for new Bancontact logo.
- Improved security by using correct escaping functions.
- Updated WordPress pay Fundraising library to version `2.0.3`.
- Load assets from relative links.
- Added Update URI in plugin file.
- Included and use `block.json`.
- Improved security by using correct escaping functions.

## [7.0.1] - 2021-09-16

### Changed
Expand Down Expand Up @@ -2961,7 +2975,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/7.0.1...HEAD
[unreleased]: https://github.com/pronamic/wp-pronamic-ideal/compare/7.0.2...HEAD
[7.0.2]: https://github.com/pronamic/wp-pronamic-ideal/compare/7.0.1...7.0.2
[7.0.1]: https://github.com/pronamic/wp-pronamic-ideal/compare/7.0.0...7.0.1
[7.0.0]: https://github.com/pronamic/wp-pronamic-ideal/compare/6.9.6...7.0.0
[6.9.6]: https://github.com/pronamic/wp-pronamic-ideal/compare/6.9.5...6.9.6
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"composer/installers": "^1.7",
"pronamic/wp-datetime": "^1.2",
"pronamic/wp-money": "^2.0",
"pronamic/wp-number": "^1.0",
"wp-pay-extensions/charitable": "^3.0",
"wp-pay-extensions/contact-form-7": "^2.0",
"wp-pay-extensions/easy-digital-downloads": "^3.0",
Expand Down Expand Up @@ -79,7 +80,7 @@
"wp-pay-gateways/payvision": "^2.0",
"wp-pay-gateways/sisow": "^3.0",
"wp-pay-gateways/targetpay": "^3.0",
"wp-pay/core": "^3.0",
"wp-pay/core": "^3.2",
"wp-pay/fundraising": "^2.0"
},
"require-dev": {
Expand Down
45 changes: 23 additions & 22 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 01f4fa6

Please sign in to comment.