Skip to content

Commit

Permalink
v9.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Nov 8, 2023
1 parent fd61362 commit 5e4d471
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 41 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C

## [Unreleased][unreleased]

## [9.6.1] - 2023-11-08

### Composer

- Changed `wp-pay-gateways/omnikassa-2` from `v4.5.1` to `v4.5.2`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-omnikassa-2/releases/tag/v4.5.2

Full set of changes: [`9.6.0...9.6.1`][9.6.1]

[9.6.1]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.6.0...v9.6.1

## [9.6.0] - 2023-11-06

### Changed
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.0",
"version": "9.6.1",
"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.0
* Version: 9.6.1
* Requires at least: 5.9
* Requires PHP: 8.0
*
Expand Down
50 changes: 11 additions & 39 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.3
Requires PHP: 8.0
Stable tag: 9.6.0
Stable tag: 9.6.1

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 @@ -113,6 +113,16 @@ Automatic updates should work like a charm; as always though, ensure you backup

== Changelog ==

= 9.6.1 =
### Composer

- Changed `wp-pay-gateways/omnikassa-2` from `v4.5.1` to `v4.5.2`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-omnikassa-2/releases/tag/v4.5.2

Full set of changes: [`9.6.0...9.6.1`][9.6.1]

[9.6.1]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.6.0...v9.6.1

= 9.6.0 =
### Changed

Expand Down Expand Up @@ -262,44 +272,6 @@ Full set of changes: [`9.4.10...9.4.11`][9.4.11]

[9.4.11]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.4.10...v9.4.11

= 9.4.10 =
### Changed

- Improved processing of Contact Form 7 form submission data.

### Fixed

- Fixed compatibility with plugin "Send PDF for Contact Form 7".

### Commits

- Updated translations. ([f4010df](https://github.com/pronamic/wp-pronamic-pay/commit/f4010dff0272f2324f8cb7d1ca02d49292c75b62))
- Updated libraries. ([b5c46c7](https://github.com/pronamic/wp-pronamic-pay/commit/b5c46c7eb7391c4fbabcd0ed46d17b3b7fc087ef))
- Tested up to 6.3. ([f0f003a](https://github.com/pronamic/wp-pronamic-pay/commit/f0f003af6a95bfd2da5477d37a1732ed96f1e0ba))

### Composer

- Changed `automattic/jetpack-autoloader` from `v2.11.21` to `v2.11.22`.
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v2.11.22
- Changed `pronamic/wp-mollie` from `v1.2.2` to `v1.2.3`.
Release notes: https://github.com/pronamic/wp-mollie/releases/tag/v1.2.3
- Changed `woocommerce/action-scheduler` from `3.6.1` to `3.6.2`.
Release notes: https://github.com/woocommerce/action-scheduler/releases/tag/3.6.2
- Changed `wp-pay-extensions/contact-form-7` from `v3.2.5` to `v3.3.0`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-contact-form-7/releases/tag/v3.3.0
- Changed `wp-pay-extensions/woocommerce` from `v4.5.7` to `v4.5.8`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-woocommerce/releases/tag/v4.5.8
- Changed `wp-pay-gateways/adyen` from `v4.4.5` to `v4.4.6`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-adyen/releases/tag/v4.4.6
- Changed `wp-pay-gateways/mollie` from `v4.7.8` to `v4.7.9`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-mollie/releases/tag/v4.7.9
- Changed `wp-pay/core` from `v4.10.1` to `v4.11.0`.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.11.0

Full set of changes: [`9.4.9...9.4.10`][9.4.10]

[9.4.10]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.4.9...v9.4.10

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

== Links ==
Expand Down

0 comments on commit 5e4d471

Please sign in to comment.