Skip to content

Commit

Permalink
Adds changelog and version number for 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric de Villamil committed Sep 23, 2013
1 parent ea60e15 commit 9d4fabb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG
@@ -1,3 +1,14 @@
# Publify 7.1

Since Publify 7.0 release 8 days ago, a few bugs have been fixed:

* #246: added a migration to fix empty permalinks on article and empty guid on notes when they exist (may have been introduced by an old historical bug and they now make notes crash).
* #247: fixed a bug that made the application crash when saving a note would fail for any reason.
* #248: fixed a bug introduced by some heavy code cleaning that made feedback/article/xxx to crash.
* #252: fixed an old bug making comment creation from the admin crashing.

**********************************************************************

# Publify 7.0

Since Publify 7.0 beta1, changes have mostly been about fixing bugs.
Expand All @@ -7,6 +18,7 @@ Since Publify 7.0 beta1, changes have mostly been about fixing bugs.
* #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

Expand Down
2 changes: 1 addition & 1 deletion lib/publify_version.rb
@@ -1,4 +1,4 @@
TYPO_MAJOR = '7'
TYPO_SUB = '0'
TYPO_SUB = '1'
TYPO_MINOR = '0'
PUBLIFY_VERSION = "#{TYPO_MAJOR}.#{TYPO_SUB}.#{TYPO_MINOR}"

0 comments on commit 9d4fabb

Please sign in to comment.