Skip to content

Commit 747d210

Browse files
committed
Getting ready for version 9.1.2.
1 parent 06c28b4 commit 747d210

File tree

5 files changed

+30
-16
lines changed

5 files changed

+30
-16
lines changed

CHANGELOG.md

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

77
## [Unreleased][unreleased]
88

9+
## [9.1.2] - 2022-11-09
10+
11+
### Fixed
12+
- Updated WordPress pay WooCommerce library to version 4.3.2.
13+
- Fixed "Fatal error: Uncaught Error: Call to undefined function wcs_get_subscriptions_for_order()". ([#29](https://github.com/pronamic/wp-pronamic-pay-woocommerce/issues/29)
14+
915
## [9.1.1] - 2022-11-07
1016

1117
### Fixed
@@ -3262,7 +3268,8 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
32623268
- Improved the feeds repository and the feed model
32633269
- Initial release
32643270

3265-
[unreleased]: https://github.com/pronamic/wp-pronamic-ideal/compare/9.1.1...HEAD
3271+
[unreleased]: https://github.com/pronamic/wp-pronamic-ideal/compare/9.1.2...HEAD
3272+
[9.1.2]: https://github.com/pronamic/wp-pronamic-ideal/compare/9.1.1...9.1.2
32663273
[9.1.1]: https://github.com/pronamic/wp-pronamic-ideal/compare/9.1.0...9.1.1
32673274
[9.1.0]: https://github.com/pronamic/wp-pronamic-ideal/compare/9.0.1...9.1.0
32683275
[9.0.1]: https://github.com/pronamic/wp-pronamic-ideal/compare/9.0.0...9.0.1

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.1.1",
3+
"version": "9.1.2",
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.1.1
7+
* Version: 9.1.2
88
* Requires at least: 5.2
99
* Requires PHP: 7.4
1010
*

readme.txt

Lines changed: 5 additions & 13 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.2
66
Tested up to: 6.1
77
Requires PHP: 7.4
8-
Stable tag: 9.1.1
8+
Stable tag: 9.1.2
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,10 @@ Automatic updates should work like a charm; as always though, ensure you backup
113113

114114
== Changelog ==
115115

116+
= 9.1.2 - 2022-11-09 =
117+
* Updated WordPress pay WooCommerce library to version 4.3.2.
118+
* Fixed "Fatal error: Uncaught Error: Call to undefined function wcs_get_subscriptions_for_order()". ([#29](https://github.com/pronamic/wp-pronamic-pay-woocommerce/issues/29)
119+
116120
= 9.1.1 - 2022-11-07 =
117121
* Updated WordPress pay WooCommerce library to version `4.3.1`.
118122
* Fixed "Fatal error: Uncaught Error: Call to undefined function wcs_get_subscription()". Props @jeffreyvr. [#28](https://github.com/pronamic/wp-pronamic-pay-woocommerce/pull/28)
@@ -210,18 +214,6 @@ Automatic updates should work like a charm; as always though, ensure you backup
210214
* Updated WordPress pay Ninja Forms library to version 3.1.1.
211215
* Updated WordPress pay Restrict Content Pro library to version 4.2.1.
212216

213-
= 8.5.1 - 2022-08-15 =
214-
* Updated WordPress pay Mollie library to version 4.3.1.
215-
* Updated payment provider URL from `www.mollie.com` to `my.mollie.com` ([#8](https://github.com/pronamic/wp-pronamic-pay-mollie/issues/8)).
216-
* Updated WordPress pay MultiSafepay library to version 4.1.2.
217-
* Fixed parsing gateways response message ([#3](https://github.com/pronamic/wp-pronamic-pay-multisafepay/issues/3)).
218-
* Updated WordPress pay Formidable Forms library to version 4.1.1.
219-
* Fixed not showing error messages if form success action is not 'message'.
220-
* Updated WordPress pay Gravity Forms library to version 4.1.1.
221-
* Fixed compatibility issue with plugins producing output in `gform_admin_pre_render` filter.
222-
* Fixed duplicate configurations in payment gateway configuration field setting ([#8](https://github.com/pronamic/wp-pronamic-pay-gravityforms/issues/8)).
223-
* Updated WordPress pay ICEPAY library to version 4.1.1.
224-
225217
[See changelog for all versions.](https://www.pronamic.eu/plugins/pronamic-pay/changelog/)
226218

227219
== Links ==

src/changelog.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
"version": "Unreleased",
44
"changes": {}
55
},
6+
{
7+
"version": "9.1.2",
8+
"date": "2022-11-09",
9+
"changes": {
10+
"name": "Fixed",
11+
"changes": [
12+
{
13+
"description": "Updated WordPress pay WooCommerce library to version 4.3.2.",
14+
"changes": [
15+
"Fixed \"Fatal error: Uncaught Error: Call to undefined function wcs_get_subscriptions_for_order()\". ([#29](https://github.com/pronamic/wp-pronamic-pay-woocommerce/issues/29)"
16+
]
17+
}
18+
]
19+
}
20+
},
621
{
722
"version": "9.1.1",
823
"date": "2022-11-07",

0 commit comments

Comments
 (0)