Skip to content

Commit

Permalink
Merge branch 'release/2.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
adrenth committed Oct 28, 2022
2 parents 049455a + 3e56c99 commit cfced7a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.1.1] - 2022-10-28

### Added
- Add missing Composer repository

## [2.1.0] - 2022-10-28

### Added
Expand Down
18 changes: 18 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,23 @@
"php": "^8.0.2",
"composer/installers": "^1.0 || ^2.0",
"october/system": "^2.0 || ^3.0"
},
"repositories": [
{
"type": "composer",
"url": "https://gateway.octobercms.com"
}
],
"archive": {
"exclude": [
".gitattributes",
".github",
".gitignore"
]
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}
1 change: 1 addition & 0 deletions updates/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ v2.0.2: "Minor improvements -- See: CHANGELOG.md"
v2.0.3: "Fixes type error when using `csrf_token()` Twig function"
v2.0.4: "Maintenance release"
v2.1.0: "Add support for October CMS 3.x"
v2.1.1: "Add missing composer repository"

0 comments on commit cfced7a

Please sign in to comment.