From 73f23329488cd3a0373d0f1a93af167f0ba1b851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reu=CC=88el=20van=20der=20Steege?= Date: Mon, 26 Sep 2022 21:10:02 +0200 Subject: [PATCH] Getting ready for version 4.4.0. --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac0a67d1..52f683b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [4.4.0] - 2022-09-26 +- Fixed list table styling on mobile (pronamic/wp-pay-core#72). +- Refactored payments methods and fields support. +- Removed phone number field from test meta box. +- Removed Sisow reservation payments support. + ## [4.3.1] - 2022-07-01 ### Changed - Updated logos library to version `1.8.3`. @@ -518,7 +524,8 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## 1.0.0 - First release. -[unreleased]: https://github.com/pronamic/wp-pay-core/compare/4.3.1...HEAD +[unreleased]: https://github.com/pronamic/wp-pay-core/compare/4.4.0...HEAD +[4.4.0]: https://github.com/pronamic/wp-pay-core/compare/4.3.1...4.4.0 [4.3.1]: https://github.com/pronamic/wp-pay-core/compare/4.3.0...4.3.1 [4.3.0]: https://github.com/pronamic/wp-pay-core/compare/4.2.1...4.3.0 [4.2.1]: https://github.com/pronamic/wp-pay-core/compare/4.2.0...4.2.1 diff --git a/package.json b/package.json index 76937c7e..fb787840 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wp-pay/core", - "version": "4.3.1", + "version": "4.4.0", "description": "Core components for the WordPress payment processing library.", "repository": { "type": "git",