From a4a308ceaa650d0c44a1696a776d7d1ee5cff1fa Mon Sep 17 00:00:00 2001 From: Felix Hofmann-Oggier Date: Tue, 27 Apr 2021 15:52:49 +0200 Subject: [PATCH 1/3] Typo in starterkit: s/there/their --- site/blueprints/fields/cover.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/blueprints/fields/cover.yml b/site/blueprints/fields/cover.yml index 0239a12..99248da 100644 --- a/site/blueprints/fields/cover.yml +++ b/site/blueprints/fields/cover.yml @@ -1,4 +1,4 @@ -# Fields can be defined in there own field blueprints +# Fields can be defined in their own field blueprints # and reused across multiple blueprints # This field is used in the album.yml and note.yml blueprints # See http://getkirby.com/docs/guide/blueprints/extending-blueprints#reusing-and-extending-single-fields From 44a7353f7709588c0925cacc0d71505fe46ad2b3 Mon Sep 17 00:00:00 2001 From: Bastian Allgeier Date: Wed, 5 May 2021 11:27:33 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f0a5b5c..9723de9 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ You can learn more about Kirby at [getkirby.com](https://getkirby.com). ### Try Kirby for free You can try Kirby and the Starterkit on your local machine or on a test server as long as you need to make sure it is the right tool for your next project. … and when you’re convinced, [buy your license](https://getkirby.com/buy). +The starterkit is a demo of basic Kirby features. It's not recommended to be used "as is" in production. Please, follow our documentation closely for more features and guides on how to build secure, high-quality websites with Kirby. + ### Get going Read our guide on [how to get started with Kirby](https://getkirby.com/docs/guide/quickstart). From d500ca64e83992054a9d3ca81915392e1d5fa1b6 Mon Sep 17 00:00:00 2001 From: Ahmet Bora Date: Sun, 9 May 2021 11:44:00 +0300 Subject: [PATCH 3/3] Fix composer requirements --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 30c85b6..4f6589e 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ "source": "https://github.com/getkirby/starterkit" }, "require": { - "php": ">=7.1.0", - "getkirby/cms": "^3.0" + "php": ">=7.3.0 <8.1.0", + "getkirby/cms": "^3.5" }, "scripts": { "start": [