-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #214 from tractorcow/pulls/release-110
Add changelog for 1.1.0 release
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [1.1.0] | ||
|
||
* Changelog added. | ||
* Fixes #135: LeftAndMain switching between subsites | ||
* BUG Fix incompatibility with framework 3.2 | ||
* Adjusted tests to new SiteTree->canCreate() logic in 3.1.11+ | ||
* Fix subsites to use correct permissions | ||
* Wrong edit link in SubsitesVirtualPage | ||
* Added missing route to `SubsiteXHRController` for SilverStripe 3.2 compatibility. | ||
* Add sticky nav toggle button | ||
* BUG Subsites selection on SubsitesVirtualPage (fixes #45 and #47) | ||
* Update translations |