From: Bartosz DziewoƄski Date: Thu, 15 Sep 2016 16:29:14 +0000 (+0000) Subject: Deprecate jquery.arrowSteps module X-Git-Tag: 1.31.0-rc.0~5538^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=806ba8aab3e11a666bbb8e9555cef5875f113b2c Deprecate jquery.arrowSteps module Bug: T144974 Change-Id: I765902082e6a71ca69983a2e67dcc856ad8b6ca8 --- diff --git a/RELEASE-NOTES-1.28 b/RELEASE-NOTES-1.28 index 1f4b8dc75b..03cba09440 100644 --- a/RELEASE-NOTES-1.28 +++ b/RELEASE-NOTES-1.28 @@ -169,6 +169,7 @@ changes to languages because of Phabricator reports. phpunit.php: --regex and --keep-uploads. Instead of --regex, use --filter. Instead of --keep-uploads, use the same option to parserTests.php, but you must specify a directory with --upload-dir. +* The 'jquery.arrowSteps' ResourceLoader module is now deprecated. == Compatibility == diff --git a/resources/Resources.php b/resources/Resources.php index 63c349079a..89168db6ca 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -166,6 +166,7 @@ return [ 'scripts' => 'resources/lib/jquery/jquery.appear.js', ], 'jquery.arrowSteps' => [ + 'deprecated' => true, 'scripts' => 'resources/src/jquery/jquery.arrowSteps.js', 'styles' => 'resources/src/jquery/jquery.arrowSteps.css', 'targets' => [ 'desktop', 'mobile' ],