Bumping the CACHE_COMMONMARK_VERSION
Since the rendering of footnotes is changed, the cached html need to be updated
This commit is contained in:
parent
800220bd72
commit
8bf78e3911
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ module CacheMarkdownField
|
||||||
# Increment this number every time the renderer changes its output
|
# Increment this number every time the renderer changes its output
|
||||||
CACHE_REDCARPET_VERSION = 3
|
CACHE_REDCARPET_VERSION = 3
|
||||||
CACHE_COMMONMARK_VERSION_START = 10
|
CACHE_COMMONMARK_VERSION_START = 10
|
||||||
CACHE_COMMONMARK_VERSION = 12
|
CACHE_COMMONMARK_VERSION = 13
|
||||||
|
|
||||||
# changes to these attributes cause the cache to be invalidates
|
# changes to these attributes cause the cache to be invalidates
|
||||||
INVALIDATED_BY = %w[author project].freeze
|
INVALIDATED_BY = %w[author project].freeze
|
||||||
|
|
Loading…
Reference in a new issue