Skip to content

Commit

Permalink
Merge branch 'release/8.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Jul 4, 2022
2 parents bd41eff + 1c46fa9 commit bc8017a
Show file tree
Hide file tree
Showing 29 changed files with 2,161 additions and 1,451 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
- cron: '0 0 * * *'
workflow_dispatch:

env:
COMPOSER_NO_INTERACTION: 1

jobs:
phplint:
uses: pronamic/actions/.github/workflows/phplint.yml@main
Expand Down
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C

## [Unreleased][unreleased]

## [8.5.0] - 2022-07-04

### Changed
- Updated WordPress core library to version 4.3.1.
- Added billing and shipping address details to test payments.
- Added tax details to test payments.
- Added `Authorized` payment status. ([pronamic/wp-pay-core#66](https://github.com/pronamic/wp-pay-core/issues/66))
- Updated logos library to version `1.8.3`.
- Updated WordPress Adyen library to version 4.1.0.
- Added WordPress network ID and blog ID to merchant reference ([#1](https://github.com/pronamic/wp-pronamic-pay-adyen/issues/1)).
- Updated WordPress MemberPress library to version 4.4.0.
- Added support for Klarna Pay Now, Klarna Pay Later and Klarna Pay Over Time ([pronamic/wp-pronamic-pay#190](https://github.com/pronamic/wp-pronamic-pay/issues/190)).
- Updated WordPress Mollie library to version 4.3.0.
- Added support for Mollie orders API. [pronamic/wp-pronamic-pay#190](https://github.com/pronamic/wp-pronamic-pay/issues/190)
- Improved JSON serialization for communication towards Mollie API.

## [8.4.1] - 2022-06-03

### Fixed
Expand Down Expand Up @@ -3127,7 +3143,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/8.4.1...HEAD
[unreleased]: https://github.com/pronamic/wp-pronamic-ideal/compare/8.5.0...HEAD
[8.5.0]: https://github.com/pronamic/wp-pronamic-ideal/compare/8.4.1...8.5.0
[8.4.1]: https://github.com/pronamic/wp-pronamic-ideal/compare/8.4.0...8.4.1
[8.4.0]: https://github.com/pronamic/wp-pronamic-ideal/compare/8.3.0...8.4.0
[8.3.0]: https://github.com/pronamic/wp-pronamic-ideal/compare/8.2.2...8.3.0
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# [Pronamic Pay](https://www.pronamic.eu/plugins/pronamic-pay/)

[![WordPress plugin](https://img.shields.io/wordpress/plugin/v/pronamic-pay.svg)](https://www.pronamic.eu/plugins/pronamic-pay/)
[![WordPress](https://img.shields.io/wordpress/plugin/dt/pronamic-pay.svg)](https://www.pronamic.eu/plugins/pronamic-pay/)
[![WordPress rating](https://img.shields.io/wordpress/plugin/r/pronamic-pay.svg)](https://www.pronamic.eu/plugins/pronamic-pay/)
[![WordPress](https://img.shields.io/wordpress/v/pronamic-pay.svg)](https://www.pronamic.eu/plugins/pronamic-pay/)
[![WP compatibility](https://plugintests.com/plugins/pronamic-pay/wp-badge.svg)](https://plugintests.com/plugins/pronamic-pay/latest-report)
[![WordPress plugin](https://img.shields.io/wordpress/plugin/v/pronamic-ideal.svg)](https://www.pronamic.eu/plugins/pronamic-pay/)
[![WordPress](https://img.shields.io/wordpress/plugin/dt/pronamic-ideal.svg)](https://www.pronamic.eu/plugins/pronamic-pay/)
[![WordPress rating](https://img.shields.io/wordpress/plugin/r/pronamic-ideal.svg)](https://www.pronamic.eu/plugins/pronamic-pay/)
[![WordPress](https://img.shields.io/wordpress/v/pronamic-ideal.svg)](https://www.pronamic.eu/plugins/pronamic-pay/)
[![WP compatibility](https://plugintests.com/plugins/pronamic-ideal/wp-badge.svg)](https://plugintests.com/plugins/pronamic-ideal/latest-report)
[![PHP from Packagist](https://img.shields.io/packagist/php-v/wp-pay/core.svg)]()
[![Build Status](https://travis-ci.org/pronamic/wp-pronamic-pay.svg?branch=develop)](https://travis-ci.org/pronamic/wp-pronamic-pay)
[![Coverage Status](https://coveralls.io/repos/github/pronamic/wp-pronamic-pay/badge.svg?branch=develop)](https://coveralls.io/github/pronamic/wp-pronamic-pay?branch=develop)
Expand Down
58 changes: 0 additions & 58 deletions admin/methods-wp-admin.php

This file was deleted.

13 changes: 8 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"pronamic/wp-html": "^2.0.0",
"pronamic/wp-money": "^2.0.1",
"pronamic/wp-number": "^1.1.0",
"roots/wordpress": "^5.2",
"roots/wordpress": "^5.9",
"woocommerce/action-scheduler": "^3.4.0",
"wp-pay-extensions/charitable": "^4.1.0",
"wp-pay-extensions/contact-form-7": "^3.0",
Expand Down Expand Up @@ -89,13 +89,13 @@
"wp-pay/fundraising": "^3.0.0"
},
"require-dev": {
"automattic/wordbless": "^0.3.1",
"bamarni/composer-bin-plugin": "^1.4",
"php-coveralls/php-coveralls": "^2.4",
"php-stubs/wordpress-globals": "^0.2.0",
"phpmd/phpmd": "^2.9",
"phpunit/phpunit": "^5.7",
"phpunit/phpunit-selenium": "^3.0",
"pronamic/wp-coding-standards": "^1.0",
"wp-phpunit/wp-phpunit": "^5.8",
"wp-phpunit/wp-phpunit": "^6.0",
"yoast/phpunit-polyfills": "^1.0"
},
"extra": {
Expand All @@ -116,7 +116,10 @@
"php-lint-plugin": "find -L . -type f -path ./.git -prune -o -path ./deploy -prune -o -path ./node_modules -prune -o -path ./repositories -prune -o -path ./vendor -prune -o -path ./wordpress -prune -o -path ./wp-content -prune -o -name '*.php' -print0 | xargs -0 -n 1 -P 4 php -l -n",
"php-lint-wp-pay": "find -L ./repositories/ -type f -name .git -prune -o -name node_modules -prune -o -name vendor -prune -o -name wordpress -prune -o -name wp-content -prune -o -name '*.php' -print0 | xargs -0 -n 1 -P 4 php -l -n",
"post-install-cmd": "echo 'Optionally run: composer bin all install'",
"post-update-cmd": "echo 'Optionally run: composer bin all update'",
"post-update-cmd": [
"echo 'Optionally run: composer bin all update'",
"php -r \"copy('wp-content/wordbless/src/dbless-wpdb.php', 'wordpress/wp-content/db.php');\""
],
"psalm": "vendor/bin/psalm",
"make-pot": "wp pronamic i18n make-pot . languages/pronamic_ideal.pot --slug='pronamic-ideal'",
"update-po": "find languages/*.po -type f -exec msgmerge --update --backup=off {} languages/pronamic_ideal.pot \\;",
Expand Down
Loading

0 comments on commit bc8017a

Please sign in to comment.