Skip to content

Commit

Permalink
v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Dec 29, 2022
1 parent e2c83f4 commit 8a66299
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
## [Unreleased][unreleased]
-

## [4.3.0] - 2022-12-29

### Commits

- No longer use `filter_` functions and deprecated `FILTER_SANITIZE_STRING`. ([c91dc03](https://github.com/pronamic/wp-pronamic-pay-ems-e-commerce/commit/c91dc03d507748761d25afe34ff344da94162d7b))

### Composer

- Changed `php` from `>=5.6.20` to `>=8.0`.
- Changed `wp-pay/core` from `^4.0` to `v4.6.0`.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.6.0
Full set of changes: [`4.2.0...4.3.0`][4.3.0]

[4.3.0]: https://github.com/pronamic/wp-pronamic-pay-ems-e-commerce/compare/v4.2.0...v4.3.0

## [4.2.0] - 2022-09-26
- Updated payment methods registration.

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": "ems-e-commerce",
"version": "4.2.0",
"version": "4.3.0",
"description": "EMS e-Commerce Gateway driver for the WordPress payment processing library.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8a66299

Please sign in to comment.