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>2014-08-13 01:43:53 +0400
committerRory Gibson <rg.rorygibson@gmail.com>2014-08-13 01:43:53 +0400
commit57d552b71a996fd93a5f05a9b9446cad3dab2147 (patch)
tree79f11bfd23dce4d36e898985adc023d7e9f52ef7
parent46b64ae815f76e51ca2ec480eb5505785d6ba876 (diff)
Updated version
-rw-r--r--README.md2
-rw-r--r--changelog.txt7
-rw-r--r--package.json2
3 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3f03157..737c807 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.4
+* Supports Ghost 0.5
* Clean typography focused design.
* Fully responsive (includes fitvid.js for responsive video embeds).
* AJAX loading for fast, smooth transitions between posts and pages.
diff --git a/changelog.txt b/changelog.txt
index d93443c..cc1a67c 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,4 +1,11 @@
------------------------------
+Ghostwriter Version 1.8.0
+------------------------------
+
+- Added support for author pages
+- Moved post loop into "loop" partial
+
+------------------------------
Ghostwriter Version 1.7.1
------------------------------
diff --git a/package.json b/package.json
index fca765e..abd248d 100644
--- a/package.json
+++ b/package.json
@@ -1,4 +1,4 @@
{
"name": "Ghostwriter",
- "version": "1.7.1"
+ "version": "1.8.0"
} \ No newline at end of file