Release 5.2.3

This commit is contained in:
Dawa Ometto
2021-04-18 13:43:00 +02:00
parent 81d5f1a8bb
commit 9012dee888
3 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,3 +1,7 @@
# 5.2.3 2021-04-18
* Fix bug preventing page titles from being displayed
# 5.2.1 2021-02-25
* Fix include call to a missing asset (@benjaminwil). This caused slow first page loads on JRuby.
+2 -2
View File
@@ -5,8 +5,8 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 1.9'
s.name = 'gollum'
s.version = '5.2.2'
s.date = '2021-03-27'
s.version = '5.2.3'
s.date = '2021-04-18'
s.license = 'MIT'
s.summary = 'A simple, Git-powered wiki.'
+1 -1
View File
@@ -12,7 +12,7 @@ require 'rhino' if RUBY_PLATFORM == 'java'
require File.expand_path('../gollum/uri_encode_component', __FILE__)
module Gollum
VERSION = '5.2.2'
VERSION = '5.2.3'
def self.assets_path
::File.expand_path('gollum/public', ::File.dirname(__FILE__))