Skip to content

Commit

Permalink
Updated plugin to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jimstrike committed Jul 31, 2024
1 parent a304136 commit d7ae0c6
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release Notes for "Siteimprove CMS Plugin" plugin

## 2.1.1 - 2024-08-01

### Changed

- Updated Siteimprove overlay script to use latest.
- Updated CP icons.

## 2.1.0 - 2024-06-16

### 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.0",
"version": "2.1.1",
"keywords": [
"craft",
"cms",
Expand Down
2 changes: 1 addition & 1 deletion resources/js/siteimprove.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const SiteimproveUI = function() {

// Init siteimprove
function init() {
let src = plugin.script || 'https://cdn.siteimprove.net/cms/overlay.js';
let src = plugin.script || 'https://cdn.siteimprove.net/cms/overlay-latest.js';

addScript(src, function() {

Expand Down
4 changes: 2 additions & 2 deletions 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.0';
public string $schemaVersion = '2.1.1';

/**
* @inheritdoc
Expand All @@ -79,7 +79,7 @@ class Plugin extends \craft\base\Plugin
/**
* @var string
*/
const SCRIPT_OVERLAY = 'https://cdn.siteimprove.net/cms/overlay.js';
const SCRIPT_OVERLAY = 'https://cdn.siteimprove.net/cms/overlay-latest.js';

/**
* @inheritdoc
Expand Down
2 changes: 1 addition & 1 deletion src/assets/dist/siteimprove.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion src/icon-mask.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion src/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d7ae0c6

Please sign in to comment.