Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jimstrike committed Nov 1, 2020
2 parents bb41617 + 29e7ef0 commit f5a388f
Show file tree
Hide file tree
Showing 22 changed files with 868 additions and 794 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release Notes for "Siteimprove CMS Plugin" plugin

## 1.0.2 - 2020-11-01

### Changed
- Updated and optimized screenshots.

### Fixed
- Fixed node_modules deprecated packages.

## 1.0.1 - 2020-11-01

### Changed
Expand Down
6 changes: 3 additions & 3 deletions 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": "1.0.1",
"version": "1.0.2",
"keywords": [
"craft",
"cms",
Expand Down Expand Up @@ -40,8 +40,8 @@
"name": "Siteimprove CMS Plugin",
"description": "The Siteimprove plugin bridges the gap between Craft CMS and the Siteimprove Intelligence Platform. Thanks to the seamless integration, you are now able to put your Siteimprove results to use where they are most valuable - during your content creation and editing process.",
"changelogUrl": "https://github.com/jimstrike/craft-siteimprove-cms-plugin/blob/master/CHANGELOG.md",
"version": "1.0.1",
"schemaVersion": "1.0.1",
"version": "1.0.2",
"schemaVersion": "1.0.2",
"developer": "Dhimiter Karalliu",
"documentationUrl": "https://github.com/jimstrike/craft-siteimprove-cms-plugin/blob/master/README.md"
}
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"@symfony/webpack-encore": "^0.30.2",
"core-js": "^3.0.0",
"jquery": "^3.4.1",
"node-forge": "^0.10.0",
"node-sass": "^4.13.0",
"object-path": "^0.11.5",
"regenerator-runtime": "^0.13.2",
"sass-loader": "^8.0.2",
"vue": "^2.6.11",
Expand Down
Binary file modified resources/images/siteimprove01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/images/siteimprove02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/images/siteimprove03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/images/siteimprove04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/images/siteimprove05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/images/siteimprove06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/images/siteimprove07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/images/siteimprove08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Plugin extends \craft\base\Plugin
* @inheritdoc
* @var string
*/
public $schemaVersion = '1.0.1';
public $schemaVersion = '1.0.2';

/**
* @inheritdoc
Expand Down
Binary file added src/assets/dist/images/siteimprove01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/dist/images/siteimprove02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/dist/images/siteimprove03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/dist/images/siteimprove04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/dist/images/siteimprove05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/dist/images/siteimprove06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/dist/images/siteimprove07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/dist/images/siteimprove08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion src/assets/dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,13 @@
"siteimprove/siteimprove.js": "/cpresources/dist/siteimprove/siteimprove.js",
"siteimprove/token_fetcher.css": "/cpresources/dist/siteimprove/token_fetcher.css",
"siteimprove/token_fetcher.js": "/cpresources/dist/siteimprove/token_fetcher.js",
"siteimprove/images/icon.svg": "/cpresources/dist/siteimprove/images/icon.svg"
"siteimprove/images/icon.svg": "/cpresources/dist/siteimprove/images/icon.svg",
"siteimprove/images/siteimprove01.png": "/cpresources/dist/siteimprove/images/siteimprove01.png",
"siteimprove/images/siteimprove02.png": "/cpresources/dist/siteimprove/images/siteimprove02.png",
"siteimprove/images/siteimprove03.png": "/cpresources/dist/siteimprove/images/siteimprove03.png",
"siteimprove/images/siteimprove04.png": "/cpresources/dist/siteimprove/images/siteimprove04.png",
"siteimprove/images/siteimprove05.png": "/cpresources/dist/siteimprove/images/siteimprove05.png",
"siteimprove/images/siteimprove06.png": "/cpresources/dist/siteimprove/images/siteimprove06.png",
"siteimprove/images/siteimprove07.png": "/cpresources/dist/siteimprove/images/siteimprove07.png",
"siteimprove/images/siteimprove08.png": "/cpresources/dist/siteimprove/images/siteimprove08.png"
}
1,634 changes: 845 additions & 789 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit f5a388f

Please sign in to comment.