Skip to content

Commit 85a7d91

Browse files
committed
v1.3.3
1 parent 5c8b0ca commit 85a7d91

4 files changed

Lines changed: 29 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- Start changelog -->
99

10+
## [1.3.3] - 2025-11-17
11+
12+
### Composer
13+
14+
- Changed `automattic/jetpack-autoloader` from `v5.0.12` to `v5.0.13`.
15+
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v5.0.13
16+
- Changed `wp-pay/core` from `v4.27.1` to `v4.28.0`.
17+
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.28.0
18+
19+
Full set of changes: [`1.3.2...1.3.3`][1.3.3]
20+
21+
[1.3.3]: https://github.com/pronamic/pronamic-pay-with-rabo-smart-pay-for-woocommerce/compare/v1.3.2...v1.3.3
22+
1023
## [1.3.2] - 2025-11-11
1124

1225
### Composer

package.json

Lines changed: 1 addition & 1 deletion
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.3.2",
3+
"version": "1.3.3",
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

Lines changed: 1 addition & 1 deletion
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.3.2
7+
* Version: 1.3.3
88
* Requires at least: 5.9
99
* Requires PHP: 8.2
1010
*

readme.txt

Lines changed: 14 additions & 1 deletion
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.8
66
Requires PHP: 8.2
7-
Stable tag: 1.3.2
7+
Stable tag: 1.3.3
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -74,6 +74,19 @@ Discover all the benefits of Pronamic Pay Premium at [https://www.pronamicpay.co
7474

7575
<!-- Start changelog -->
7676

77+
### [1.3.3] - 2025-11-17
78+
79+
#### Composer
80+
81+
- Changed `automattic/jetpack-autoloader` from `v5.0.12` to `v5.0.13`.
82+
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v5.0.13
83+
- Changed `wp-pay/core` from `v4.27.1` to `v4.28.0`.
84+
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.28.0
85+
86+
Full set of changes: [`1.3.2...1.3.3`][1.3.3]
87+
88+
[1.3.3]: https://github.com/pronamic/pronamic-pay-with-rabo-smart-pay-for-woocommerce/compare/v1.3.2...v1.3.3
89+
7790
### [1.3.2] - 2025-11-11
7891

7992
#### Composer

0 commit comments

Comments
 (0)