Skip to content

Commit dfe66c7

Browse files
committed
Prepare 2.7.0 release
1 parent f8939cd commit dfe66c7

14 files changed

+19
-19
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Changelog ##
22

3-
### Unreleased
3+
### 2.7.0
44

55
#### Documentation
66

Diff for: dist/font/context-menu-icons.eot

0 Bytes
Binary file not shown.

Diff for: dist/font/context-menu-icons.ttf

0 Bytes
Binary file not shown.

Diff for: dist/font/context-menu-icons.woff

0 Bytes
Binary file not shown.

Diff for: dist/font/context-menu-icons.woff2

-32 Bytes
Binary file not shown.

Diff for: dist/jquery.contextMenu.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*!
33
* jQuery contextMenu - Plugin for simple contextMenu handling
44
*
5-
* Version: v2.6.4
5+
* Version: v2.7.0
66
*
77
* Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
88
* Web: http://swisnl.github.io/jQuery-contextMenu/
@@ -12,7 +12,7 @@
1212
* Licensed under
1313
* MIT License http://www.opensource.org/licenses/mit-license
1414
*
15-
* Date: 2018-07-11T17:37:50.000Z
15+
* Date: 2018-07-12T09:06:55.859Z
1616
*/
1717
@-webkit-keyframes cm-spin {
1818
0% {
@@ -54,8 +54,8 @@
5454
font-style: normal;
5555
font-weight: normal;
5656

57-
src: url("font/context-menu-icons.eot?22n6c");
58-
src: url("font/context-menu-icons.eot?22n6c#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?22n6c") format("woff2"), url("font/context-menu-icons.woff?22n6c") format("woff"), url("font/context-menu-icons.ttf?22n6c") format("truetype");
57+
src: url("font/context-menu-icons.eot?36hmp");
58+
src: url("font/context-menu-icons.eot?36hmp#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?36hmp") format("woff2"), url("font/context-menu-icons.woff?36hmp") format("woff"), url("font/context-menu-icons.ttf?36hmp") format("truetype");
5959
}
6060

6161
.context-menu-icon-add:before {

Diff for: dist/jquery.contextMenu.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* jQuery contextMenu v2.6.4 - Plugin for simple contextMenu handling
2+
* jQuery contextMenu v2.7.0 - Plugin for simple contextMenu handling
33
*
4-
* Version: v2.6.4
4+
* Version: v2.7.0
55
*
66
* Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
77
* Web: http://swisnl.github.io/jQuery-contextMenu/
@@ -11,7 +11,7 @@
1111
* Licensed under
1212
* MIT License http://www.opensource.org/licenses/mit-license
1313
*
14-
* Date: 2018-07-10T10:24:25.826Z
14+
* Date: 2018-07-12T09:06:55.786Z
1515
*/
1616

1717
// jscs:disable

Diff for: dist/jquery.contextMenu.min.css

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

0 commit comments

Comments
 (0)