From 771b380c10add53c280f8f943a14ff660220803a Mon Sep 17 00:00:00 2001 From: Bruno Meilick Date: Mon, 22 May 2017 19:13:43 +0200 Subject: [PATCH] fixed widget license link Signed-off-by: Bruno Meilick --- package.json | 2 +- widgets/mailjet/mailjet.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e233267..e1951c1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kirby-mailjet", "description": "Kirby Mailjet makes sending emails with Mailjet simple.", - "version": "0.7.0", + "version": "0.7.1", "author": "Bruno Meilick", "type": "kirby-plugin", "license": "Commercial" diff --git a/widgets/mailjet/mailjet.php b/widgets/mailjet/mailjet.php index fde1f88..14e0c11 100644 --- a/widgets/mailjet/mailjet.php +++ b/widgets/mailjet/mailjet.php @@ -8,7 +8,7 @@ ], 'html' => function() { return tpl::load(__DIR__ . DS . 'mailjet.html.php', array( - 'text' => 'Kirby Mailjet is running in trial mode. Please support the development of this plugin and buy a license. If you already have a license key, please add it to your config.php file.', + 'text' => 'Kirby Mailjet is running in trial mode. Please support the development of this plugin and buy a license. If you already have a license key, please add it to your config.php file.', )); } ];