Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
✨ doctor has a panel area thanks to @Daandelange
Browse files Browse the repository at this point in the history
closes #6
  • Loading branch information
bnomei committed Oct 23, 2021
1 parent 474cd5c commit 455bb11
Show file tree
Hide file tree
Showing 16 changed files with 1,149 additions and 1,306 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
/tests/media
/tests/site/accounts
/tests/site/cache
/tests/site/sessions

# files of Composer dependencies that are not needed for the plugin
/vendor/**/.*
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![Downloads](https://flat.badgen.net/packagist/dt/bnomei/kirby3-doctor?color=272822)
[![Build Status](https://flat.badgen.net/travis/bnomei/kirby3-doctor)](https://travis-ci.com/bnomei/kirby3-doctor)
[![Coverage Status](https://flat.badgen.net/coveralls/c/github/bnomei/kirby3-doctor)](https://coveralls.io/github/bnomei/kirby3-doctor)
[![Maintainability](https://flat.badgen.net/codeclimate/maintainability/bnomei/kirby3-doctor)](https://codeclimate.com/github/bnomei/kirby3-doctor)
[![Maintainability](https://flat.badgen.net/codeclimate/maintainability/bnomei/kirby3-doctor)](https://codeclimate.com/github/bnomei/kirby3-doctor)
[![Twitter](https://flat.badgen.net/badge/twitter/bnomei?color=66d9ef)](https://twitter.com/bnomei)

Plugin to check health of your CMS installation
Expand Down Expand Up @@ -35,6 +35,9 @@ Plugin to check health of your CMS installation

## Usage Kirby Panel

This plugin will register a Panel Area "Doctor". Many thanks to @Daandelange for PRing this feature.
Alternatively you could also add the button to perform the checks on any other view.

```
fields:
doctor:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bnomei/kirby3-doctor",
"type": "kirby-plugin",
"version": "1.4.7",
"version": "1.5.0",
"description": "Kirby 3 Plugin to check health of your CMS installation.",
"license": "MIT",
"authors": [
Expand Down Expand Up @@ -40,7 +40,7 @@
"scripts": {
"build": [
"yarn",
"yarn run build"
"npx kirbyup src/index.js"
],
"analyze": "phpstan analyse classes",
"fix": "php-cs-fixer fix",
Expand All @@ -55,7 +55,7 @@
]
},
"require-dev": {
"getkirby/cms": "^3.2",
"getkirby/cms": "^3.6.0-rc.1",
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^9.5"
},
Expand Down
Loading

0 comments on commit 455bb11

Please sign in to comment.