Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Sep 9, 2024
1 parent d07d658 commit da66f24
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.1] - 2024-09-09

### Fixed

- Fixed caching access token uniquely across modes. ([#10](https://github.com/pronamic/pronamic-pay-ideal-2/issues/10))
- Fixed using expired access token. ([#9](https://github.com/pronamic/pronamic-pay-ideal-2/issues/9))
- Fixed issue with `%` and `<` characters in private key passwords. ([#6](https://github.com/pronamic/pronamic-pay-ideal-2/issues/6))

### Composer

- Added `pronamic/wp-http-extended-ssl-support` `^1.0.0`.
- Changed `automattic/jetpack-autoloader` from `v3.0.8` to `v3.1.0`.
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v3.1.0
- Changed `wp-pay/core` from `v4.19.0` to `v4.22.0`.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.22.0

Full set of changes: [`1.1.0...1.1.1`][1.1.1]

[1.1.1]: https://github.com/pronamic/pronamic-pay-ideal-2/compare/v1.1.0...v1.1.1

## [1.1.0] - 2024-06-07

### 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/pronamic-pay-ideal-2",
"version": "1.1.0",
"version": "1.1.1",
"description": "This plugin contains the Pronamic Pay integration for iDEAL 2.0.",
"author": "Pronamic",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion pronamic-pay-ideal-2.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Pronamic Pay - iDEAL 2.0
* Plugin URI: https://wp.pronamic.directory/plugins/pronamic-pay-ideal-2/
* Description: This plugin contains the Pronamic Pay integration for iDEAL 2.0.
* Version: 1.1.0
* Version: 1.1.1
* Requires at least: 6.2
* Requires PHP: 8.0
* Author: Pronamic
Expand Down

0 comments on commit da66f24

Please sign in to comment.