Skip to content

Commit 7e18246

Browse files
committed
v1.1.1
1 parent c26fbe0 commit 7e18246

5 files changed

+27
-5
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ 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.1] - 2023-03-29
9+
10+
### Commits
11+
12+
- Updated translations. ([c26fbe0](https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7/commit/c26fbe0847ed22956be1539ef770b0fcaf9fe9fe))
13+
- Tested up to 6.2. ([466b459](https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7/commit/466b459cb89cf7dda12f9c2b4df940b235d509db))
14+
- Use class as integration key. ([b873559](https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7/commit/b8735595f5d5c663d915f5fd6e81d7c5f1104fa1))
15+
16+
### Composer
17+
18+
- Changed `automattic/jetpack-autoloader` from `v2.11.16` to `v2.11.17`.
19+
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v2.11.17
20+
- Changed `wp-pay-extensions/contact-form-7` from `v3.2.2` to `v3.2.4`.
21+
Release notes: https://github.com/pronamic/wp-pronamic-pay-contact-form-7/releases/tag/v3.2.4
22+
- Changed `wp-pay-gateways/mollie` from `v4.7.4` to `v4.7.6`.
23+
Release notes: https://github.com/pronamic/wp-pronamic-pay-mollie/releases/tag/v4.7.6
24+
- Changed `wp-pay/core` from `v4.7.3` to `v4.9.0`.
25+
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.9.0
26+
Full set of changes: [`1.1.0...1.1.1`][1.1.1]
27+
28+
[1.1.1]: https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7/compare/v1.1.0...v1.1.1
29+
830
## [1.1.0] - 2023-02-23
931

1032
### Addedd

languages/pronamic-pay-with-mollie-for-contact-form-7.pot

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the GPL-2.0-or-later.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Pronamic Pay with Mollie for Contact Form 7 1.1.0\n"
5+
"Project-Id-Version: Pronamic Pay with Mollie for Contact Form 7 1.1.1\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/pronamic-pay-with-mollie-for-contact-form-7\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2023-03-29T09:34:35+00:00\n"
12+
"POT-Creation-Date: 2023-03-29T09:43:40+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.8.0-alpha\n"
1515
"X-Domain: pronamic-pay-with-mollie-for-contact-form-7\n"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7",
33
"description": "Pronamic Pay plugin with Mollie for Contact Form 7 integration.",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7.git"

pronamic-pay-with-mollie-for-contact-form-7.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-mollie-for-contact-form-7/
55
* Description: Pronamic Pay plugin with Mollie for Contact Form 7 integration.
66
*
7-
* Version: 1.1.0
7+
* Version: 1.1.1
88
* Requires at least: 5.9
99
* Requires PHP: 7.4
1010
*

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: mollie, contact, form, contact form, payment, donation
44
Requires at least: 5.9
55
Tested up to: 6.2
66
Requires PHP: 7.4
7-
Stable tag: 1.1.0
7+
Stable tag: 1.1.1
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

0 commit comments

Comments
 (0)