From ecb3e112d21b01d70cbea53f1caaf92303fc5b17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reu=CC=88el=20van=20der=20Steege?= Date: Fri, 23 Sep 2022 16:29:05 +0200 Subject: [PATCH] Getting ready for version 5.0.0. --- CHANGELOG.md | 9 ++++++++- composer.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac0a67d1..0719030f 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] - +## [5.0.0] - 2022-09-23 +- 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/5.0.0...HEAD +[5.0.0]: https://github.com/pronamic/wp-pay-core/compare/4.3.1...5.0.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/composer.json b/composer.json index 0c425b93..889e4345 100644 --- a/composer.json +++ b/composer.json @@ -86,7 +86,7 @@ "coverage-html": "XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-html build/coverage-html", "coverage-text": "XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text", "coveralls": "vendor/bin/php-coveralls -v", - "phpcbf": "vendor/bin/phpcbf", + "phpcbf": "XDEBUG_MODE=off vendor/bin/phpcbf", "phpcs": "XDEBUG_MODE=off vendor/bin/phpcs -s -v", "phplint": "vendor/bin/phplint", "phpmd": "vendor/bin/phpmd src,tests text phpmd.ruleset.xml --suffixes php", diff --git a/package.json b/package.json index 76937c7e..78cfcec9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wp-pay/core", - "version": "4.3.1", + "version": "5.0.0", "description": "Core components for the WordPress payment processing library.", "repository": { "type": "git",