From 987e10461056b04bd5c9c4d7b9b5b6af8c6ce4b6 Mon Sep 17 00:00:00 2001 From: epriestley Date: Tue, 25 Jun 2019 12:53:20 -0700 Subject: [PATCH] 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 --- src/infrastructure/markup/PhabricatorMarkupEngine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/infrastructure/markup/PhabricatorMarkupEngine.php b/src/infrastructure/markup/PhabricatorMarkupEngine.php index 3a63cb97a6..b9467e549d 100644 --- a/src/infrastructure/markup/PhabricatorMarkupEngine.php +++ b/src/infrastructure/markup/PhabricatorMarkupEngine.php @@ -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();