Skip to content

Commit e51d3da

Browse files
committed
Release version 2.9
Upgrade to jQuery 3
1 parent 1d07a82 commit e51d3da

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

jquery-2.2.0.min.js

-4
This file was deleted.

jquery-3.3.1.min.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"short_name": "DynamicHistory",
1010
"author": "nulldev",
1111
"description": "Automagically delete history based on the keywords on the page!",
12-
"version": "2.8",
12+
"version": "2.9",
1313
"options_ui": {
1414
"page": "options.html",
1515
"chrome_style": true,

oninstall.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<html>
1616
<head>
1717
<title>DynamicHistory Installation</title>
18-
<!-- JQuery 2.2.0 -->
19-
<script src="jquery-2.2.0.min.js"></script>
18+
<!-- JQuery -->
19+
<script src="jquery-3.3.1.min.js"></script>
2020
<!-- OnInstall JS -->
2121
<script src="oninstall.js"></script>
2222
<style>

options.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<html>
1616
<head>
1717
<title>DynamicHistory Settings</title>
18-
<!-- JQuery 2.2.0 -->
19-
<script src="jquery-2.2.0.min.js"></script>
18+
<!-- JQuery -->
19+
<script src="jquery-3.3.1.min.js"></script>
2020
<!-- Moment -->
2121
<script src="moment.min.js"></script>
2222
<!-- Shared -->

0 commit comments

Comments
 (0)