From 3e39d969d2a62cdbb899569305fe28753a74fced Mon Sep 17 00:00:00 2001 From: Joshua Pease Date: Mon, 27 Mar 2023 08:35:21 -0700 Subject: [PATCH] Finish 2.0.0 release --- README.md | 2 ++ composer.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ada957..4463fc6 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Classnames is a simple Twig function for conditionally joining css class names t This plugin requires Craft CMS 4.0.0 or later. +For Craft 3 users, [view the v1 branch](https://github.com/vigetlabs/craft-classnames/tree/v1). + ## Installation To install the plugin, follow these instructions. diff --git a/composer.json b/composer.json index c8fd99d..aaf4ec6 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "viget/craft-classnames", "description": "Classnames plugin for Craft CMS", "type": "craft-plugin", - "version": "2.0.0-RC2", + "version": "2.0.0", "keywords": [ "craft", "cms",