Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Mar 29, 2023
1 parent 0bfe032 commit 4ca760a
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 5 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ 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.0.1] - 2023-03-29

### Commits

- Updated translations. ([0bfe032](https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-gravity-forms/commit/0bfe0329ae59be71a91c6a8428c01033d5ca0a4e))
- Tested up to 6.2. ([0fb19ff](https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-gravity-forms/commit/0fb19ffa279f1a89b628a91da285490e7dc645bd))
- Use class as integration key. ([55f9379](https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-gravity-forms/commit/55f9379dba93edea0b871d74106452fa1b32ffcb))

### Composer

- Changed `automattic/jetpack-autoloader` from `v2.11.16` to `v2.11.17`.
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v2.11.17
- Changed `wp-pay-extensions/gravityforms` from `v4.5.2` to `v4.5.3`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-gravityforms/releases/tag/v4.5.3
- Changed `wp-pay-gateways/mollie` from `v4.7.4` to `v4.7.6`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-mollie/releases/tag/v4.7.6
- Changed `wp-pay/core` from `v4.7.3` to `v4.9.0`.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.9.0
Full set of changes: [`1.0.0...1.0.1`][1.0.1]

[1.0.1]: https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-gravity-forms/compare/v1.0.0...v1.0.1

## [1.0.0] - 2023-02-24

- First release.
Expand Down
4 changes: 2 additions & 2 deletions languages/pronamic-pay-with-mollie-for-gravity-forms.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GPL-2.0-or-later.
msgid ""
msgstr ""
"Project-Id-Version: Pronamic Pay with Mollie for Gravity Forms 1.0.0\n"
"Project-Id-Version: Pronamic Pay with Mollie for Gravity Forms 1.0.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/pronamic-pay-with-mollie-for-gravity-forms\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-03-29T07:49:38+00:00\n"
"POT-Creation-Date: 2023-03-29T09:15:56+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.0-alpha\n"
"X-Domain: pronamic-pay-with-mollie-for-gravity-forms\n"
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.0.0",
"version": "1.0.1",
"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.0.0
* Version: 1.0.1
* Requires at least: 5.9
* Requires PHP: 7.4
*
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: 7.4
Stable tag: 1.0.0
Stable tag: 1.0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 4ca760a

Please sign in to comment.