Skip to content

Commit

Permalink
v9.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Sep 27, 2024
1 parent 96623fe commit c373246
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,34 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C

## [Unreleased][unreleased]

## [9.12.1] - 2024-09-27

### Fixed

- Fixed active subscription put 'On Hold' by expired first payment. ([#194](https://github.com/pronamic/wp-pay-core/issues/194))
- Fixed infinite loop when activating Restrict Content Pro subscription with past expiry date. ([#26](https://github.com/pronamic/wp-pronamic-pay-restrict-content-pro/issues/26))
- Improved updating MemberPress subscription gateway only on payment method changes. ([#22](https://github.com/pronamic/wp-pronamic-pay-memberpress/issues/22))

### Changed

- Use directory name as plugin dependencies slug. ([#388](https://github.com/pronamic/wp-pronamic-pay/issues/388))
- Only show admin tour within first day after plugin installation. ([#186](https://github.com/pronamic/wp-pay-core/issues/186))

### Composer

- Changed `woocommerce/action-scheduler` from `3.8.1` to `3.8.2`.
Release notes: https://github.com/woocommerce/action-scheduler/releases/tag/3.8.2
- Changed `wp-pay-extensions/memberpress` from `v4.8.0` to `v4.8.1`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-memberpress/releases/tag/v4.8.1
- Changed `wp-pay-extensions/restrict-content-pro` from `v4.6.1` to `v4.6.2`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-restrict-content-pro/releases/tag/v4.6.2
- Changed `wp-pay/core` from `v4.22.0` to `v4.22.1`.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.22.1

Full set of changes: [`9.12.0...9.12.1`][9.12.1]

[9.12.1]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.12.0...v9.12.1

## [9.12.0] - 2024-09-10

### Removed
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.12.0",
"version": "9.12.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.",
"author": {
"name": "Pronamic",
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.12.0
* Version: 9.12.1
* Requires at least: 5.9
* Requires PHP: 8.1
*
Expand Down
2 changes: 1 addition & 1 deletion 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.6
Requires PHP: 8.1
Stable tag: 9.12.0
Stable tag: 9.12.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit c373246

Please sign in to comment.