Skip to content

Commit e5978ac

Browse files
committed
Prepare release 2.3.0
1 parent dca41a3 commit e5978ac

13 files changed

+19
-19
lines changed

README.md

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

9595
## Changelog ##
9696

97-
### Unreleased ###
97+
### 2.3.0 ###
9898

9999
#### Added
100100

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

-4 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.5-dev
5+
* Version: v2.3.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: 2016-10-24T15:48:27.416Z
15+
* Date: 2016-10-25T18:52:24.600Z
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?386c8");
58-
src: url("font/context-menu-icons.eot?386c8#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?386c8") format("woff2"), url("font/context-menu-icons.woff?386c8") format("woff"), url("font/context-menu-icons.ttf?386c8") format("truetype");
57+
src: url("font/context-menu-icons.eot?4y6eu");
58+
src: url("font/context-menu-icons.eot?4y6eu#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?4y6eu") format("woff2"), url("font/context-menu-icons.woff?4y6eu") format("woff"), url("font/context-menu-icons.ttf?4y6eu") format("truetype");
5959
}
6060

6161
.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.5-dev - Plugin for simple contextMenu handling
2+
* jQuery contextMenu v2.3.0 - Plugin for simple contextMenu handling
33
*
4-
* Version: v2.2.5-dev
4+
* Version: v2.3.0
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-10-25T14:23:53.059Z
15+
* Date: 2016-10-25T18:52:24.835Z
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)