Skip to content

Commit

Permalink
v9.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Jul 19, 2023
1 parent 0cc4c4d commit 7ccafe1
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 25 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C

## [Unreleased][unreleased]

## [9.4.7] - 2023-07-19

### Commits

- Added forms plugin integration. ([6174b96](https://github.com/pronamic/wp-pronamic-pay/commit/6174b96f3924828f3a8429f92e128a5413769bcd))

### Composer

- Changed `pronamic/wp-pronamic-pay-forms` from `v1.0.0` to `v1.0.1`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-forms/releases/tag/v1.0.1
- Changed `wp-pay/core` from `v4.10.0` to `v4.10.1`.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.10.1

Full set of changes: [`9.4.6...9.4.7`][9.4.7]

[9.4.7]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.4.6...v9.4.7

## [9.4.6] - 2023-07-18

### Composer
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.4.6",
"version": "9.4.7",
"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.4.6
* Version: 9.4.7
* Requires at least: 5.9
* Requires PHP: 7.4
*
Expand Down
40 changes: 17 additions & 23 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.2
Requires PHP: 7.4
Stable tag: 9.4.6
Stable tag: 9.4.7

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

== Changelog ==

= 9.4.7 =
### Commits

- Added forms plugin integration. ([6174b96](https://github.com/pronamic/wp-pronamic-pay/commit/6174b96f3924828f3a8429f92e128a5413769bcd))

### Composer

- Changed `pronamic/wp-pronamic-pay-forms` from `v1.0.0` to `v1.0.1`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-forms/releases/tag/v1.0.1
- Changed `wp-pay/core` from `v4.10.0` to `v4.10.1`.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.10.1

Full set of changes: [`9.4.6...9.4.7`][9.4.7]

[9.4.7]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.4.6...v9.4.7

= 9.4.6 =
### Composer

Expand Down Expand Up @@ -281,28 +297,6 @@ Full set of changes: [`9.4.2...9.4.3`][9.4.3]

[9.4.3]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.4.2...v9.4.3

= 9.4.2 =
### Fixed

- Fixed fatal error due to errorneous translations.

### Commits

- Updated translations. ([a416552](https://github.com/pronamic/wp-pronamic-pay/commit/a41655239944cf37900daca960c3468dc51fd59d))

### Composer

- Changed `wp-pay-extensions/charitable` from `v4.3.1` to `v4.3.2`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-charitable/releases/tag/v4.3.2
- Changed `wp-pay-gateways/adyen` from `v4.4.3` to `v4.4.4`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-adyen/releases/tag/v4.4.4
- Changed `wp-pay/core` from `v4.9.1` to `v4.9.2`.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.9.2

Full set of changes: [`9.4.1...9.4.2`][9.4.2]

[9.4.2]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.4.1...v9.4.2

[See changelog for all versions.](https://www.pronamic.eu/plugins/pronamic-pay/changelog/)

== Links ==
Expand Down

0 comments on commit 7ccafe1

Please sign in to comment.