From 43bfc7c28c2020958e4bd100905510df1c468072 Mon Sep 17 00:00:00 2001 From: Eric Rosas Date: Fri, 31 May 2024 15:19:54 -0700 Subject: [PATCH] Updated `CHANGELOG` for release Updated `CHANGELOG` for release --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a02247e..2bb3a1a 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## 4.3.0 - 2024.03.11 +### Fixed +* Fixed an issue where the code to upload a new image wasn't in a place the modal button could reach, refactored JS and cleaned up code + +### Changed +* The upload button in the modal now changes colors with rotating status text as the image uploads to Canto + +## 4.2.0 - 2024.03.11 +### Added +* Advanced functionality for setting `where` conditions in the gql queries + ## 4.1.0 - 2024.02.25 ### Added * Add `phpstan` and `ecs` code linting