Skip to content
This repository has been archived by the owner on Jun 8, 2018. It is now read-only.

Commit

Permalink
Add libraries to the resource bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Synzvato committed Nov 8, 2016
1 parent 09a02eb commit 926d49d
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 4 deletions.
5 changes: 5 additions & 0 deletions data/resources/jquery/1.12.0/jquery.min.js.dec

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions data/resources/jquery/1.12.1/jquery.min.js.dec

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions data/resources/jquery/1.12.2/jquery.min.js.dec

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions data/resources/jquery/1.12.3/jquery.min.js.dec

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions data/resources/jquery/1.12.4/jquery.min.js.dec

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions lib/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ var files = {
'resources/jquery/1.11.1/jquery.min.js.dec': true,
'resources/jquery/1.11.2/jquery.min.js.dec': true,
'resources/jquery/1.11.3/jquery.min.js.dec': true,
'resources/jquery/1.12.0/jquery.min.js.dec': true,
'resources/jquery/1.12.1/jquery.min.js.dec': true,
'resources/jquery/1.12.2/jquery.min.js.dec': true,
'resources/jquery/1.12.3/jquery.min.js.dec': true,
'resources/jquery/1.12.4/jquery.min.js.dec': true,
'resources/jquery/2.0.0/jquery.min.js.dec': true,
'resources/jquery/2.0.1/jquery.min.js.dec': true,
'resources/jquery/2.0.2/jquery.min.js.dec': true,
Expand Down
9 changes: 5 additions & 4 deletions static/release-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,11 @@ <h1>Decentraleyes <i>v1.3.6</i></h1>
<i>Detailed v1.3.6 changelog:</i>

<ul>
<li>Added support for multi-process tabs, to improve security and overall performance.</li>
<li>Fixed a <span class="help-panel" data-title="Reported by Rob--W."><a href="https://github.com/mozilla/addons-linter/issues/1035#issuecomment-258800562" target="_blank">security issue</a></span> that caused CSPs to be less effective against XSS.</li>
<li>Fixed additional compatibility issues with various Yandex services.</li>
<li>Fixed a <span class="help-panel" data-title="Reported by fireflyy.">grammatical error</span> in the German localization.</li>
<li>Added support for multi-process tabs, to improve security and overall performance.</li>
<li>Added new jQuery (v1.12.x) scripts to the resource bundle.</li>
<li>Fixed a <span class="help-panel" data-title="Reported by Rob--W."><a href="https://github.com/mozilla/addons-linter/issues/1035#issuecomment-258800562" target="_blank">security issue</a></span> that caused CSPs to be less effective against XSS.</li>
<li>Fixed additional compatibility issues with various Yandex services.</li>
<li>Fixed a <span class="help-panel" data-title="Reported by fireflyy.">grammatical error</span> in the German localization.</li>

This comment has been minimized.

Copy link
@knight444

knight444 Dec 27, 2016

``

</ul>

</div>
Expand Down

0 comments on commit 926d49d

Please sign in to comment.