Skip to content

Commit f4debf5

Browse files
Merge branch 'branch-7.5'
2 parents e112c14 + 4a23f29 commit f4debf5

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Webacula ChangeLog
22
------------------
33

4+
=== 7.5.2 (Mon July 10, 2017)
5+
- Fix Model method "getListJobs" to work with Bacula 9.0
6+
- Fix bacula logo href
7+
- Update version
8+
49
=== 7.5.1 (Tue May 30, 2017)
510
- Bugfixes
611
- Modify library JS and CSS from scripts/bconsole

application/layouts/default/main-menu.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if ( !$cache->start($this->identity->role_id . '_main_menu') ) :
4747
<span class="icon-bar"></span>
4848
<span class="icon-bar"></span>
4949
</button>
50-
<a class="navbar-brand" href="#"><img src="<?php echo $this->baseUrl; ?>/images/bacula_logo_small.png"></a>
50+
<a class="navbar-brand" href="<?php echo $this->baseUrl;?>"><img src="<?php echo $this->baseUrl; ?>/images/bacula_logo_small.png"></a>
5151
</div>
5252

5353
<!-- Collect the nav links, forms, and other content for toggling -->

html/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
*/
2020

21-
define('WEBACULA_VERSION', '7.5.1' . ' build 30May2017');
21+
define('WEBACULA_VERSION', '7.5.2' . ' build 10Jul2017');
2222

2323
define('ROOT_DIR', dirname(dirname(__FILE__)) );
2424
define('CACHE_DIR', ROOT_DIR.'/data/cache' );

0 commit comments

Comments
 (0)