From bab128a45814520578fc3d8723a59c019bcc4838 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Fri, 9 Aug 2024 08:38:45 +1000 Subject: [PATCH] version 3.1.0 --- CHANGELOG.md | 9 +++++++++ composer.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 383de78..8114471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 3.1.0 - 2024-08-09 + +### Changed +- Now requires Craft 5.1+. + +### Fixed +- Fix an issue when cloning and pasting blocks, where the source field would have their blocks duplicated. +- Fix an error working with non-primary site elements. + ## 3.0.0 - 2024-05-18 ### Changed diff --git a/composer.json b/composer.json index ff2dfbf..8d8aed6 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/smith", "description": "Add copy, paste and clone functionality to Matrix blocks.", "type": "craft-plugin", - "version": "3.0.0", + "version": "3.1.0", "keywords": [ "craft", "cms",