From 6659e4523e6fc10db2455b34e027c2bfee325b07 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Fri, 25 Mar 2022 16:42:31 -0400 Subject: [PATCH] refactor: Update for Craft CMS 4 --- LICENSE.md | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index db2cb88..51d2615 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,9 +1,9 @@ The MIT License (MIT) -Copyright (c) 2018 nystudio107 +Copyright (c) 2022 nystudio107 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md index 82e1c5e..02eb383 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nystudio107/craft-connect/badges/quality-score.png?b=v1)](https://scrutinizer-ci.com/g/nystudio107/craft-connect/?branch=v1) [![Code Coverage](https://scrutinizer-ci.com/g/nystudio107/craft-connect/badges/coverage.png?b=v1)](https://scrutinizer-ci.com/g/nystudio107/craft-connect/?branch=v1) [![Build Status](https://scrutinizer-ci.com/g/nystudio107/craft-connect/badges/build.png?b=v1)](https://scrutinizer-ci.com/g/nystudio107/craft-connect/build-status/v1) [![Code Intelligence Status](https://scrutinizer-ci.com/g/nystudio107/craft-connect/badges/code-intelligence.svg?b=v1)](https://scrutinizer-ci.com/code-intelligence) -# Connect plugin for Craft CMS 3.x +# Connect plugin for Craft CMS 4.x Allows you to connect to external databases and perform db queries @@ -8,7 +8,7 @@ Allows you to connect to external databases and perform db queries ## Requirements -This plugin requires Craft CMS 3.0.0 or later. +This plugin requires Craft CMS 4.0.0 or later. ## Installation @@ -24,7 +24,7 @@ To install the plugin, follow these instructions. 3. Install the plugin via `./craft install/plugin connect` via the CLI, or in the Control Panel, go to Settings → Plugins and click the “Install” button for Connect. -Or you can install the plugin via the **Plugin Store** in the Craft CMS 3 CP. +Or you can install the plugin via the **Plugin Store** in the Craft CMS CP. ## Documentation