Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Sep 11, 2023
1 parent a6e1658 commit 192e04a
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 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.0] - 2023-09-11

### Commits

- Removed `justinrainbow/json-schema` usage to fix https://github.com/pronamic/pronamic-pay-with-mollie-for-woocommerce/issues/6. ([b4d2e66](https://github.com/pronamic/wp-mollie/commit/b4d2e665cdabb136d91789b8cf67e62b37f59f69))

### Composer

- Removed `justinrainbow/json-schema` `^5.2`.
- Changed `php` from `>=7.4` to `>=8.0`.

Full set of changes: [`1.2.3...1.3.0`][1.3.0]

[1.3.0]: https://github.com/pronamic/wp-mollie/compare/v1.2.3...v1.3.0

## [1.2.3] - 2023-08-23

### Commits
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": "@pronamic/wp-mollie",
"version": "1.2.3",
"version": "1.3.0",
"description": "Mollie library for WordPress.",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 192e04a

Please sign in to comment.