Skip to content

Commit

Permalink
9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Nov 7, 2022
1 parent 1137976 commit c32ab4c
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 26 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C

## [Unreleased][unreleased]

## [9.1.1] - 2022-11-07

### Fixed
- Updated WordPress pay WooCommerce library to version `4.3.1`.
- 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)

## [9.1.0] - 2022-11-07

### Changed
Expand Down Expand Up @@ -3256,7 +3262,8 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
- Improved the feeds repository and the feed model
- Initial release

[unreleased]: https://github.com/pronamic/wp-pronamic-ideal/compare/9.1.0...HEAD
[unreleased]: https://github.com/pronamic/wp-pronamic-ideal/compare/9.1.1...HEAD
[9.1.1]: https://github.com/pronamic/wp-pronamic-ideal/compare/9.1.0...9.1.1
[9.1.0]: https://github.com/pronamic/wp-pronamic-ideal/compare/9.0.1...9.1.0
[9.0.1]: https://github.com/pronamic/wp-pronamic-ideal/compare/9.0.0...9.0.1
[9.0.0]: https://github.com/pronamic/wp-pronamic-ideal/compare/8.5.1...9.0.0
Expand Down
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified languages/pronamic_ideal-nl_NL.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion languages/pronamic_ideal-nl_NL.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: Pronamic Pay\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/pronamic-ideal\n"
"POT-Creation-Date: 2022-11-07T10:28:49+00:00\n"
"PO-Revision-Date: 2022-11-07 11:30+0100\n"
"PO-Revision-Date: 2022-11-07 14:54+0100\n"
"Last-Translator: Remco Tolsma <info@remcotolsma.nl>\n"
"Language-Team: Pronamic <info@pronamic.nl>\n"
"Language: nl_NL\n"
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.1.0\n"
"Project-Id-Version: Pronamic Pay 9.1.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/pronamic-ideal\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2022-11-07T10:28:49+00:00\n"
"POT-Creation-Date: 2022-11-07T13:54:16+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.7.1\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.1.0",
"version": "9.1.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.1.0
* Version: 9.1.1
* Requires at least: 5.2
* Requires PHP: 7.4
*
Expand Down
20 changes: 5 additions & 15 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.2
Tested up to: 6.1
Requires PHP: 7.4
Stable tag: 9.1.0
Stable tag: 9.1.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,10 @@ Automatic updates should work like a charm; as always though, ensure you backup

== Changelog ==

= 9.1.1 - 2022-11-07 =
* Updated WordPress pay WooCommerce library to version `4.3.1`.
* 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)

= 9.1.0 - 2022-11-07 =
* Updated WordPress pay core library to version `4.5.0`.
* Catch exceptions while retrieving options from for example iDEAL issuer select fields. ([#78](https://github.com/pronamic/wp-pay-core/issues/78))
Expand Down Expand Up @@ -218,20 +222,6 @@ Automatic updates should work like a charm; as always though, ensure you backup
* Fixed duplicate configurations in payment gateway configuration field setting ([#8](https://github.com/pronamic/wp-pronamic-pay-gravityforms/issues/8)).
* Updated WordPress pay ICEPAY library to version 4.1.1.

= 8.5.0 - 2022-07-04 =
* Updated WordPress core library to version 4.3.1.
* Added billing and shipping address details to test payments.
* Added tax details to test payments.
* Added `Authorized` payment status. ([pronamic/wp-pay-core#66](https://github.com/pronamic/wp-pay-core/issues/66))
* Updated logos library to version `1.8.3`.
* Updated WordPress Adyen library to version 4.1.0.
* Added WordPress network ID and blog ID to merchant reference ([#1](https://github.com/pronamic/wp-pronamic-pay-adyen/issues/1)).
* Updated WordPress MemberPress library to version 4.4.0.
* Added support for Klarna Pay Now, Klarna Pay Later and Klarna Pay Over Time ([pronamic/wp-pronamic-pay#190](https://github.com/pronamic/wp-pronamic-pay/issues/190)).
* Updated WordPress Mollie library to version 4.3.0.
* Added support for Mollie orders API. [pronamic/wp-pronamic-pay#190](https://github.com/pronamic/wp-pronamic-pay/issues/190)
* Improved JSON serialization for communication towards Mollie API.

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

== Links ==
Expand Down
15 changes: 15 additions & 0 deletions src/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
"version": "Unreleased",
"changes": {}
},
{
"version": "9.1.1",
"date": "2022-11-07",
"changes": {
"name": "Fixed",
"changes": [
{
"description": "Updated WordPress pay WooCommerce library to version `4.3.1`.",
"changes": [
"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)"
]
}
]
}
},
{
"version": "9.1.0",
"date": "2022-11-07",
Expand Down
2 changes: 2 additions & 0 deletions src/readme-md/README.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
header( 'Content-Type: text/plain' );

?>
<p align="center"><img src="/branding/banner-772x250.svg" alt="Banner of Pronamic Pay plugin"></p>

# [Pronamic Pay](https://www.pronamic.eu/plugins/pronamic-pay/)

[![WordPress plugin](https://img.shields.io/wordpress/plugin/v/pronamic-ideal.svg)](https://www.pronamic.eu/plugins/pronamic-pay/)
Expand Down

0 comments on commit c32ab4c

Please sign in to comment.