Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

Commit

Permalink
fixed widget license link
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Meilick <[email protected]>
  • Loading branch information
bnomei committed May 22, 2017
1 parent f13b24b commit 771b380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion widgets/mailjet/mailjet.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
'html' => function() {
return tpl::load(__DIR__ . DS . 'mailjet.html.php', array(
'text' => '<b>Kirby Mailjet</b> is running in trial mode. Please support the development of this plugin and <a href="https://sites.fastspring.com/bnomei/product/kirby-mailjet" target="_blank">buy a license</a>. If you already have a license key, please add it to your <code title="site/config/config.php" style="border-bottom: 1px dotted; font-family: monospace;">config.php</code> file.',
'text' => '<b>Kirby Mailjet</b> is running in trial mode. Please support the development of this plugin and <a href="https://bnomei.onfastspring.com/kirby-mailjet" target="_blank">buy a license</a>. If you already have a license key, please add it to your <code title="site/config/config.php" style="border-bottom: 1px dotted; font-family: monospace;">config.php</code> file.',
));
}
];

0 comments on commit 771b380

Please sign in to comment.