Skip to content

Commit

Permalink
Merge branch 'release/8.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Feb 16, 2022
2 parents 004bbce + 4480e36 commit 725dfea
Show file tree
Hide file tree
Showing 27 changed files with 2,681 additions and 1,813 deletions.
44 changes: 43 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,47 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C

## [Unreleased][unreleased]

## [8.1.0] - 2022-02-16

### Added
- Added support for new ING iDEAL Advanced platform.

### Changed
- Updated WordPress core library to version 4.0.2.
- Changed minimum PHP version requirement to `7.4` (https://github.com/pronamic/wp-pronamic-pay/issues/274).
- Changed follow-up payments query to subscriptions which needed renewal in past 24 hours only.
- Added next payment date column in subscriptions admin (https://github.com/pronamic/wp-pronamic-pay/issues/288).
- Fixed empty payment description admin column.
- Fixed error on subscription mandate selection page with invalid Mollie customer.
- Fixed possible infinite loop on updating active payment methods (https://github.com/pronamic/wp-pay-core/issues/54).
- Fixed setting Mollie sequence type when manually re-trying payment for a period.
- Updated scheduling follow-up payments pages.
- Updated site health tests and debug information.
- Updated pronamic/wp-pay-logos library to version `1.7.1`.
- Removed time from next payment dates in admin.
- Updated WordPress Adyen library to version 3.0.1.
- Added support for Klarna Pay Now and Klarna Pay Over Time.
- Added support for Afterpay and the Adyen `afterpaytouch` payment method indicator.
- Updated drop-in error handling (https://github.com/pronamic/wp-pronamic-pay-adyen/issues/2).
- Updated WordPress MultiSafepay library to version 4.0.1.
- Fixed possible error "Call to a member function get_total() on null".
- Updated WordPress Gravity Forms library to version 4.0.1.
- Fixed processing delayed feeds during fulfilment of free payments (e.g. user registration for entry with discount; https://github.com/pronamic/wp-pronamic-pay/issues/279).
- Updated WordPress MemberPress library to version 4.0.1.
- Fixed MemberPress gateway capabilities based on gateway support.
- Fixed confirming subscription confirmation transaction only for recurring payments.
- Updated WordPress Ninja Forms library to version 3.0.1.
- Fixed delaying all actions (https://github.com/pronamic/wp-pronamic-pay-ninjaforms/issues/4).
- Updated WordPress WooCommerce library to version 4.0.1.
- Added Klarna Pay Now and Klarna Pay Over Time gateways.
- Added support for multiple subscriptions.
- Fixed adding periods to payments.
- Fixed handling subscription payment method changes.
- Fixed setting input fields only if gateway is enabled.
- Updated AfterPay.nl and Afterpay.com method descriptions to clarify differences in target countries.
- Updated subscription source texts.
- Updated WordPress Mollie library to version 4.0.1.

## [8.0.0] - 2022-01-13

### Removed
Expand Down Expand Up @@ -2999,7 +3040,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.0.0...HEAD
[unreleased]: https://github.com/pronamic/wp-pronamic-ideal/compare/8.1.0...HEAD
[8.1.0]: https://github.com/pronamic/wp-pronamic-ideal/compare/8.0.0...8.1.0
[8.0.0]: https://github.com/pronamic/wp-pronamic-ideal/compare/7.0.2...8.0.0
[7.0.2]: https://github.com/pronamic/wp-pronamic-ideal/compare/7.0.1...7.0.2
[7.0.1]: https://github.com/pronamic/wp-pronamic-ideal/compare/7.0.0...7.0.1
Expand Down
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,25 @@ The Pronamic Pay plugin adds payment methods like iDEAL, Bancontact, credit card

| Provider | Name |
| -------- | ---- |
| [ABN AMRO](https://www.abnamro.nl/) | ABN AMRO - iDEAL Zelfbouw (v3) |
| [ABN AMRO](https://www.abnamro.nl/) | ABN AMRO - iDEAL Zelfbouw |
| [Adyen](https://www.adyen.com/) | Adyen |
| [Buckaroo](https://buckaroo.nl/) | Buckaroo - HTML |
| [DigiWallet](https://www.digiwallet.nl/) | DigiWallet |
| [Deutsche Bank](https://deutschebank.nl/) | Deutsche Bank - iDEAL Expert (v3) |
| [Deutsche Bank](https://deutschebank.nl/) | Deutsche Bank - iDEAL Expert |
| [European Merchant Services](https://emspay.nl/) | EMS - e-Commerce |
| [ICEPAY](https://icepay.nl/) | ICEPAY |
| [iDEAL Simulator](https://www.ideal-simulator.nl/) | iDEAL Simulator - iDEAL Professional / Advanced / Zelfbouw (v3) |
| [iDEAL Simulator](https://www.ideal-simulator.nl/) | iDEAL Simulator - iDEAL Professional / Advanced / Zelfbouw |
| [ING](https://www.ing.nl/) | ING - iDEAL Basic |
| [ING](https://www.ing.nl/) | ING - iDEAL Advanced (v3) |
| [ING](https://www.ing.nl/) | ING - iDEAL Advanced |
| [ING](https://www.ing.nl/) | ING - iDEAL Advanced (new platform) |
| [Mollie](https://www.mollie.nl/) | Mollie |
| [MultiSafepay](https://www.multisafepay.com/) | MultiSafepay - Connect |
| [Ingenico/Ogone](https://payment-services.ingenico.com/) | Ingenico/Ogone - DirectLink |
| [Ingenico/Ogone](https://payment-services.ingenico.com/) | Ingenico/Ogone - OrderStandard |
| [Pay.nl](https://www.pay.nl/) | Pay.nl |
| [Payvision](https://www.payvision.com) | Payvision |
| [Rabobank](https://www.rabobank.nl/) | Rabobank - OmniKassa 2.0 |
| [Rabobank](https://www.rabobank.nl/) | Rabobank - iDEAL Professional (v3) |
| [Rabobank](https://www.rabobank.nl/) | Rabobank - iDEAL Professional |
| [Sisow](https://www.sisow.nl/) | Sisow |
| [TargetPay](https://www.targetpay.com/) | TargetPay - iDEAL |

Expand All @@ -49,22 +50,22 @@ The Pronamic Pay plugin adds payment methods like iDEAL, Bancontact, credit card
| Name | Author | WordPress.org | GitHub | Requires at least | Tested up to |
| ---- | ------ | ------------- | ------ | ----------------- | ------------ |
| [Charitable](https://www.wpcharitable.com/) | [Studio 164a](https://www.164a.com/) | [WordPress.org](https://wordpress.org/plugins/charitable/) | [GitHub](https://github.com/Charitable/Charitable) | `1.3` | `1.6.54` |
| [Contact Form 7](https://contactform7.com/) | [Takayuki Miyoshi](https://ideasilo.wordpress.com/) | [WordPress.org](https://nl.wordpress.org/plugins/contact-form-7/) | [GitHub](https://github.com/takayukister/contact-form-7) | `5.2.0` | `5.5.3` |
| [Easy Digital Downloads](https://easydigitaldownloads.com/) | [Pippin Williamson](https://pippinsplugins.com/) | [WordPress.org](https://wordpress.org/plugins/easy-digital-downloads/) | [GitHub](https://github.com/easydigitaldownloads/Easy-Digital-Downloads) | `1.8.6` | `2.10.5` |
| [Contact Form 7](https://contactform7.com/) | [Takayuki Miyoshi](https://ideasilo.wordpress.com/) | [WordPress.org](https://nl.wordpress.org/plugins/contact-form-7/) | [GitHub](https://github.com/takayukister/contact-form-7) | `5.2.0` | `5.5.5` |
| [Easy Digital Downloads](https://easydigitaldownloads.com/) | [Pippin Williamson](https://pippinsplugins.com/) | [WordPress.org](https://wordpress.org/plugins/easy-digital-downloads/) | [GitHub](https://github.com/easydigitaldownloads/Easy-Digital-Downloads) | `1.8.6` | `2.11.5` |
| [Event Espresso 4](https://eventespresso.com/) | | | [GitHub](https://github.com/eventespresso/event-espresso-core) | `4.4.7.p` | `4.10.8.p` |
| [Event Espresso 4 Decaf](https://eventespresso.com/) | | [WordPress.org](https://wordpress.org/plugins/event-espresso-decaf/) | [GitHub](https://github.com/eventespresso/event-espresso-core) | `4.4.4.decaf` | `4.10.8.decaf` |
| [Formidable Forms](https://formidableforms.com/) | [Strategy11](https://strategy11.com/) | [WordPress.org](https://wordpress.org/plugins/formidable/) | [GitHub](https://github.com/Strategy11/formidable-forms) | `2.0.22` | `4.11` |
| [Give](https://givewp.com/) | | [WordPress.org](https://wordpress.org/plugins/give/) | [GitHub](https://github.com/WordImpress/Give) | `1.8.0` | `2.11.1` |
| [Gravity Forms](https://www.gravityforms.com/) | [Rocketgenius](https://www.rocketgenius.com/) | | | `1.9` | `2.5.9` |
| [Gravity Forms](https://www.gravityforms.com/) | [Rocketgenius](https://www.rocketgenius.com/) | | | `1.9` | `2.5.16` |
| [Gravity Forms AWeber Add-On](https://www.gravityforms.com/add-ons/aweber/) | [Rocketgenius](https://www.rocketgenius.com/) | | | `1.4.2` | `2.9` |
| [Gravity Forms Campaign Monitor Add-On](https://www.gravityforms.com/add-ons/campaign-monitor/) | [Rocketgenius](https://www.rocketgenius.com/) | | | `2.5.1` | `3.7` |
| [Gravity Forms MailChimp Add-On](https://www.gravityforms.com/add-ons/mailchimp/) | [Rocketgenius](https://www.rocketgenius.com/) | | | `2.4.1` | `4.6.3` |
| [Gravity Forms User Registration Add-On](https://www.gravityforms.com/add-ons/user-registration/) | [Rocketgenius](https://www.rocketgenius.com/) | | | `1.8` | `4.4` |
| [Gravity Forms User Registration Add-On](https://www.gravityforms.com/add-ons/user-registration/) | [Rocketgenius](https://www.rocketgenius.com/) | | | `1.8` | `4.9` |
| [Gravity Forms Zapier Add-On](https://www.gravityforms.com/add-ons/zapier/) | [Rocketgenius](https://www.rocketgenius.com/) | | | `1.4.2` | `3.2` |
| [MemberPress](https://www.memberpress.com/) | [Caseproof, LLC](https://caseproof.com/) | | | `1.9.21` | `1.9.21` |
| [Ninja Forms](https://ninjaforms.com/) | [The WP Ninjas](https://ninjaforms.com/) | [WordPress.org](https://wordpress.org/plugins/ninja-forms/) | [GitHub](https://github.com/wpninjas/ninja-forms) | `3.3.15` | `3.5.4` |
| [MemberPress](https://www.memberpress.com/) | [Caseproof, LLC](https://caseproof.com/) | | | `1.9.21` | `1.9.27` |
| [Ninja Forms](https://ninjaforms.com/) | [The WP Ninjas](https://ninjaforms.com/) | [WordPress.org](https://wordpress.org/plugins/ninja-forms/) | [GitHub](https://github.com/wpninjas/ninja-forms) | `3.3.15` | `3.6.7` |
| [Restrict Content Pro](https://restrictcontentpro.com/) | [Sandhills Development, LLC](https://sandhillsdev.com/) | | | `3.0.0` | `3.4.4` |
| [WooCommerce](https://woocommerce.com/) | [Automattic](https://automattic.com/) | [WordPress.org](https://wordpress.org/plugins/woocommerce/) | [GitHub](https://github.com/woocommerce/woocommerce) | `2.3.0` | `5.6.0` |
| [WooCommerce](https://woocommerce.com/) | [Automattic](https://automattic.com/) | [WordPress.org](https://wordpress.org/plugins/woocommerce/) | [GitHub](https://github.com/woocommerce/woocommerce) | `2.3.0` | `6.2.0` |


## Installation
Expand Down
21 changes: 21 additions & 0 deletions certificates/ing-new-2020-03-04-2025-01-17.cer
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
-----BEGIN CERTIFICATE-----
MIIDhzCCAm+gAwIBAgIUJsfKXmxKFkQyTZYQ/jbSpyl2bmMwDQYJKoZIhvcNAQEL
BQAwUzELMAkGA1UEBhMCTkwxFjAUBgNVBAoMDUlORyBCQU5LIE4uVi4xLDAqBgNV
BAMMI2lERUFMIGFjcXVpcmluZyAtIG1lcmNoYW50IHJlc3BvbnNlMB4XDTIwMDMw
NDE0MjEwNVoXDTI1MDExNzE0MjEwNVowUzELMAkGA1UEBhMCTkwxFjAUBgNVBAoM
DUlORyBCQU5LIE4uVi4xLDAqBgNVBAMMI2lERUFMIGFjcXVpcmluZyAtIG1lcmNo
YW50IHJlc3BvbnNlMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwhRI
6Xs93Zx4H2zDomBoZmBbKcCPEN0MkDmNZ16ddfp2GUBcWZEud+UYaXtw5TATJQ/d
F9S3GoQ1E6epF+lWmRH8BFHRgPwIVIrPcvBrndc4Gn8S3HbPVgwodloh5vtfWtQi
I/JBtUfqpJxkHmtAzZGQKr+/GOzO/w/hNSzCk0kxvo/V2y3PybyqFB+8NcLn+A4c
WfxG4PL9bXSSlu5vdYU/ik9doN+LdB8qmCARPtTrb54jFrqVg9HdYpDlmJtvs9Ug
6MievPwUKaEfFJtL8Wy6zuup6esWyI1qa9EvzZ9t+WKaM7u2v+iE1nFQmondt478
ZH+aqkkUK5LXJBDBOwIDAQABo1MwUTAdBgNVHQ4EFgQUu5moPxzDb6rR9Bc8hywF
u4riViYwHwYDVR0jBBgwFoAUu5moPxzDb6rR9Bc8hywFu4riViYwDwYDVR0TAQH/
BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAJ3vvLO1+UQ+EOQorcGr92BFx3axu
10z2dvh7610d4+37wtM3INx3X0VyxN+9AukFNXuFIGgP9pfFsANXO/a90X8/PgBx
eEUWFvEzRvozs/Oc6LmZB4vOhUAZjJuwAnxO1IMl6flm9qmpoXlNM8R0TeOlcj/f
kk9ho38KQbrCOPaaYoAEg01+AotPrVluUhw0bKav6HJKigxRZhBGyH6Oz5SChlbs
v3po/xn1PQtGN/9Y66I2Dlszopp3zqtdVYeOyZmJNs6VLlqoBBGLXo6JF/Y9beRy
2gDpO6ybWwoDpFAphOt3Y3+Qm3Fe1PMrmKoWAvVVGEK5vKfA4cGBCGbOdw==
-----END CERTIFICATE-----
21 changes: 21 additions & 0 deletions certificates/ing-new-sandbox-2020-03-04-2025-01-17.cer
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
-----BEGIN CERTIFICATE-----
MIIDhzCCAm+gAwIBAgIUfpZcqBNpQelCppPHPwDdSRVZQb4wDQYJKoZIhvcNAQEL
BQAwUzELMAkGA1UEBhMCTkwxFjAUBgNVBAoMDUlORyBCQU5LIE4uVi4xLDAqBgNV
BAMMI2lERUFMIGFjcXVpcmluZyAtIG1lcmNoYW50IHJlc3BvbnNlMB4XDTIwMDMw
NDE1MjcyNVoXDTI1MDExNzE1MjcyNVowUzELMAkGA1UEBhMCTkwxFjAUBgNVBAoM
DUlORyBCQU5LIE4uVi4xLDAqBgNVBAMMI2lERUFMIGFjcXVpcmluZyAtIG1lcmNo
YW50IHJlc3BvbnNlMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtXWs
qDB9I9tq1TwIYaJtD33zja2cvwpoPWOeVkJVz8juEpwf5KWtaNIT3cJvMvewwLnK
sPylSwsFH9iYlfaTdl0jQYDoDF0jRjDVKKO3DI4udLA/pvS0MCPcZvaF8nv5bqEq
9WBuXu/J0W3xBzJxFeNGfjZO6ohbhBOn51Jy7myeRkgcd8T0EJvTt+qKbgNsA3/A
kfAs+XT743k2XwS8YF55CwTxxQ2RtvMRM3AfpmD78Jnj/FZY+YH1yEwZi/q/3khL
DDQYqGsPk1H8BEqaf+4vPFAl5jCxq3agomuwFTa6/QJcoL8DqGYgzUmOlFyCzHki
FKykFrVpcECSSauTCQIDAQABo1MwUTAdBgNVHQ4EFgQUSb228PrxC3zgZUokju6y
FaFReygwHwYDVR0jBBgwFoAUSb228PrxC3zgZUokju6yFaFReygwDwYDVR0TAQH/
BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAANhDvx0FvXAVA0uqn3P774mDaSoF
KZcWNIoExcnqjtzndVyVlq425TCQkoa94dKIFCARG79S+rci+TeKXx0gGN+22AQR
SxvTdAgFkyMaK0ncj2eDbPdbnUSXTZvsiiGupADJ7Bsje7tAG0GI3HDdpWIeK43h
fm3ZI/rEmblERMtg853KLDmvo73waamJMQ/7RMnZ+fDsbHEuyHpmSl535edkpRql
+dA9LlhwW4GWI9LpctCmGkGJ7vvo8BbBZVBqsRq4rw2KkzBiAGAehB65GLECWXgY
lKYdFogeHPw2mBUaRpe4fOlfnwQULbivbgkST0HjFNGoPrPUIT0Bvu3BKw==
-----END CERTIFICATE-----
14 changes: 10 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{
"name": "Leo Oosterloo",
"email": "[email protected]",
"homepage": "http://www.leo-oosterloo.eu/",
"homepage": "https://www.leo-oosterloo.eu/",
"role": "Designer"
}
],
Expand All @@ -39,12 +39,18 @@
],
"config": {
"platform": {
"php": "5.6.20"
"php": "7.4"
},
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"roots/wordpress-core-installer": true,
"bamarni/composer-bin-plugin": true,
"composer/installers": true
}
},
"require": {
"php": ">=5.6.20",
"php": ">=7.4",
"composer/installers": "^1.7",
"pronamic/wp-datetime": "^2.0",
"pronamic/wp-html": "^2.0",
Expand Down
Loading

0 comments on commit 725dfea

Please sign in to comment.