From 5dba2e26b7aab3b4aff8bfe81b5dff4193864da5 Mon Sep 17 00:00:00 2001 From: Lukas Bestle Date: Sun, 18 Sep 2022 21:52:26 +0200 Subject: [PATCH 1/3] Update plugin name in `config.php` The registered plugin name should match the path on `https://getkirby.com/plugins` to ensure that the update check will work. --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index e461725..730817f 100644 --- a/config.php +++ b/config.php @@ -2,7 +2,7 @@ use Kirby\Cms\App as Kirby; -Kirby::plugin('mzur/kirby-uniform', [ +Kirby::plugin('mzur/uniform', [ 'templates' => [ 'uniform/log-json' => __DIR__.'/templates/log-json.php', 'emails/uniform-default' => __DIR__.'/templates/emails/default.php', From 9cd58a1e6da24e50a2b141a5ef9b57ae89e8bfed Mon Sep 17 00:00:00 2001 From: Martin Zurowietz Date: Mon, 26 Sep 2022 20:22:58 +0200 Subject: [PATCH 2/3] Allow Kirby installer in composer.json --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index a6ebe86..111b151 100644 --- a/composer.json +++ b/composer.json @@ -39,5 +39,10 @@ }, "extra": { "kirby-cms-path": "vendor/getkirby/kirby" + }, + "config": { + "allow-plugins": { + "getkirby/composer-installer": true + } } } From 43a94f654b0c778b372b0f1fba7ee53e762539cf Mon Sep 17 00:00:00 2001 From: Martin Zurowietz Date: Fri, 25 Nov 2022 19:30:42 +0100 Subject: [PATCH 3/3] Update FUNDING.yml --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 88630a9..e5c1e62 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -5,4 +5,4 @@ patreon: # Replace with a single Patreon username open_collective: # Replace with a single Open Collective username ko_fi: # Replace with a single Ko-fi username tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -custom: https://www.paypal.me/mzur/10eur +custom: https://www.paypal.me/mzur