Skip to content

Commit 1b9e57b

Browse files
committed
Version bump
1 parent fde170b commit 1b9e57b

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Kirby Embed
22

3-
Embed field for Kirby 3 and 4. Display embeds from various media sites (Youtube, Vimeo, Souncloud, Instagram, etc.) by only providing the url to the medium.
3+
Embed field for Kirby 3, 4 and 5. Display embeds from various media sites (Youtube, Vimeo, Souncloud, Instagram, etc.) by only providing the url to the medium.
44
Built on top of [oscarotero/Embed](https://github.com/oscarotero/Embed).
55

66
![embed-screenshot](https://user-images.githubusercontent.com/14079751/64260995-163b3380-cf2c-11e9-85dc-77f0b8a79a1f.jpg)
77

88
## Overview
99

10-
> This plugin is completely free and published under the MIT license. However, if you are using it in a commercial project and want to help me keep up with maintenance, please consider [making a donation of your choice](https://www.paypal.me/sylvainjl) or purchasing your license(s) through [my affiliate link](https://a.paddle.com/v2/click/1129/36369?link=1170).
10+
> This plugin is completely free and published under the MIT license. However, if you are using it in a commercial project and want to help me keep up with maintenance, you can consider [making a donation of your choice](https://www.paypal.me/sylvainjl).
1111
1212
- [1. Installation](#1-installation)
1313
- [2. Blueprint usage](#2-blueprint-usage)
@@ -18,8 +18,7 @@ Built on top of [oscarotero/Embed](https://github.com/oscarotero/Embed).
1818

1919
## 1. Installation
2020

21-
> Kirby 3: up to 1.1.0
22-
> Kirby 4: 1.1.1+
21+
> K3: up to 1.1.0, K4: up to 1.1.2, K5: 1.2.0+
2322
2423
Download and copy this repository to ```/site/plugins/embed```
2524

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "sylvainjule/embed",
3-
"description": "Embed field for Kirby 3",
3+
"description": "Embed field for Kirby",
44
"type": "kirby-plugin",
55
"license": "MIT",
6-
"version": "1.1.2",
6+
"version": "1.2.0",
77
"authors": [
88
{
99
"name": "Sylvain Julé",

0 commit comments

Comments
 (0)