Skip to content

Commit

Permalink
1.2.0, check changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Rico Kaltofen committed Jan 21, 2019
1 parent 98b3c15 commit 3241452
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.2.0] - 2019-01-21

### Added
- keyboard navigation in compact mode

## [1.1.0] - 2018-11-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/ContaoButterMenuBundle.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (c) 2018 Heimrich & Hannot GmbH
* Copyright (c) 2019 Heimrich & Hannot GmbH
*
* @license LGPL-3.0-or-later
*/
Expand Down
2 changes: 1 addition & 1 deletion src/ContaoManager/Plugin.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (c) 2018 Heimrich & Hannot GmbH
* Copyright (c) 2019 Heimrich & Hannot GmbH
*
* @license LGPL-3.0-or-later
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
<div class="bm-menu bm-default" data-bm-min-left="15" data-bm-min-right="15" data-bm-column-min="3" data-bm-columns="3" data-bm-parent-muted="touch" data-bm-arrow-alignment="center" data-bm-compact-mode="off-canvas" data-bm-compact-breakpoint="768" data-bm-compact-canvas=".bm-compact-canvas">
<div class="bm-wrapper">
<div class="bm-prev-wrapper">
<a class="bm-prev-btn" href="#"></a>
<a class="bm-prev-title" href="#"></a>
<a class="bm-prev" href="#" title="<?= $GLOBALS['TL_LANG']['MSC']['backBTTitle']; ?>" tabindex="-1">
<span class="bm-prev-btn"></span>
<span class="bm-prev-title"></span>
</a>
</div>
<?php endif; ?>
<ul class="<?= ('level_1' === $this->level ? 'bm-nav-root bm-nav ' : 'bm-nav ').$this->level ?>">
Expand Down
2 changes: 1 addition & 1 deletion tests/ContaoButterMenuBundleTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (c) 2018 Heimrich & Hannot GmbH
* Copyright (c) 2019 Heimrich & Hannot GmbH
*
* @license LGPL-3.0-or-later
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/ContaoManager/PluginTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (c) 2018 Heimrich & Hannot GmbH
* Copyright (c) 2019 Heimrich & Hannot GmbH
*
* @license LGPL-3.0-or-later
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (c) 2018 Heimrich & Hannot GmbH
* Copyright (c) 2019 Heimrich & Hannot GmbH
*
* @license LGPL-3.0-or-later
*/
Expand Down

0 comments on commit 3241452

Please sign in to comment.