Skip to content

Commit 15768f2

Browse files
committed
v9.4.6
1 parent 100ebf4 commit 15768f2

File tree

4 files changed

+34
-26
lines changed

4 files changed

+34
-26
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
66

77
## [Unreleased][unreleased]
88

9+
## [9.4.6] - 2023-07-18
10+
11+
### Composer
12+
13+
- Added `pronamic/wp-pronamic-pay-forms` `^1.0`.
14+
- Changed `wp-pay-extensions/memberpress` from `v4.7.9` to `v4.7.10`.
15+
Release notes: https://github.com/pronamic/wp-pronamic-pay-memberpress/releases/tag/v4.7.10
16+
- Changed `wp-pay-extensions/restrict-content-pro` from `v4.3.5` to `v4.3.6`.
17+
Release notes: https://github.com/pronamic/wp-pronamic-pay-restrict-content-pro/releases/tag/v4.3.6
18+
- Changed `wp-pay/core` from `v4.9.4` to `v4.10.0`.
19+
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.10.0
20+
21+
Full set of changes: [`9.4.5...9.4.6`][9.4.6]
22+
23+
[9.4.6]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.4.5...v9.4.6
24+
925
## [9.4.5] - 2023-07-12
1026

1127
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pronamic-pay",
3-
"version": "9.4.5",
3+
"version": "9.4.6",
44
"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.",
55
"repository": {
66
"type": "git",

pronamic-ideal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay/
55
* 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.
66
*
7-
* Version: 9.4.5
7+
* Version: 9.4.6
88
* Requires at least: 5.9
99
* Requires PHP: 7.4
1010
*

readme.txt

Lines changed: 16 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Donate link: https://www.pronamic.eu/donate/?for=wp-plugin-pronamic-pay&source=w
55
Requires at least: 5.9
66
Tested up to: 6.2
77
Requires PHP: 7.4
8-
Stable tag: 9.4.5
8+
Stable tag: 9.4.6
99

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

@@ -113,6 +113,21 @@ Automatic updates should work like a charm; as always though, ensure you backup
113113

114114
== Changelog ==
115115

116+
= 9.4.6 =
117+
### Composer
118+
119+
- Added `pronamic/wp-pronamic-pay-forms` `^1.0`.
120+
- Changed `wp-pay-extensions/memberpress` from `v4.7.9` to `v4.7.10`.
121+
Release notes: https://github.com/pronamic/wp-pronamic-pay-memberpress/releases/tag/v4.7.10
122+
- Changed `wp-pay-extensions/restrict-content-pro` from `v4.3.5` to `v4.3.6`.
123+
Release notes: https://github.com/pronamic/wp-pronamic-pay-restrict-content-pro/releases/tag/v4.3.6
124+
- Changed `wp-pay/core` from `v4.9.4` to `v4.10.0`.
125+
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.10.0
126+
127+
Full set of changes: [`9.4.5...9.4.6`][9.4.6]
128+
129+
[9.4.6]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.4.5...v9.4.6
130+
116131
= 9.4.5 =
117132
### Changed
118133

@@ -288,29 +303,6 @@ Full set of changes: [`9.4.1...9.4.2`][9.4.2]
288303

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

291-
= 9.4.1 =
292-
### Fixed
293-
294-
- Fixed refunded amount checks.
295-
296-
### Composer
297-
298-
- Changed `automattic/jetpack-autoloader` from `v2.11.17` to `v2.11.18`.
299-
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v2.11.18
300-
- Changed `wp-pay-extensions/easy-digital-downloads` from `v4.3.2` to `v4.3.3`.
301-
Release notes: https://github.com/pronamic/wp-pronamic-pay-easy-digital-downloads/releases/tag/v4.3.3
302-
- Changed `wp-pay-extensions/gravityforms` from `v4.5.3` to `v4.5.4`.
303-
Release notes: https://github.com/pronamic/wp-pronamic-pay-gravityforms/releases/tag/v4.5.4
304-
- Changed `wp-pay-extensions/memberpress` from `v4.7.6` to `v4.7.7`.
305-
Release notes: https://github.com/pronamic/wp-pronamic-pay-memberpress/releases/tag/v4.7.7
306-
- Changed `wp-pay-extensions/woocommerce` from `v4.5.4` to `v4.5.5`.
307-
Release notes: https://github.com/pronamic/wp-pronamic-pay-woocommerce/releases/tag/v4.5.5
308-
- Changed `wp-pay/core` from `v4.9.0` to `v4.9.1`.
309-
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.9.1
310-
Full set of changes: [`9.4.0...9.4.1`][9.4.1]
311-
312-
[9.4.1]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.4.0...v9.4.1
313-
314306
[See changelog for all versions.](https://www.pronamic.eu/plugins/pronamic-pay/changelog/)
315307

316308
== Links ==

0 commit comments

Comments
 (0)