Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Nov 9, 2023
1 parent b811fce commit 23d2480
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ 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.2.0] - 2023-11-09

### Changed

- Requires PHP 8. ([b811fce](https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-gravity-forms/commit/b811fce525604af985a12cb2a5172c33d3857cc8))

### Composer

- Changed `php` from `>=7.4` to `>=8.0`.
- Changed `wp-pay-gateways/mollie` from `v4.7.11` to `v4.8.1`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-mollie/releases/tag/v4.8.1
- Changed `wp-pay/core` from `v4.14.1` to `v4.14.2`.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.14.2

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

[1.2.0]: https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-gravity-forms/compare/v1.1.0...v1.2.0

## [1.1.0] - 2023-11-07

### Commits
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pronamic/wp-pronamic-pay-with-mollie-for-gravity-forms",
"description": "Pronamic Pay plugin with Mollie for Gravity Forms integration.",
"version": "1.1.0",
"version": "1.2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-gravity-forms.git"
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.1.0
* Version: 1.2.0
* Requires at least: 5.9
* Requires PHP: 8.0
*
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: mollie, gravity, form, payment, donation
Requires at least: 5.9
Tested up to: 6.2
Requires PHP: 8.0
Stable tag: 1.1.0
Stable tag: 1.2.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 23d2480

Please sign in to comment.