Skip to content

Commit 899a87c

Browse files
committed
Version 1.4.0
1 parent 0e71a4b commit 899a87c

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

composer.json

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,35 @@
11
{
22
"name": "oblik/kirby-git",
33
"description": "Shows you Git changes in the Kirby panel and allows you to add/commit/push them, manually or automatically.",
4-
"type": "kirby-plugin",
54
"license": "MIT",
5+
"version": "1.4.0",
6+
"type": "kirby-plugin",
7+
"keywords": [
8+
"kirby",
9+
"kirby-plugin"
10+
],
611
"authors": [
12+
{
13+
"name": "Oblik Studio",
14+
"email": "hello@oblik.studio",
15+
"homepage": "https://oblik.studio/"
16+
},
717
{
818
"name": "Hristiyan Dodov",
919
"email": "h.dodov@gmail.com",
10-
"homepage": "https://dodov.me/"
20+
"homepage": "https://dodov.dev/"
1121
}
1222
],
23+
"funding": [
24+
{
25+
"type": "github",
26+
"url": "https://github.com/sponsors/OblikStudio"
27+
}
28+
],
29+
"support": {
30+
"issues": "https://github.com/OblikStudio/kirby-git/issues",
31+
"source": "https://github.com/OblikStudio/kirby-git"
32+
},
1333
"scripts": {
1434
"fix": "php-cs-fixer fix"
1535
},

index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.k-item[data-v-3d910a19] .k-item-info{font-family:var(--font-mono)}
1+
.k-item[data-v-53c37a36] .k-item-info{font-family:var(--font-mono)}

index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)