Skip to content

Commit

Permalink
v9.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jul 18, 2023
1 parent 100ebf4 commit 15768f2
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 26 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C

## [Unreleased][unreleased]

## [9.4.6] - 2023-07-18

### Composer

- Added `pronamic/wp-pronamic-pay-forms` `^1.0`.
- Changed `wp-pay-extensions/memberpress` from `v4.7.9` to `v4.7.10`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-memberpress/releases/tag/v4.7.10
- Changed `wp-pay-extensions/restrict-content-pro` from `v4.3.5` to `v4.3.6`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-restrict-content-pro/releases/tag/v4.3.6
- Changed `wp-pay/core` from `v4.9.4` to `v4.10.0`.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.10.0

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

[9.4.6]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.4.5...v9.4.6

## [9.4.5] - 2023-07-12

### 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.4.5",
"version": "9.4.6",
"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.5
* Version: 9.4.6
* Requires at least: 5.9
* Requires PHP: 7.4
*
Expand Down
40 changes: 16 additions & 24 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.5
Stable tag: 9.4.6

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

== Changelog ==

= 9.4.6 =
### Composer

- Added `pronamic/wp-pronamic-pay-forms` `^1.0`.
- Changed `wp-pay-extensions/memberpress` from `v4.7.9` to `v4.7.10`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-memberpress/releases/tag/v4.7.10
- Changed `wp-pay-extensions/restrict-content-pro` from `v4.3.5` to `v4.3.6`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-restrict-content-pro/releases/tag/v4.3.6
- Changed `wp-pay/core` from `v4.9.4` to `v4.10.0`.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.10.0

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

[9.4.6]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.4.5...v9.4.6

= 9.4.5 =
### Changed

Expand Down Expand Up @@ -288,29 +303,6 @@ 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

= 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

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

== Links ==
Expand Down

0 comments on commit 15768f2

Please sign in to comment.