Skip to content

Commit

Permalink
Nested LI's not showing correctly in CMS; fixes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
JZubero committed Dec 4, 2017
1 parent 7d8dbe1 commit 9d1feb5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. Thanks to O

This project adheres to [Semantic Versioning](http://semver.org/).

## [1.1.1] - 2017-12-04
### Fixed
- Nested LIs not showing correctly in CMS

## [1.1.0] - 2017-11-14
### Added
- Extension hook for adding labels programmatically
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public function updateSiteTreeLabels(ArrayList &$labels) {
## Thanks... :clap:
- ...**wmk** for contributing to this module.
- ...**Andreas Spannbauer, Eric Hes** and **Zauberfisch** for discussing the module idea with me at StripeConEU 2017.
- ...**blueskies79** for her [bug tracing](https://github.com/JZubero/silverstripe-sitetree-labels/issues/5) skills.

## Maintainer
- JZubero <js@lvl51.de>
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jzubero/silverstripe-sitetree-labels",
"version": "1.1.0",
"time": "2017-11-14",
"version": "1.1.1",
"time": "2017-12-04",
"description": "Label your Page items for better orientation in large SiteTrees.",
"type": "silverstripe-module",
"license": "MIT",
Expand Down
3 changes: 1 addition & 2 deletions templates/LeftAndMain_TreeNode.ss
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
<span class="sitetree-label" style="background-color: $Color">$Title</span>
<% end_loop %>
<% end_if %>
</a>
</li>
</a>

0 comments on commit 9d1feb5

Please sign in to comment.