Skip to content

Commit 28bee96

Browse files
committed
Upgade jQuery, as required by Mozilla review
1 parent e6725a3 commit 28bee96

File tree

7 files changed

+11
-9602
lines changed

7 files changed

+11
-9602
lines changed

src/common/CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Change Log
22
==========
33

4-
2017-05-yy: v2.13.0
4+
2017-05-26: v2.13.1
55
--------------------
66

77
* Converted the **Firefox** version of Markdown Here to use the WebExtensions API. This makes MDH compatible with Firefox's new **multiprocess** architecture (aka **Electrolysis**). If you have an older version of MDH installed in Firefox, there will soon be a new release of that version which prompts you to install the new WebExtensions version.
@@ -11,6 +11,8 @@ Change Log
1111
* [Fixed bug# 369](https://github.com/adam-p/markdown-here/issues/369): Clicking Markdown Here's "Options" button in Firefox and Thunderbird (version 48+) causes the client application to hang. (Note that this only applies to the XUL version of the extension.)
1212
- Thanks to [Sam Estep](https://github.com/samestep), [r2evans](https://github.com/r2evans), [happyconfident](https://github.com/happyconfident), [Juan Salvador Aleixandre](https://github.com/juaalta), [haililihai](https://github.com/haililihai), [Shi Liang](https://github.com/shiliang-hust), [jjroper](https://github.com/jjroper), [Linxzh](https://github.com/l0o0).
1313

14+
* Updated jQuery to 3.2.1. This was required to pass Mozilla review.
15+
1416
* Wondering why there hasn't been a release in a while? My son was born a month after the last release. This is not a coincidence. You guys, having a kid is a lot of work.
1517

1618

src/common/options-iframe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<script src="mdh-html-to-text.js"></script>
1818
<script src="markdown-here.js"></script>
1919
<script src="options-iframe.js"></script>
20-
<script src="vendor/jquery-1.9.1.js"></script>
20+
<script src="vendor/jquery-3.2.1.slim.min.js"></script>
2121

2222
<style>
2323
/* We don't really want to add styles to the preview because it might confuse

src/common/options.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ <h1>
679679
<script src="options-store.js"></script>
680680
<script src="options.js"></script>
681681

682-
<script src="vendor/jquery-1.9.1.js"></script>
682+
<script src="vendor/jquery-3.2.1.slim.min.js"></script>
683683

684684
</body>
685685

src/common/test/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<script src="../options-store.js"></script>
3535
<script src="../markdown-here.js"></script>
3636

37-
<script src="../vendor/jquery-1.9.1.js"></script>
37+
<script src="../vendor/jquery-3.2.1.slim.min.js"></script>
3838
<script src="underscore.js"></script>
3939
<script src="mocha.js"></script>
4040
<script src="chai.js"></script>

0 commit comments

Comments
 (0)