Skip to content

Commit

Permalink
version 1.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Apr 22, 2017
1 parent fdc2d07 commit 1480bde
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"version": "1.7.7",
"downloadUrl": "https://github.com/engram-design/CPNav/archive/1.7.7.zip",
"date": "2017-04-22T00:00:00+10:00",
"notes": [
"[Added] Support for Craft 2.6.2951.",
"[Improved] Now restores original nav if errors are thrown during the nav generation process (PHP7+ only).",
"[Improved] Enforce only image selection for custom icon.",
"[Improved] Allow custom icons to override default Craft/Plugin icons.",
"[Fixed] Fixed selected custom icon not populating asset element select field.",
"[Fixed] Check if a custom icon asset exists before trying to apply it to the nav."
]
},
{
"version": "1.7.6",
"downloadUrl": "https://github.com/engram-design/CPNav/archive/1.7.6.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.6';
return '1.7.7';
}

public function getSchemaVersion()
Expand Down

0 comments on commit 1480bde

Please sign in to comment.