Backport EE cache update
This commit is contained in:
parent
23e5d9edce
commit
85fa6784c6
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
|
||||
CACHE_COMMONMARK_VERSION_START = 10
|
||||
CACHE_COMMONMARK_VERSION = 15
|
||||
CACHE_COMMONMARK_VERSION = 16
|
||||
|
||||
# changes to these attributes cause the cache to be invalidates
|
||||
INVALIDATED_BY = %w[author project].freeze
|
||||
|
|
Loading…
Reference in a new issue