Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Carlsen <[email protected]>
  • Loading branch information
sjelfull committed Jun 29, 2023
1 parent c2419cb commit c42ebc6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c42ebc6

Please sign in to comment.