Skip to content

Commit

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

## [Unreleased][unreleased]

## [9.12.0] - 2024-09-10

### Removed

- Removed VAT number validation from core. ([#189](https://github.com/pronamic/wp-pay-core/issues/189))

### Changed

- Update subscription action links UI ([#180](https://github.com/pronamic/wp-pay-core/pull/180))
- Always show 'Disable Recurring Payments' setting. ([#165](https://github.com/pronamic/wp-pay-core/issues/165))
- Added plugin information to MultiSafepay redirect transaction request. ([#5](https://github.com/pronamic/wp-pronamic-pay-multisafepay/issues/5))

### Composer

- Changed `automattic/jetpack-autoloader` from `v3.0.9` to `v3.1.0`.
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v3.1.0
- Changed `wp-pay-gateways/multisafepay` from `v4.4.0` to `v4.5.0`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-multisafepay/releases/tag/v4.5.0
- Changed `wp-pay/core` from `v4.21.1` to `v4.22.0`.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.22.0

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

[9.12.0]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.11.1...v9.12.0

## [9.11.1] - 2024-08-01

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

Expand Down

0 comments on commit 9e51167

Please sign in to comment.