From cbfd25a4f5b443318c15cc3d2b39fb11bb97cb5c Mon Sep 17 00:00:00 2001 From: Ryan Irelan Date: Thu, 12 Jan 2023 14:44:12 -0600 Subject: [PATCH] chore: bumped version numbers for Craft 4 version --- README.md | 4 ++-- composer.json | 4 ++-- src/LearningPathways.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 816af45..dc23771 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Learning Pathways plugin for Craft CMS 3.x +# Learning Pathways plugin for Craft CMS 4.x Tracks the learning pathways of students. @@ -6,7 +6,7 @@ Tracks the learning pathways of students. ## Requirements -This plugin requires Craft CMS 3.0.0-beta.23 or later. +This plugin requires Craft CMS 4.0.0 or later. ## Installation diff --git a/composer.json b/composer.json index 7274298..595af86 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "mijingo/learning-pathways", "description": "Tracks the learning pathways of students.", "type": "craft-plugin", - "version": "0.0.1", + "version": "2.0.0", "keywords": [ "craft", "cms", @@ -22,7 +22,7 @@ } ], "require": { - "craftcms/cms": "^3.0.0-RC1" + "craftcms/cms": "^4.0.0" }, "autoload": { "psr-4": { diff --git a/src/LearningPathways.php b/src/LearningPathways.php index e5eb8ca..8b9e99d 100644 --- a/src/LearningPathways.php +++ b/src/LearningPathways.php @@ -1,6 +1,6 @@