Skip to content

Commit 69b352b

Browse files
committed
chore: updated readme
1 parent 63657ed commit 69b352b

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Podcaster
1+
# Podcaster
2+
23
## A Kirby Podcast Plugin
34

45
![GitHub release](https://img.shields.io/github/release/mauricerenck/kirby-podcaster.svg?maxAge=1800) ![License](https://img.shields.io/github/license/mashape/apistatus.svg) ![Kirby Version](https://img.shields.io/badge/Kirby-3.9%2B-black.svg)
@@ -7,41 +8,40 @@
78

89
## Features
910

10-
- ✅ Ready for Kirby 4
11-
- ✅ Panel blueprint for a full featured RSS feed
12-
- ✅ Run multiple podcasts with just one Kirby installation
13-
- ✅ Panel blueprint for episodes details
14-
- ✅ Podcaster Analytics with detailed metrics
15-
- ✅ Tracking of episodes/feeds using Matomo
16-
- ✅ Tracking of episodes using PodTrac
17-
- ✅ Podcast Chapters
18-
- ✅ Snippet for a simple HTML5-Player
19-
- ✅ Snippet for the advanced Podlove Player
20-
- ✅ Configure and style your website player within the panel
11+
- ✅ Ready for Kirby 5
12+
- ✅ Panel blueprint for a full featured RSS feed
13+
- ✅ Run multiple podcasts with just one Kirby installation
14+
- ✅ Panel blueprint for episodes details
15+
- ✅ Podcaster Analytics with detailed metrics
16+
- ✅ Tracking of episodes/feeds using Matomo
17+
- ✅ Tracking of episodes using PodTrac
18+
- ✅ Podcast Chapters
19+
- ✅ Snippet for a simple HTML5-Player
20+
- ✅ Snippet for the advanced Podlove Player
21+
- ✅ Configure and style your website player within the panel
2122

2223
## Installation
2324

24-
This version of the plugin requires Kirby 3.9.0 or higher. The recommended way of installing is by using Composer:
25+
This version of the plugin requires Kirby 4 or higher. The recommended way of installing is by using Composer:
2526

2627
```bash
2728
composer require mauricerenck/podcaster
2829
```
2930

30-
Or download the [latest release](https://github.com/mauricerenck/kirby-podcaster/releases) unzip it, copy it to `site/plugins/podcaster`
31+
Or download the [latest release](https://github.com/mauricerenck/kirby-podcaster/releases) unzip it, copy it to `site/plugins/podcaster`
3132

3233
---
3334

3435
## Setup
3536

3637
There is a full video guide on setting up your podcast step by step on the [Podcaster Website](https://podcaster-plugin.com/docs/setup-tutorial/)
3738

38-
39-
* [Setup your podcast](docs/setup.md)
40-
* [Setup analytics](docs/analytics.md)
41-
* [Setup Podlove Player](docs/podlove.md)
42-
* [Podcaster in your templates](docs/templates.md)
43-
* [Podcaster Snippets](docs/snippets.md)
44-
* [Advanced Settings](docs/advanced-settings.md)
45-
* [Migrate from version 2](docs/migration-v2-v3.md)
46-
* [List of all fields](docs/fields.md)
47-
* [List of all options](docs/options.md)
39+
- [Setup your podcast](docs/setup.md)
40+
- [Setup analytics](docs/analytics.md)
41+
- [Setup Podlove Player](docs/podlove.md)
42+
- [Podcaster in your templates](docs/templates.md)
43+
- [Podcaster Snippets](docs/snippets.md)
44+
- [Advanced Settings](docs/advanced-settings.md)
45+
- [Migrate from version 2](docs/migration-v2-v3.md)
46+
- [List of all fields](docs/fields.md)
47+
- [List of all options](docs/options.md)

0 commit comments

Comments
 (0)