Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jimstrike committed Aug 1, 2024
1 parent 2188b88 commit d87b694
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d87b694

Please sign in to comment.