mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 14:52:41 +01:00
Bump the remarkup cache version after JIRA/Asana rule changes
Summary: See PHI1319. Ref T13291. Bump the remarkup cache version, since the old JIRA / Asana rules may exist in the partial cached representation of remarkup blocks from older versions. Test Plan: Typed some comments with various formatting, saw remarkup work fine. Reviewers: amckinley Reviewed By: amckinley Maniphest Tasks: T13291 Differential Revision: https://secure.phabricator.com/D20619
This commit is contained in:
parent
eaa60334ec
commit
987e104610
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ final class PhabricatorMarkupEngine extends Phobject {
|
|||
private $objects = array();
|
||||
private $viewer;
|
||||
private $contextObject;
|
||||
private $version = 18;
|
||||
private $version = 19;
|
||||
private $engineCaches = array();
|
||||
private $auxiliaryConfig = array();
|
||||
|
||||
|
|
Loading…
Reference in a new issue