Skip to content

Commit 07b403d

Browse files
committed
Preparing release 1.10.2
1 parent 80acaf4 commit 07b403d

9 files changed

+15
-18
lines changed

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
77
---
88

9-
__IMPORTANT: The Next version (2.0.0) will change the default names of the icon classes in order to stop CSS conflicts with frameworks which define the class 'icon'.__
10-
11-
129
[![Travis Build Status](https://travis-ci.org/swisnl/jQuery-contextMenu.svg?branch=master)](https://travis-ci.org/swisnl/jQuery-contextMenu)
1310

1411
$.contextMenu is a management facility for - you guessed it - context menus. It was designed for an application where there are hundreds of elements that may show a context menu - so intialization speed and memory usage are kept fairly small. It also allows to register context menus without providing actual markup, as $.contextMenu generates DOMElements as needed.
@@ -100,7 +97,7 @@ $.contextMenu is published under the [MIT license](http://www.opensource.org/lic
10097

10198
## Changelog ##
10299

103-
### Unreleased ###
100+
### 1.10.2 (October 28th 2015) ###
104101

105102
* Reverted the change from 1.7.0: .html() changed back to .text() since it is an security issue (thanks @arai-a)
106103

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jQuery-contextMenu",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
44
"main": [
55
"dist/jquery.contextMenu.js",
66
"dist/jquery.contextMenu.min.js",

dist/jquery.contextMenu.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* jQuery contextMenu - Plugin for simple contextMenu handling
33
*
4-
* Version: v1.10.1
4+
* Version: v1.10.2
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: 2015-10-26T19:58:28.706Z
14+
* Date: 2015-10-28T15:14:59.323Z
1515
*/
1616

1717
.context-menu-list {

dist/jquery.contextMenu.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* jQuery contextMenu v1.10.1 - Plugin for simple contextMenu handling
2+
* jQuery contextMenu v1.10.2 - Plugin for simple contextMenu handling
33
*
4-
* Version: v1.10.1
4+
* Version: v1.10.2
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: 2015-10-26T22:23:41.404Z
15+
* Date: 2015-10-28T15:15:00.338Z
1616
*/
1717

1818
(function (factory) {

dist/jquery.contextMenu.min.css

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

dist/jquery.contextMenu.min.css.map

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

0 commit comments

Comments
 (0)