Skip to content

Commit

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

## [Unreleased][unreleased]

## [9.11.1] - 2024-08-01

### Fixed

- Fixed calculated number of subscription periods created falling outside optional phase end date. ([0364e4f](https://github.com/pronamic/wp-pay-core/commit/0364e4f31d38c53b09e5a4505d7a7e1a2778beac))
- Fixed time difference between Restrict Content Pro membership and subscription next payment date. ([2242a69](https://github.com/pronamic/wp-pronamic-pay-restrict-content-pro/commit/2242a692287f637cf3422159051988ee5b62face))
- Tested up to: 6.6 ([977a350](https://github.com/pronamic/wp-pronamic-pay/commit/977a3501e0860448e234b3fcb15626dc71817dae))

### Composer

- Changed `wp-pay-extensions/restrict-content-pro` from `v4.6.0` to `v4.6.1`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-restrict-content-pro/releases/tag/v4.6.1
- Changed `wp-pay/core` from `v4.21.0` to `v4.21.1`.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.21.1

Full set of changes: [`9.11.0...9.11.1`][9.11.1]

[9.11.1]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.11.0...v9.11.1

## [9.11.0] - 2024-07-25

### Added
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.11.0",
"version": "9.11.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.11.0
* Version: 9.11.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.11.0
Stable tag: 9.11.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit d3eeaa9

Please sign in to comment.