From c42ebc68edd431d3f15b55cd0bc2bc97e6c35986 Mon Sep 17 00:00:00 2001 From: Fred Carlsen Date: Mon, 26 Jun 2023 08:36:31 +0200 Subject: [PATCH] 1.1.0 Signed-off-by: Fred Carlsen --- CHANGELOG.md | 11 +++++++++++ composer.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16cfaf1..c67df0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 1.1.0 - 2023-06-26 +### Fixed +- Fixed PSR-4 autoloading +- Improve error handling when access token exchange fails + +### Added +- Added `getBaseHost()` to normalize base domain + +### Changed +- Disable upload button in Asset Index while loading token + ## 1.0.1 - 2020-11-16 ### Fixed - Fixed PSR-4 autoloading diff --git a/composer.json b/composer.json index d518013..4093b85 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "superbig/craft-qbankconnector", "description": "Connect Craft to QBank's DAM", "type": "craft-plugin", - "version": "1.0.1", + "version": "1.1.0", "keywords": [ "craft", "cms",