Skip to content

Commit

Permalink
v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jun 19, 2024
1 parent 92f7fd4 commit 94171d3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.6.1] - 2024-06-19

### Commits

- Requires PHP: 8.1. ([bec899d](https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-gravity-forms/commit/bec899d49070eeff8f5182015412caff79763d7e))

### Composer

- Changed `wp-pay/core` from `v4.19.0` to `v4.20.0`.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.20.0

Full set of changes: [`1.6.0...1.6.1`][1.6.1]

[1.6.1]: https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-gravity-forms/compare/v1.6.0...v1.6.1

## [1.6.0] - 2024-06-12

### Composer
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/wp-pronamic-pay-with-mollie-for-gravity-forms",
"version": "1.6.0",
"version": "1.6.1",
"description": "Pronamic Pay plugin with Mollie for Gravity Forms integration.",
"author": "Pronamic",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion pronamic-pay-with-mollie-for-gravity-forms.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-with-mollie-for-gravity-forms/
* Description: Pronamic Pay plugin with Mollie for Gravity Forms integration.
*
* Version: 1.6.0
* Version: 1.6.1
* 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 @@ -4,7 +4,7 @@ Tags: pronamic, pay, mollie, gravity, gravityforms
Requires at least: 5.9
Tested up to: 6.5
Requires PHP: 8.1
Stable tag: 1.6.0
Stable tag: 1.6.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 94171d3

Please sign in to comment.