From d87b6946e5ccf151d8a40f8bcbd536cd75db1dbd Mon Sep 17 00:00:00 2001 From: Dhimiter Karalliu Date: Thu, 1 Aug 2024 02:43:37 +0200 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- src/Plugin.php | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52014cf..14ee376 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release Notes for "Siteimprove CMS Plugin" plugin +## 2.1.3 - 2024-08-01 + +### Changed + +- Updated screenshots of Siteimprove UI. + ## 2.1.2 - 2024-08-01 ### Changed diff --git a/composer.json b/composer.json index fa32446..31f3f01 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "jimstrike/craft-siteimprove-cms-plugin", "description": "Siteimprove CMS Plugin", "type": "craft-plugin", - "version": "2.1.2", + "version": "2.1.3", "keywords": [ "craft", "cms", diff --git a/src/Plugin.php b/src/Plugin.php index dccbcb2..04de413 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -57,7 +57,7 @@ class Plugin extends \craft\base\Plugin * @inheritdoc * @var string */ - public string $schemaVersion = '2.1.2'; + public string $schemaVersion = '2.1.3'; /** * @inheritdoc