Release 1.3.1
This commit is contained in:
+13
@@ -1,3 +1,16 @@
|
|||||||
|
# 1.3.1 / 2011-07-21
|
||||||
|
|
||||||
|
* Major Enhancements
|
||||||
|
* Allow prefixed ID attributes in headers to support internal linking
|
||||||
|
(#146).
|
||||||
|
* Markdown pages are rendered through Redcarpet by default (#176).
|
||||||
|
* Minor Enhancements
|
||||||
|
* Remove Edit button on Preview pages (#164).
|
||||||
|
* Simplify Wiki#inspect and Page#inspect.
|
||||||
|
* Bug Fixes
|
||||||
|
* Fixed broken preview functionality (#157).
|
||||||
|
* Fixed sidebar/footer rendering problems related to whitespace (#145).
|
||||||
|
|
||||||
# 1.3.0 / 2011-04-25
|
# 1.3.0 / 2011-04-25
|
||||||
|
|
||||||
* Major Enhancements
|
* Major Enhancements
|
||||||
|
|||||||
+2
-2
@@ -4,8 +4,8 @@ Gem::Specification.new do |s|
|
|||||||
s.rubygems_version = '1.3.5'
|
s.rubygems_version = '1.3.5'
|
||||||
|
|
||||||
s.name = 'gollum'
|
s.name = 'gollum'
|
||||||
s.version = '1.3.0'
|
s.version = '1.3.1'
|
||||||
s.date = '2011-04-25'
|
s.date = '2011-07-21'
|
||||||
s.rubyforge_project = 'gollum'
|
s.rubyforge_project = 'gollum'
|
||||||
|
|
||||||
s.summary = "A simple, Git-powered wiki."
|
s.summary = "A simple, Git-powered wiki."
|
||||||
|
|||||||
+1
-1
@@ -20,7 +20,7 @@ require File.expand_path('../gollum/albino', __FILE__)
|
|||||||
require File.expand_path('../gollum/sanitization', __FILE__)
|
require File.expand_path('../gollum/sanitization', __FILE__)
|
||||||
|
|
||||||
module Gollum
|
module Gollum
|
||||||
VERSION = '1.3.0'
|
VERSION = '1.3.1'
|
||||||
|
|
||||||
class Error < StandardError; end
|
class Error < StandardError; end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user