Skip to content

Commit 58b73f5

Browse files
committed
v1.1.0
1 parent 4fac9e4 commit 58b73f5

4 files changed

+29
-3
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.0] - 2025-02-25
9+
10+
### Commits
11+
12+
- Removed iDEAL issuer selection for Rabo Smart Pay. ([9916e49](https://github.com/pronamic/wp-pronamic-pay-rabo-smart-pay/commit/9916e49529d25cb61e3a669c5774acb8a9d62b1c))
13+
- Tested up to WordPress version 6.7. ([fe42ba1](https://github.com/pronamic/pronamic-pay-with-rabo-smart-pay-for-woocommerce/commit/fe42ba15ea5126d06923080ea9033328f5d9d97d))
14+
15+
### Composer
16+
17+
- Changed `automattic/jetpack-autoloader` from `v3.0.8` to `v3.1.3`.
18+
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v3.1.3
19+
- Changed `composer/installers` from `v2.2.0` to `v2.3.0`.
20+
Release notes: https://github.com/composer/installers/releases/tag/v2.3.0
21+
- Changed `woocommerce/action-scheduler` from `3.8.0` to `3.9.2`.
22+
Release notes: https://github.com/woocommerce/action-scheduler/releases/tag/3.9.2
23+
- Changed `wp-pay-extensions/woocommerce` from `dev-main` to `v4.11.0`.
24+
Release notes: https://github.com/pronamic/wp-pronamic-pay-woocommerce/releases/tag/v4.11.0
25+
- Changed `wp-pay-gateways/omnikassa-2` from `dev-main` to `v4.9.0`.
26+
Release notes: https://github.com/pronamic/wp-pronamic-pay-rabo-smart-pay/releases/tag/v4.9.0
27+
- Changed `wp-pay/core` from `dev-main` to `v4.25.0`.
28+
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.25.0
29+
30+
Full set of changes: [`1.0.0...1.1.0`][1.1.0]
31+
32+
[1.1.0]: https://github.com/pronamic/pronamic-pay-with-rabo-smart-pay-for-woocommerce/compare/v1.0.0...v1.1.0
33+
834
## [1.0.0] - 2023-06-06
935

1036
- First release.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pronamic/wp-pronamic-pay-with-rabo-smart-pay-for-woocommerce",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Pronamic Pay plugin with Rabo Smart Pay for WooCommerce integration.",
55
"author": "Pronamic",
66
"license": "GPL-2.0-or-later",

pronamic-pay-with-rabo-smart-pay-for-woocommerce.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-with-rabo-smart-pay-for-woocommerce/
55
* Description: Pronamic Pay plugin with Rabo Smart Pay for WooCommerce integration.
66
*
7-
* Version: 1.0.0
7+
* Version: 1.1.0
88
* Requires at least: 5.9
99
* Requires PHP: 8.1
1010
*

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: pronamic, pay, rabobank, woo, woocommerce
44
Requires at least: 5.9
55
Tested up to: 6.7
66
Requires PHP: 8.0
7-
Stable tag: 1.0.0
7+
Stable tag: 1.1.0
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

0 commit comments

Comments
 (0)