Skip to content

Commit cea364b

Browse files
committed
Prepare 2.2.4 release
1 parent 5be9de5 commit cea364b

13 files changed

Lines changed: 18 additions & 18 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Font-Awesome icons used from [encharm/Font-Awesome-SVG-PNG](https://github.com/e
9797

9898
## Changelog ##
9999

100-
### Unreleased ###
100+
### 2.2.4 ###
101101

102102
#### Fixed
103103

dist/font/context-menu-icons.eot

0 Bytes
Binary file not shown.

dist/font/context-menu-icons.ttf

0 Bytes
Binary file not shown.

dist/font/context-menu-icons.woff

0 Bytes
Binary file not shown.

dist/font/context-menu-icons.woff2

0 Bytes
Binary file not shown.

dist/jquery.contextMenu.css

Lines changed: 4 additions & 4 deletions
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.2.4-dev
5+
* Version: v2.2.4
66
*
77
* Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
88
* Web: http://swisnl.github.io/jQuery-contextMenu/
@@ -12,15 +12,15 @@
1212
* Licensed under
1313
* MIT License http://www.opensource.org/licenses/mit-license
1414
*
15-
* Date: 2016-08-26T12:03:55.082Z
15+
* Date: 2016-08-26T13:44:56.092Z
1616
*/
1717
@font-face {
1818
font-family: "context-menu-icons";
1919
font-style: normal;
2020
font-weight: normal;
2121

22-
src: url("font/context-menu-icons.eot?14l1a");
23-
src: url("font/context-menu-icons.eot?14l1a#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?14l1a") format("woff2"), url("font/context-menu-icons.woff?14l1a") format("woff"), url("font/context-menu-icons.ttf?14l1a") format("truetype");
22+
src: url("font/context-menu-icons.eot?2cl8a");
23+
src: url("font/context-menu-icons.eot?2cl8a#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?2cl8a") format("woff2"), url("font/context-menu-icons.woff?2cl8a") format("woff"), url("font/context-menu-icons.ttf?2cl8a") format("truetype");
2424
}
2525

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

dist/jquery.contextMenu.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* jQuery contextMenu v2.2.4-dev - Plugin for simple contextMenu handling
2+
* jQuery contextMenu v2.2.4 - Plugin for simple contextMenu handling
33
*
4-
* Version: v2.2.4-dev
4+
* Version: v2.2.4
55
*
66
* Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
77
* Web: http://swisnl.github.io/jQuery-contextMenu/
@@ -12,7 +12,7 @@
1212
* MIT License http://www.opensource.org/licenses/mit-license
1313
* GPL v3 http://opensource.org/licenses/GPL-3.0
1414
*
15-
* Date: 2016-08-26T12:03:55.490Z
15+
* Date: 2016-08-26T13:44:56.511Z
1616
*/
1717

1818
(function (factory) {

dist/jquery.contextMenu.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)