Skip to content

Commit

Permalink
v9.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Mar 30, 2023
1 parent cad436a commit 44757e8
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 26 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C

## [Unreleased][unreleased]

## [9.4.1] - 2023-03-30

### Fixed

- Fixed refunded amount checks.

### Composer

- Changed `automattic/jetpack-autoloader` from `v2.11.17` to `v2.11.18`.
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v2.11.18
- Changed `wp-pay-extensions/easy-digital-downloads` from `v4.3.2` to `v4.3.3`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-easy-digital-downloads/releases/tag/v4.3.3
- Changed `wp-pay-extensions/gravityforms` from `v4.5.3` to `v4.5.4`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-gravityforms/releases/tag/v4.5.4
- Changed `wp-pay-extensions/memberpress` from `v4.7.6` to `v4.7.7`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-memberpress/releases/tag/v4.7.7
- Changed `wp-pay-extensions/woocommerce` from `v4.5.4` to `v4.5.5`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-woocommerce/releases/tag/v4.5.5
- Changed `wp-pay/core` from `v4.9.0` to `v4.9.1`.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.9.1
Full set of changes: [`9.4.0...9.4.1`][9.4.1]

[9.4.1]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.4.0...v9.4.1

## [9.4.0] - 2023-03-29
### Changed

Expand Down
4 changes: 2 additions & 2 deletions languages/pronamic_ideal.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GPL-3.0-or-later.
msgid ""
msgstr ""
"Project-Id-Version: Pronamic Pay 9.4.0\n"
"Project-Id-Version: Pronamic Pay 9.4.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/pronamic-ideal\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-03-30T10:29:50+00:00\n"
"POT-Creation-Date: 2023-03-30T11:28:36+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.0-alpha\n"
"X-Domain: pronamic_ideal\n"
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.0",
"version": "9.4.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.4.0
* Version: 9.4.1
* Requires at least: 5.9
* Requires PHP: 7.4
*
Expand Down
46 changes: 24 additions & 22 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.0
Stable tag: 9.4.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,29 @@ Automatic updates should work like a charm; as always though, ensure you backup

== Changelog ==

= 9.4.1 =
### Fixed

- Fixed refunded amount checks.

### Composer

- Changed `automattic/jetpack-autoloader` from `v2.11.17` to `v2.11.18`.
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v2.11.18
- Changed `wp-pay-extensions/easy-digital-downloads` from `v4.3.2` to `v4.3.3`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-easy-digital-downloads/releases/tag/v4.3.3
- Changed `wp-pay-extensions/gravityforms` from `v4.5.3` to `v4.5.4`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-gravityforms/releases/tag/v4.5.4
- Changed `wp-pay-extensions/memberpress` from `v4.7.6` to `v4.7.7`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-memberpress/releases/tag/v4.7.7
- Changed `wp-pay-extensions/woocommerce` from `v4.5.4` to `v4.5.5`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-woocommerce/releases/tag/v4.5.5
- Changed `wp-pay/core` from `v4.9.0` to `v4.9.1`.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.9.1
Full set of changes: [`9.4.0...9.4.1`][9.4.1]

[9.4.1]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.4.0...v9.4.1

= 9.4.0 =
### Changed

Expand Down Expand Up @@ -262,27 +285,6 @@ Full set of changes: [`9.3.3...9.3.4`][9.3.4]

[9.3.4]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.3.3...v9.3.4

= 9.3.3 =
### Composer

- Changed `wp-pay-extensions/memberpress` from `v4.7.2` to `v4.7.3`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-memberpress/releases/tag/v4.7.3
- Changed `wp-pay-extensions/restrict-content-pro` from `v4.3.1` to `v4.3.2`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-restrict-content-pro/releases/tag/v4.3.2
- Changed `wp-pay-extensions/woocommerce` from `v4.5.1` to `v4.5.2`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-woocommerce/releases/tag/v4.5.2
- Changed `wp-pay-gateways/icepay` from `v4.3.1` to `v4.3.2`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-icepay/releases/tag/v4.3.2
- Changed `wp-pay-gateways/ideal-advanced-v3` from `v4.3.2` to `v4.3.3`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-ideal-advanced-v3/releases/tag/v4.3.3
- Changed `wp-pay-gateways/mollie` from `v4.7.2` to `v4.7.3`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-mollie/releases/tag/v4.7.3
- Changed `wp-pay/core` from `v4.7.1` to `v4.7.2`.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.7.2
Full set of changes: [`9.3.2...9.3.3`][9.3.3]

[9.3.3]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.3.2...v9.3.3

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

== Links ==
Expand Down

0 comments on commit 44757e8

Please sign in to comment.