Skip to content

Commit 8349711

Browse files
committed
v1.1.0
1 parent ac818c3 commit 8349711

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ 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] - 2024-03-26
9+
10+
### Commits
11+
12+
- Tested up to: 6.5. ([ac818c3](https://github.com/pronamic/pronamic-pay-with-mollie-for-ninja-forms/commit/ac818c31d1891e02fa954abfca133e7d9d8fc079))
13+
- Removed Mollie signup link. ([5333171](https://github.com/pronamic/pronamic-pay-with-mollie-for-ninja-forms/commit/5333171ace565fd99243d4fde8f9c15cdf23e96b))
14+
- Reduce tags to 5. ([527ddb1](https://github.com/pronamic/pronamic-pay-with-mollie-for-ninja-forms/commit/527ddb1643e2cb2859ae7262ec6f2b6c9e3d9778))
15+
16+
### Composer
17+
18+
- Changed `automattic/jetpack-autoloader` from `v2.12.0` to `v3.0.4`.
19+
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v3.0.4
20+
- Changed `woocommerce/action-scheduler` from `3.7.2` to `3.7.3`.
21+
Release notes: https://github.com/woocommerce/action-scheduler/releases/tag/3.7.3
22+
- Changed `wp-pay-extensions/ninjaforms` from `v3.3.1` to `v3.3.2`.
23+
Release notes: https://github.com/pronamic/wp-pronamic-pay-ninjaforms/releases/tag/v3.3.2
24+
- Changed `wp-pay-gateways/mollie` from `v4.9.2` to `v4.10.0`.
25+
Release notes: https://github.com/pronamic/wp-pronamic-pay-mollie/releases/tag/v4.10.0
26+
- Changed `wp-pay/core` from `v4.15.1` to `v4.16.0`.
27+
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.16.0
28+
29+
Full set of changes: [`1.0.0...1.1.0`][1.1.0]
30+
31+
[1.1.0]: https://github.com/pronamic/pronamic-pay-with-mollie-for-ninja-forms/compare/v1.0.0...v1.1.0
32+
833
## [1.0.0] - 2023-01-30
934

1035
- First release.

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-mollie-for-ninja-forms",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Pronamic Pay plugin with Mollie for Ninja Forms integration.",
55
"author": "Pronamic",
66
"license": "GPL-2.0-or-later",

pronamic-pay-with-mollie-for-ninja-forms.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-mollie-for-ninja-forms/
55
* Description: Pronamic Pay plugin with Mollie for Ninja Forms integration.
66
*
7-
* Version: 1.0.0
7+
* Version: 1.1.0
88
* Requires at least: 5.9
99
* Requires PHP: 8.0
1010
*

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: pronamic, mollie, ninja-forms, form, payment
44
Requires at least: 5.9
55
Tested up to: 6.5
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)