Skip to content

Commit

Permalink
version 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Feb 3, 2016
1 parent 6b2093b commit 6100a93
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[
{
"version": "1.7.2",
"downloadUrl": "https://github.com/engram-design/CPNav/archive/1.7.2.zip",
"date": "2016-02-03 14:46:00",
"notes": [
"[Fixed] Fixed issue with url's not being properly sanitised and processed."
]
},
{
"version": "1.7.1",
"downloadUrl": "https://github.com/engram-design/CPNav/archive/1.7.1.zip",
Expand Down
2 changes: 1 addition & 1 deletion cpnav/CpNavPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function getName()

public function getVersion()
{
return '1.7.1';
return '1.7.2';
}

public function getSchemaVersion()
Expand Down
2 changes: 1 addition & 1 deletion cpnav/services/CpNavService.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function modifyCpNav(&$nav)
if ($newNav->enabled) {
$nav[$newNav->handle] = array(
'label' => $newNav->currLabel,
'url' => $newNav->url,
'url' => $url,
);

// Check for placeholder icons - we need to fetch from the plugin
Expand Down

0 comments on commit 6100a93

Please sign in to comment.