Skip to content

Commit

Permalink
Release 5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawa Ometto committed May 1, 2023
1 parent e100d19 commit ce916a2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 18 deletions.
6 changes: 5 additions & 1 deletion HISTORY.md
@@ -1,4 +1,8 @@
# 5.3.0 / 2023-20-03
# 5.3.2 / 2023-05-01

* Guard against [CVE-2020-11022](https://github.com/advisories/GHSA-gxr4-xjj5-5px2) (@bartkamphorst)

# 5.3.1 / 2023-03-20

* Backport fixes from the `master` branch for Ruby 3.2 compatibility.

Expand Down
14 changes: 2 additions & 12 deletions LATEST_CHANGES.md
@@ -1,13 +1,3 @@
# 5.3.0 / 2022-05-24
# 5.3.2

* Feature: allow for overriding only specific Mustache templates/partials (@beporter)
* Feature: Add option to show browser's local time (@NikitaIvanovV)
* Improvement: presentation on mobile devises (@benjaminwil)
* Improvement: Add page context to template filter. #1603 (@tevino)
* Fix: restore normalize check on file upload (@manofstick)
* Fix mathjax on edit and create pages. #1772 (@fhchl)
* Fix utf-8 issues: #1721 #1758 #1801 (@basking2, @dometto)
* Fix an IME rendering issue. #1735 (@yy0931)
* Fix broken history button when viewing historical deleted file. (@NikitaIvanovV)
* Fix: non-ascii characters in page names are not rendered correctly in the preview tab of the "Edit" page. #1739 (@yy0931)
* Fix: anchors and header display on JRuby. #1779
* Guard against [CVE-2020-11022](https://github.com/advisories/GHSA-gxr4-xjj5-5px2) (@bartkamphorst)
8 changes: 4 additions & 4 deletions gollum.gemspec
Expand Up @@ -3,7 +3,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.6'

s.name = 'gollum'
s.version = '5.3.1'
s.version = '5.3.2'
s.license = 'MIT'

s.summary = 'A simple, Git-powered wiki.'
Expand Down Expand Up @@ -70,11 +70,11 @@ Gem::Specification.new do |s|
lib/gollum/app.rb
lib/gollum/assets.rb
lib/gollum/helpers.rb
lib/gollum/public/assets/.sprockets-manifest-160337b312f8e438181baac4aaa37319.json
lib/gollum/public/assets/.sprockets-manifest-faf3cd9473a619bf523bb299dca17dab.json
lib/gollum/public/assets/app-309be032396e783b13a47df58f389b7c8e11c2b2d42640560b874f677c25f6e5.css
lib/gollum/public/assets/app-309be032396e783b13a47df58f389b7c8e11c2b2d42640560b874f677c25f6e5.css.gz
lib/gollum/public/assets/app-f05401ee374f0c7f48fc2bc08e30b4f4db705861fd5895ed70998683b383bfb5.js
lib/gollum/public/assets/app-f05401ee374f0c7f48fc2bc08e30b4f4db705861fd5895ed70998683b383bfb5.js.gz
lib/gollum/public/assets/app-e63ab45773141139cffcd04474f73c21042c7267568325d4e00775b4f9eaa022.js
lib/gollum/public/assets/app-e63ab45773141139cffcd04474f73c21042c7267568325d4e00775b4f9eaa022.js.gz
lib/gollum/public/assets/criticmarkup-31ae5d3282bbb8e7b7c3c9917e9fb68e3315a6b4a75da6cec48d21b8846905c4.css
lib/gollum/public/assets/criticmarkup-31ae5d3282bbb8e7b7c3c9917e9fb68e3315a6b4a75da6cec48d21b8846905c4.css.gz
lib/gollum/public/assets/editor-9881d0c7ae663293f0e3a7e72729eec7e940fa613185c076709b76d292f5703a.js
Expand Down
2 changes: 1 addition & 1 deletion lib/gollum.rb
Expand Up @@ -13,7 +13,7 @@
require ::File.expand_path('../gollum/uri_encode_component', __FILE__)

module Gollum
VERSION = '5.3.1'
VERSION = '5.3.2'

::I18n.available_locales = [:en]
::I18n.load_path = Dir[::File.expand_path("lib/gollum/locales") + "/*.yml"]
Expand Down

0 comments on commit ce916a2

Please sign in to comment.