From a9aac2da735d60d8e4ff208e558c3ff9808b1bc6 Mon Sep 17 00:00:00 2001 From: Rory Gibson Date: Mon, 9 Mar 2015 00:03:10 +0400 Subject: [PATCH] Updated version --- README.md | 6 +----- changelog.txt | 6 ++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 737c807d8..9bacecc6e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Ghostwriter is a simple AJAX driven theme for the [Ghost](http://github.com/tryg ### Features -* Supports Ghost 0.5 +* Supports Ghost 0.5.x * Clean typography focused design. * Fully responsive (includes fitvid.js for responsive video embeds). * AJAX loading for fast, smooth transitions between posts and pages. @@ -19,10 +19,6 @@ Ghostwriter is a simple AJAX driven theme for the [Ghost](http://github.com/tryg * Featured post support. * A bunch of other bits and bobs. -### Static Pages and Navigation - -Ghost 0.4 introduced static pages which you can use for making pages separate from your list of blog posts. There isn't however a way to output a list of static pages for navigation yet so you'll need to edit the navigation menu in the default.hbs file yourself. The HTML for the menu starts on `line 37` of the default.hbs file and contains an example `About` menu item on `line 40`. - ### Troubleshooting ###### The Browse Posts link isn't working diff --git a/changelog.txt b/changelog.txt index e4b80a667..fd956f3a4 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,9 @@ +------------------------------ +Ghostwriter Version 1.9.0 +------------------------------ + +- Added support for Ghost 0.5.9 navigation feature + ------------------------------ Ghostwriter Version 1.8.2 ------------------------------ diff --git a/package.json b/package.json index 7d191f7c4..144415410 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,4 @@ { "name": "Ghostwriter", - "version": "1.8.2" + "version": "1.9.0" } \ No newline at end of file