From 4ca2e3fc7bb104fac765318d997eb00a36de3057 Mon Sep 17 00:00:00 2001 From: Nico Hoffmann Date: Fri, 29 Mar 2024 19:47:18 +0100 Subject: [PATCH] Preflight 5.2 release --- .github/README.md | 5 +++-- composer.json | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/README.md b/.github/README.md index 0bd8088..e85446f 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,7 +1,7 @@ ![Retour for Kirby](title.png) -[![Version](https://img.shields.io/badge/version-5.0-8dbae7.svg?style=for-the-badge)](https://github.com/distantnative/retour-for-kirby/releases) -[![Dependency](https://img.shields.io/badge/kirby-4.1--4.x-f0d575.svg?style=for-the-badge)](https://getkirby.com/) +[![Version](https://img.shields.io/badge/version-5.1.0-8dbae7.svg?style=for-the-badge)](https://github.com/distantnative/retour-for-kirby/releases) +[![Dependency](https://img.shields.io/badge/kirby-4.1.0--4.x-f0d575.svg?style=for-the-badge)](https://getkirby.com/) [![Donate](https://img.shields.io/badge/support-give_back-bdde7a.svg?style=for-the-badge)](https://paypal.me/distantnative) > [!NOTE] @@ -10,4 +10,5 @@ ## [Documentation](https://distantnative.github.io/retour-for-kirby/) ## Pay it forward 💛 + This plugin is completely free and published under the MIT license. However, development needs time and effort. If you are using it in a commercial project or just want to support me to keep this plugin alive, please [make a donation of your choice](https://paypal.me/distantnative). diff --git a/composer.json b/composer.json index 6009c4f..9469c71 100755 --- a/composer.json +++ b/composer.json @@ -3,12 +3,12 @@ "description": "Redirects and 404 tracking for Kirby", "license": "MIT", "type": "kirby-plugin", - "version": "5.1.0", + "version": "5.2.0", "homepage": "https://github.com/distantnative/retour-for-kirby", "authors": [ { "name": "Nico Hoffmann", - "email": "on-github@nhoffmann.com" + "email": "nico@getkirby.com" } ], "require": {