Skip to content

Commit 1326fb7

Browse files
committed
version bump
1 parent 236dd96 commit 1326fb7

File tree

4 files changed

+17
-12
lines changed

4 files changed

+17
-12
lines changed

README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ use [Google Closure Compiler](http://closure-compiler.appspot.com/home):
8282
// ==ClosureCompiler==
8383
// @compilation_level SIMPLE_OPTIMIZATIONS
8484
// @output_file_name contextMenu.js
85-
// @code_url http://medialize.github.com/jQuery-contextMenu/jquery-1.7.1.min.js
85+
// @code_url http://medialize.github.com/jQuery-contextMenu/jquery-1.8.2.min.js
8686
// @code_url http://medialize.github.com/jQuery-contextMenu/jquery.ui.position.js
8787
// @code_url http://medialize.github.com/jQuery-contextMenu/jquery.contextMenu.js
8888
// ==/ClosureCompiler==
@@ -103,28 +103,33 @@ $.contextMenu is published under the [MIT license](http://www.opensource.org/lic
103103

104104
## Changelog ##
105105

106+
### 1.5.25 ###
107+
108+
* upgrading to jQuery 1.8.2 ([Issue 78](https://github.com/medialize/jQuery-contextMenu/issues/78))
109+
* upgrading to jQuery UI position 1.9.0 RC1 ([Issue 78](https://github.com/medialize/jQuery-contextMenu/issues/78))
110+
106111
### 1.5.24 ###
107112

108-
* Adding context menu options to input command events (Issue #72, dtex)
109-
* Code cosmetics for JSLint
113+
* adding context menu options to input command events ([Issue 72](https://github.com/medialize/jQuery-contextMenu/issues/72), dtex)
114+
* code cosmetics for JSLint
110115

111116
### 1.5.23 ###
112117

113-
* Fixing reposition/close issue on scrolled documents (Issue #69)
114-
* Fixing jQuery reference (Isue #68)
118+
* fixing reposition/close issue on scrolled documents ([Issue 69](https://github.com/medialize/jQuery-contextMenu/issues/69))
119+
* fixing jQuery reference ([Issue 68](https://github.com/medialize/jQuery-contextMenu/issues/68))
115120

116121
### 1.5.22 ###
117122

118-
* Fixing issue with animation and remove on hide (Issue #64)
123+
* fixing issue with animation and remove on hide (Issue #64)
119124

120125
### 1.5.21 ###
121126

122-
* Fixing backdrop would not remove on destroy (Issue #63)
127+
* fixing backdrop would not remove on destroy (Issue #63)
123128

124129
### 1.5.20 ###
125130

126-
* Fixing backdrop would not position properly in IE6 (Issue #59)
127-
* Fixing nested input elements not accessible in Chrome / Safari (Issue #58)
131+
* fixing backdrop would not position properly in IE6 (Issue #59)
132+
* fixing nested input elements not accessible in Chrome / Safari (Issue #58)
128133

129134
### 1.5.19 ###
130135

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jQuery contextMenu",
3-
"version": "1.5.24",
3+
"version": "1.5.25",
44
"title": "jQuery.contextMenu()",
55
"author": {
66
"name": "Rodney Rehm",

src/jquery.contextMenu.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* jQuery contextMenu - Plugin for simple contextMenu handling
33
*
4-
* Version: 1.5.24
4+
* Version: 1.5.25
55
*
66
* Authors: Rodney Rehm, Addy Osmani (patches for FF)
77
* Web: http://medialize.github.com/jQuery-contextMenu/

src/jquery.contextMenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* jQuery contextMenu - Plugin for simple contextMenu handling
33
*
4-
* Version: 1.5.24
4+
* Version: 1.5.25
55
*
66
* Authors: Rodney Rehm, Addy Osmani (patches for FF)
77
* Web: http://medialize.github.com/jQuery-contextMenu/

0 commit comments

Comments
 (0)