Skip to content

Commit

Permalink
v9.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Dec 18, 2023
1 parent 96bd5b6 commit c3bcc4b
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 21 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,35 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C

## [Unreleased][unreleased]

## [9.6.4] - 2023-12-18

### Removed

- Removed 'Ingenico - DirectLink' integration (pronamic/wp-pronamic-pay-ingenico/15). ([5322ba9](https://github.com/pronamic/wp-pronamic-pay/commit/5322ba9862e7af3196b8b2dda26723b953933c34))

### Composer

- Changed `woocommerce/action-scheduler` from `3.6.4` to `3.7.1`.
Release notes: https://github.com/woocommerce/action-scheduler/releases/tag/3.7.1
- Changed `wp-pay-extensions/contact-form-7` from `v3.3.2` to `v3.4.0`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-contact-form-7/releases/tag/v3.4.0
- Changed `wp-pay-extensions/formidable-forms` from `v4.4.1` to `v4.4.2`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-formidable-forms/releases/tag/v4.4.2
- Changed `wp-pay-extensions/memberpress` from `v4.7.10` to `v4.7.11`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-memberpress/releases/tag/v4.7.11
- Changed `wp-pay-extensions/woocommerce` from `v4.6.3` to `v4.7.0`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-woocommerce/releases/tag/v4.7.0
- Changed `wp-pay-gateways/ogone` from `v4.5.4` to `v4.6.0`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-ingenico/releases/tag/v4.6.0
- Changed `wp-pay-gateways/omnikassa-2` from `v4.5.2` to `v4.5.3`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-omnikassa-2/releases/tag/v4.5.3
- Changed `wp-pay/core` from `v4.14.2` to `v4.14.3`.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.14.3

Full set of changes: [`9.6.3...9.6.4`][9.6.4]

[9.6.4]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.6.3...v9.6.4

## [9.6.3] - 2023-11-15

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pronamic-pay",
"version": "9.6.3",
"version": "9.6.4",
"description": "The Pronamic Pay plugin adds payment methods like iDEAL, Bancontact, credit card and more to your WordPress site for a variety of payment providers.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pronamic-ideal.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay/
* Description: The Pronamic Pay plugin adds payment methods like iDEAL, Bancontact, credit card and more to your WordPress site for a variety of payment providers.
*
* Version: 9.6.3
* Version: 9.6.4
* Requires at least: 5.9
* Requires PHP: 8.0
*
Expand Down
48 changes: 29 additions & 19 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Donate link: https://www.pronamic.eu/donate/?for=wp-plugin-pronamic-pay&source=w
Requires at least: 5.9
Tested up to: 6.4
Requires PHP: 8.0
Stable tag: 9.6.3
Stable tag: 9.6.4

The Pronamic Pay plugin adds payment methods like iDEAL, Bancontact, credit card and more to your WordPress site for a variety of payment providers.

Expand Down Expand Up @@ -112,6 +112,34 @@ Automatic updates should work like a charm; as always though, ensure you backup

== Changelog ==

= 9.6.4 =
### Removed

- Removed 'Ingenico - DirectLink' integration (pronamic/wp-pronamic-pay-ingenico/15). ([5322ba9](https://github.com/pronamic/wp-pronamic-pay/commit/5322ba9862e7af3196b8b2dda26723b953933c34))

### Composer

- Changed `woocommerce/action-scheduler` from `3.6.4` to `3.7.1`.
Release notes: https://github.com/woocommerce/action-scheduler/releases/tag/3.7.1
- Changed `wp-pay-extensions/contact-form-7` from `v3.3.2` to `v3.4.0`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-contact-form-7/releases/tag/v3.4.0
- Changed `wp-pay-extensions/formidable-forms` from `v4.4.1` to `v4.4.2`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-formidable-forms/releases/tag/v4.4.2
- Changed `wp-pay-extensions/memberpress` from `v4.7.10` to `v4.7.11`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-memberpress/releases/tag/v4.7.11
- Changed `wp-pay-extensions/woocommerce` from `v4.6.3` to `v4.7.0`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-woocommerce/releases/tag/v4.7.0
- Changed `wp-pay-gateways/ogone` from `v4.5.4` to `v4.6.0`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-ingenico/releases/tag/v4.6.0
- Changed `wp-pay-gateways/omnikassa-2` from `v4.5.2` to `v4.5.3`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-omnikassa-2/releases/tag/v4.5.3
- Changed `wp-pay/core` from `v4.14.2` to `v4.14.3`.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.14.3

Full set of changes: [`9.6.3...9.6.4`][9.6.4]

[9.6.4]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.6.3...v9.6.4

= 9.6.3 =
### Fixed

Expand Down Expand Up @@ -235,24 +263,6 @@ Full set of changes: [`9.5.0...9.6.0`][9.6.0]

[9.6.0]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.5.0...v9.6.0

= 9.5.1 =
### Fixed

- Fixed duplicate payment status email with Restrict Content Pro.

### Composer

- Changed `automattic/jetpack-autoloader` from `v2.11.22` to `v2.12.0`.
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v2.12.0
- Changed `woocommerce/action-scheduler` from `3.6.2` to `3.6.3`.
Release notes: https://github.com/woocommerce/action-scheduler/releases/tag/3.6.3
- Changed `wp-pay-extensions/restrict-content-pro` from `v4.4.0` to `v4.4.1`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-restrict-content-pro/releases/tag/v4.4.1

Full set of changes: [`9.5.0...9.5.1`][9.5.1]

[9.5.1]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.5.0...v9.5.1

[See changelog for all versions.](https://github.com/pronamic/wp-pronamic-pay/blob/main/CHANGELOG.md)

== Links ==
Expand Down

0 comments on commit c3bcc4b

Please sign in to comment.