diff --git a/changelog.json b/changelog.json index 1cf8926..3c0e85d 100644 --- a/changelog.json +++ b/changelog.json @@ -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", diff --git a/cpnav/CpNavPlugin.php b/cpnav/CpNavPlugin.php index 84038a2..8875f33 100644 --- a/cpnav/CpNavPlugin.php +++ b/cpnav/CpNavPlugin.php @@ -14,7 +14,7 @@ public function getName() public function getVersion() { - return '1.7.6'; + return '1.7.7'; } public function getSchemaVersion()