From 5a8f48a16369fdfa8a916beaffa4a1b23eccd945 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Mon, 4 Mar 2024 00:55:32 +1100 Subject: [PATCH] version 1.0.3 --- CHANGELOG.md | 5 +++++ composer.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df67b68..c61b3ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.0.3 - 2024-03-04 + +### Fixed +- Fix order of operations when uninstalling the plugin. + ## 1.0.2 - 2023-12-08 ### Added diff --git a/composer.json b/composer.json index 746b080..8ccf2fc 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/zen", "description": "Manage content across multiple environments with ease.", "type": "craft-plugin", - "version": "1.0.2", + "version": "1.0.3", "keywords": [ "craft", "cms",