From 9da52f0262b6bea545c8b44fc9cc0daa6d524e1e Mon Sep 17 00:00:00 2001 From: Michael Witwicki Date: Mon, 15 Aug 2016 11:16:24 -0400 Subject: [PATCH] Updating release and version information --- NaveePlugin.php | 2 +- releases.json | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NaveePlugin.php b/NaveePlugin.php index 494d653..a43321b 100644 --- a/NaveePlugin.php +++ b/NaveePlugin.php @@ -10,7 +10,7 @@ public function getName() public function getVersion() { - return '1.0.6'; + return '1.0.7'; } public function getDeveloper() diff --git a/releases.json b/releases.json index 8924591..2ea2ef3 100644 --- a/releases.json +++ b/releases.json @@ -1,4 +1,13 @@ [ + { + "version": "1.0.7", + "downloadUrl": "https://github.com/fromtheoutfit/navee/archive/v1.0.7.zip", + "date": "2016-08-15T11:15:18-05:00", + "notes": [ + "[Fixed] Fixed issue with cmd+s ending in a 404.", + "[Fixed] Issue with getDescendants() not including link." + ] + }, { "version": "1.0.6", "downloadUrl": "https://github.com/fromtheoutfit/navee/archive/v1.0.6.zip",