Skip to content

Commit

Permalink
Version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hdodov committed Jul 5, 2022
1 parent 0e71a4b commit 899a87c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
24 changes: 22 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,35 @@
{
"name": "oblik/kirby-git",
"description": "Shows you Git changes in the Kirby panel and allows you to add/commit/push them, manually or automatically.",
"type": "kirby-plugin",
"license": "MIT",
"version": "1.4.0",
"type": "kirby-plugin",
"keywords": [
"kirby",
"kirby-plugin"
],
"authors": [
{
"name": "Oblik Studio",
"email": "hello@oblik.studio",
"homepage": "https://oblik.studio/"
},
{
"name": "Hristiyan Dodov",
"email": "h.dodov@gmail.com",
"homepage": "https://dodov.me/"
"homepage": "https://dodov.dev/"
}
],
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/OblikStudio"
}
],
"support": {
"issues": "https://github.com/OblikStudio/kirby-git/issues",
"source": "https://github.com/OblikStudio/kirby-git"
},
"scripts": {
"fix": "php-cs-fixer fix"
},
Expand Down
2 changes: 1 addition & 1 deletion index.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.k-item[data-v-3d910a19] .k-item-info{font-family:var(--font-mono)}
.k-item[data-v-53c37a36] .k-item-info{font-family:var(--font-mono)}
2 changes: 1 addition & 1 deletion index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 899a87c

Please sign in to comment.