Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roryg/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRory Gibson <rg.rorygibson@gmail.com>2015-03-08 23:03:10 +0300
committerRory Gibson <rg.rorygibson@gmail.com>2015-03-08 23:03:10 +0300
commita9aac2da735d60d8e4ff208e558c3ff9808b1bc6 (patch)
treecdfd038b775209247f8b00847d612ac25cb58e05
parent51e1da58d5b4c1a58997aca9b39f73052355fda5 (diff)
Updated version
-rw-r--r--README.md6
-rw-r--r--changelog.txt6
-rw-r--r--package.json2
3 files changed, 8 insertions, 6 deletions
diff --git a/README.md b/README.md
index 737c807..9bacecc 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 e4b80a6..fd956f3 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,4 +1,10 @@
------------------------------
+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 7d191f7..1444154 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