Skip to content

Commit

Permalink
Merge branch 'release-2.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
jimstrike committed Jun 16, 2024
2 parents 4de4501 + f3721a9 commit e67657d
Show file tree
Hide file tree
Showing 22 changed files with 30 additions and 24 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.0 - 2024-06-16

### Changed

- Updated plugin for Craft 5.

## 2.0.0 - 2023-10-29

### Changed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# "Siteimprove CMS Plugin" plugin for Craft CMS 4.x
# "Siteimprove CMS Plugin" plugin for Craft CMS 4.x|5.x

Siteimprove data right where you need it.

Expand Down Expand Up @@ -29,7 +29,7 @@ For more information visit: [www.siteimprove.com](https://www.siteimprove.com/)

## Requirements

This plugin requires Craft CMS 4.0.0 or later.
This plugin requires Craft CMS 4.0.0|5.0.0 or later.

In order to use the Siteimprove CMS plugin, you will need to be a Siteimprove customer. Not a customer yet? Have a look: [www.siteimprove.com](https://www.siteimprove.com/)

Expand Down
4 changes: 2 additions & 2 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": "2.0.0",
"version": "2.1.0",
"keywords": [
"craft",
"cms",
Expand All @@ -29,7 +29,7 @@
],
"require": {
"php": "^8.0.2",
"craftcms/cms": "^4.0.0"
"craftcms/cms": "^4.0.0|^5.0.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion resources/js/siteimprove.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Siteimprove CMS Plugin plugin for Craft CMS 4.x
* Siteimprove CMS Plugin plugin for Craft CMS 4.x|5.x
*
* Siteimprove data right where you need it.
* The Siteimprove plugin bridges the gap between Craft CMS and the Siteimprove Intelligence Platform.
Expand Down
2 changes: 1 addition & 1 deletion resources/scss/token_fetcher.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Siteimprove CMS Plugin plugin for Craft CMS 4.x
* Siteimprove CMS Plugin plugin for Craft CMS 4.x|5.x
*
* Siteimprove data right where you need it.
* The Siteimprove plugin bridges the gap between Craft CMS and the Siteimprove Intelligence Platform.
Expand Down
4 changes: 2 additions & 2 deletions src/Plugin.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* "Siteimprove CMS Plugin" plugin for Craft CMS 4.x
* "Siteimprove CMS Plugin" plugin for Craft CMS 4.x|5.x
*
* Siteimprove data right where you need it.
* The Siteimprove plugin bridges the gap between Craft CMS and the Siteimprove Intelligence Platform.
Expand Down Expand Up @@ -57,7 +57,7 @@ class Plugin extends \craft\base\Plugin
* @inheritdoc
* @var string
*/
public string $schemaVersion = '2.0.0';
public string $schemaVersion = '2.1.0';

/**
* @inheritdoc
Expand Down
2 changes: 1 addition & 1 deletion src/assets/RuntimeAsset.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* "Siteimprove CMS Plugin" plugin for Craft CMS 4.x
* "Siteimprove CMS Plugin" plugin for Craft CMS 4.x|5.x
*
* Siteimprove data right where you need it.
* The Siteimprove plugin bridges the gap between Craft CMS and the Siteimprove Intelligence Platform.
Expand Down
2 changes: 1 addition & 1 deletion src/assets/SiteimproveAsset.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* "Siteimprove CMS Plugin" plugin for Craft CMS 4.x
* "Siteimprove CMS Plugin" plugin for Craft CMS 4.x|5.x
*
* Siteimprove data right where you need it.
* The Siteimprove plugin bridges the gap between Craft CMS and the Siteimprove Intelligence Platform.
Expand Down
2 changes: 1 addition & 1 deletion src/assets/TokenFetcherAsset.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* "Siteimprove CMS Plugin" plugin for Craft CMS 4.x
* "Siteimprove CMS Plugin" plugin for Craft CMS 4.x|5.x
*
* Siteimprove data right where you need it.
* The Siteimprove plugin bridges the gap between Craft CMS and the Siteimprove Intelligence Platform.
Expand Down
2 changes: 1 addition & 1 deletion src/config.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* "Siteimprove CMS Plugin" plugin for Craft CMS 4.x
* "Siteimprove CMS Plugin" plugin for Craft CMS 4.x|5.x
*
* Siteimprove data right where you need it.
* The Siteimprove plugin bridges the gap between Craft CMS and the Siteimprove Intelligence Platform.
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/BaseController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* "Siteimprove CMS Plugin" plugin for Craft CMS 4.x
* "Siteimprove CMS Plugin" plugin for Craft CMS 4.x|5.x
*
* Siteimprove data right where you need it.
* The Siteimprove plugin bridges the gap between Craft CMS and the Siteimprove Intelligence Platform.
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/DefaultController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* "Siteimprove CMS Plugin" plugin for Craft CMS 4.x
* "Siteimprove CMS Plugin" plugin for Craft CMS 4.x|5.x
*
* Siteimprove data right where you need it.
* The Siteimprove plugin bridges the gap between Craft CMS and the Siteimprove Intelligence Platform.
Expand Down
2 changes: 1 addition & 1 deletion src/helpers/Sanitize.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* "Siteimprove CMS Plugin" plugin for Craft CMS 4.x
* "Siteimprove CMS Plugin" plugin for Craft CMS 4.x|5.x
*
* Siteimprove data right where you need it.
* The Siteimprove plugin bridges the gap between Craft CMS and the Siteimprove Intelligence Platform.
Expand Down
2 changes: 1 addition & 1 deletion src/models/Settings.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* "Siteimprove CMS Plugin" plugin for Craft CMS 4.x
* "Siteimprove CMS Plugin" plugin for Craft CMS 4.x|5.x
*
* Siteimprove data right where you need it.
* The Siteimprove plugin bridges the gap between Craft CMS and the Siteimprove Intelligence Platform.
Expand Down
2 changes: 1 addition & 1 deletion src/services/TokenFetcher.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* "Siteimprove CMS Plugin" plugin for Craft CMS 4.x
* "Siteimprove CMS Plugin" plugin for Craft CMS 4.x|5.x
*
* Siteimprove data right where you need it.
* The Siteimprove plugin bridges the gap between Craft CMS and the Siteimprove Intelligence Platform.
Expand Down
2 changes: 1 addition & 1 deletion src/services/UrlComputer.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* "Siteimprove CMS Plugin" plugin for Craft CMS 4.x
* "Siteimprove CMS Plugin" plugin for Craft CMS 4.x|5.x
*
* Siteimprove data right where you need it.
* The Siteimprove plugin bridges the gap between Craft CMS and the Siteimprove Intelligence Platform.
Expand Down
2 changes: 1 addition & 1 deletion src/templates/_default/includes/site_settings.twig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{##
# "Siteimprove CMS Plugin" plugin for Craft CMS 4.x
# "Siteimprove CMS Plugin" plugin for Craft CMS 4.x|5.x
#
# Siteimprove data right where you need it.
# The Siteimprove plugin bridges the gap between Craft CMS and the Siteimprove Intelligence Platform.
Expand Down
2 changes: 1 addition & 1 deletion src/templates/_default/settings.twig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{##
# "Siteimprove CMS Plugin" plugin for Craft CMS 4.x
# "Siteimprove CMS Plugin" plugin for Craft CMS 4.x|5.x
#
# Siteimprove data right where you need it.
# The Siteimprove plugin bridges the gap between Craft CMS and the Siteimprove Intelligence Platform.
Expand Down
2 changes: 1 addition & 1 deletion src/templates/_layout.twig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{##
# "Siteimprove CMS Plugin" plugin for Craft CMS 4.x
# "Siteimprove CMS Plugin" plugin for Craft CMS 4.x|5.x
#
# Siteimprove data right where you need it.
# The Siteimprove plugin bridges the gap between Craft CMS and the Siteimprove Intelligence Platform.
Expand Down
2 changes: 1 addition & 1 deletion src/translations/en/siteimprove.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* "Siteimprove CMS Plugin" plugin for Craft CMS 4.x
* "Siteimprove CMS Plugin" plugin for Craft CMS 4.x|5.x
*
* Siteimprove data right where you need it.
* The Siteimprove plugin bridges the gap between Craft CMS and the Siteimprove Intelligence Platform.
Expand Down
2 changes: 1 addition & 1 deletion src/twigextensions/TwigExtension.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* "Siteimprove CMS Plugin" plugin for Craft CMS 4.x
* "Siteimprove CMS Plugin" plugin for Craft CMS 4.x|5.x
*
* Siteimprove data right where you need it.
* The Siteimprove plugin bridges the gap between Craft CMS and the Siteimprove Intelligence Platform.
Expand Down
2 changes: 1 addition & 1 deletion src/variables/Variable.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* "Siteimprove CMS Plugin" plugin for Craft CMS 4.x
* "Siteimprove CMS Plugin" plugin for Craft CMS 4.x|5.x
*
* Siteimprove data right where you need it.
* The Siteimprove plugin bridges the gap between Craft CMS and the Siteimprove Intelligence Platform.
Expand Down

0 comments on commit e67657d

Please sign in to comment.