Skip to content

Commit

Permalink
Merge branch 'release/6.7.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed May 28, 2021
2 parents ed3b183 + 3b95802 commit d25698c
Show file tree
Hide file tree
Showing 25 changed files with 3,520 additions and 2,018 deletions.
3 changes: 3 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/wp-pronamic-ideal.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

51 changes: 50 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,53 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C

## [Unreleased][unreleased]

## [6.7.2] - 2021-05-28

### Added
- Added WordPress pay DigiWallet library version 1.0.0.

### Changed
- Updated WordPress pay core library to version 2.7.1.
- Added transaction description setting to payment forms.
- Updated payment methods logos to version 1.6.6.
- Fixed missing `On Hold` status in payment status map.
- Updated WordPress pay OmniKassa 2.0 library to version 2.3.4.
- Added support for gateway configuration specific webhook URLs.
- Improved webhook error handling.
- Updated WordPress pay TargetPay library to version 2.2.0.
- Deprecated gateway in favor of DigiWallet.
- Improved error handling.
- Added documentation.
- Updated WordPress pay Charitable library to version 2.2.3.
- Improved using default gateway configuration.
- Updated WordPress pay Gravity Forms library to version 2.6.1.
- Improved Gravity Forms 2.5.3 compatibility.
- Fixed payment feed conditional logic setting.
- Fixed loading admin script in form editor.
- Updated WordPress pay MemberPress library to version 2.3.2.
- Improved setting tax amount and rate in trial phase.
- Updated WordPress pay Ninja Forms library to version 1.5.1.
- Improved delayed actions.

## [6.7.1] - 2021-05-11

### Fixed
- Updated `pronamic/wp-http` library to version `1.0.1`.
- Improved 'http_request_args' filter removal related to Query Monitor conflict.
- Updated `wp-pay-extensions/event-espresso` library to version `2.3.2`.
- Use `$transaction->remaining()` instead of `$transaction->total()` so that incomplete or manual payments are also included.
- Fixed "Non-static method EventEspressoHelper::get_description() should not be called statically" warning/error.
- Updated `wp-pay-extensions/memberpress` library to version `2.3.1`.
- Use default gateway configuration setting.
- Reduced magic in MemberPress payment address transformation function.
- Improved tax calculation of payment from MemberPress subscription in trial (coupon code).
- Updated `wp-pay-gateways/omnikassa-2` library to version `2.3.3`
- Improved error and exception handling in webhook controller.
- Introduced the `InvalidSignatureException` class.
- Improved documentation of the filters.
- Updated `wp-pay-gateways/payvision` library to version `1.1.2`
- Fixed "Uncaught Error: Class 'Pronamic\WordPress\Pay\Facades\Http' not found".

## [6.7.0] - 2021-04-26

### Changed
Expand Down Expand Up @@ -2765,7 +2812,9 @@ 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/6.7.0...HEAD
[unreleased]: https://github.com/pronamic/wp-pronamic-ideal/compare/6.7.2...HEAD
[6.7.2]: https://github.com/pronamic/wp-pronamic-ideal/compare/6.7.1...6.7.2
[6.7.1]: https://github.com/pronamic/wp-pronamic-ideal/compare/6.7.0...6.7.1
[6.7.0]: https://github.com/pronamic/wp-pronamic-ideal/compare/6.6.4...6.7.0
[6.6.4]: https://github.com/pronamic/wp-pronamic-ideal/compare/6.6.3...6.6.4
[6.6.3]: https://github.com/pronamic/wp-pronamic-ideal/compare/6.6.2...6.6.3
Expand Down
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ The Pronamic Pay plugin adds payment methods like iDEAL, Bancontact, credit card
| [ABN AMRO](https://www.abnamro.nl/) | ABN AMRO - iDEAL Zelfbouw (v3) |
| [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) |
| [European Merchant Services](https://emspay.nl/) | EMS - e-Commerce |
| [ICEPAY](https://icepay.nl/) | ICEPAY |
Expand All @@ -48,26 +49,26 @@ 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.45` |
| [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.1.9` | `5.3.0` |
| [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.9.26` |
| [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.48` |
| [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.1.9` | `5.4.1` |
| [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` |
| [Event Espresso 3](https://eventespresso.com/) | | | [GitHub](https://github.com/eventespresso/event-espresso-legacy) | `3.1.24` | `3.1.37.14.p` |
| [Event Espresso 3 Lite](https://eventespresso.com/) | | [WordPress.org](https://wordpress.org/plugins/event-espresso-free/) | [GitHub](https://github.com/eventespresso/event-espresso-legacy) | `3.1.29.1.L` | `3.1.37.15.L` |
| [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.09` |
| [Give](https://givewp.com/) | | [WordPress.org](https://wordpress.org/plugins/give/) | [GitHub](https://github.com/WordImpress/Give) | `1.8.0` | `2.9.1` |
| [Gravity Forms](https://www.gravityforms.com/) | [Rocketgenius](https://www.rocketgenius.com/) | | | `1.9` | `2.4.21` |
| [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.3` |
| [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 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.2.4` | `1.9.4` |
| [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.4.30` |
| [MemberPress](https://www.memberpress.com/) | [Caseproof, LLC](https://caseproof.com/) | | | `1.2.4` | `1.9.17` |
| [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` |
| [Restrict Content Pro](https://restrictcontentpro.com/) | [Sandhills Development, LLC](https://sandhillsdev.com/) | | | `3.0.0` | `3.4.4` |
| [s2Member®](https://s2member.com/) | [WebSharks, Inc.](http://www.websharks-inc.com/) | [WordPress.org](https://wordpress.org/plugins/s2member/) | [GitHub](https://github.com/WebSharks/s2Member) | `130816` | `200301` |
| [WooCommerce](https://woocommerce.com/) | [Automattic](https://automattic.com/) | [WordPress.org](https://wordpress.org/plugins/woocommerce/) | [GitHub](https://github.com/woocommerce/woocommerce) | `2.3.0` | `4.6.2` |
| [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.3.0` |
| [WP e-Commerce](https://wpecommerce.org/) | [Instinct Entertainment](http://instinct.co.nz/) | [WordPress.org](https://wordpress.org/plugins/wp-e-commerce/) | [GitHub](https://github.com/wp-e-commerce/WP-e-Commerce) | `3.8.12.1` | `3.15.1` |


Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"wp-pay-extensions/wp-e-commerce": "^2.1",
"wp-pay-gateways/adyen": "^1.3",
"wp-pay-gateways/buckaroo": "^2.1",
"wp-pay-gateways/digiwallet": "^1.0",
"wp-pay-gateways/ems-e-commerce": "^2.1",
"wp-pay-gateways/icepay": "^2.1",
"wp-pay-gateways/ideal": "^2.1",
Expand All @@ -77,7 +78,7 @@
"wp-pay-gateways/pay-nl": "^2.1",
"wp-pay-gateways/payvision": "^1.0",
"wp-pay-gateways/sisow": "^2.1",
"wp-pay-gateways/targetpay": "^2.1",
"wp-pay-gateways/targetpay": "^2.2",
"wp-pay/core": "^2.7",
"wp-pay/fundraising": "^1.0"
},
Expand Down
Loading

0 comments on commit d25698c

Please sign in to comment.