From e1c463cd43417572bd7aa6d43d62bc8f44d660ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20de=20Villamil?= Date: Sun, 15 Sep 2013 19:43:13 +0200 Subject: [PATCH] Release 7.0 stable --- CHANGELOG | 10 ++++++++++ README.md | 9 ++++++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1ee68e23c6..1f11ee3eda 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +# Publify 7.0 + +Since Publify 7.0 beta1, changes have mostly been about fixing bugs. + +* #228: Changelog is meaningless. +* #237: Missing or incorrect labels on many forms. +* #239: Dashboard: marking a comment as spam should load the next non spammy comment. +* #240: On authors pages, links are rails escaped. + + # Publify 7.0 beta 1 ## New features and enhancement diff --git a/README.md b/README.md index 68f87231ef..1611aee263 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ Publify ==== + +**The blogging engine (and many more) formerly known as Typo** + [![Build Status](https://travis-ci.org/fdv/publify.png)](https://travis-ci.org/fdv/publify) [![](https://codeclimate.com/badge.png)](https://codeclimate.com/github/fdv/publify) [![Dependency Status](https://gemnasium.com/fdv/publify.png)](https://gemnasium.com/fdv/publify) @@ -102,7 +105,7 @@ Download Publify ------------- For a production blog, you should download [download Publify -6.1.4](http://publify.co/stable.tgz) +7.0.0](http://publify.co/stable.tgz) If you feel adventurous or want to hack on Publify, [clone Publify repository](git://github.com/fdv/publify.git) @@ -118,8 +121,8 @@ Install Publify locally To install Publify you need the following: -- Ruby 1.9.2 or 1.9.3. -- Ruby On Rails 3.2.12 +- Ruby 1.9.3 or 2.0 +- Ruby On Rails 3.12 - A database engine, MySQL, PgSQL or SQLite3