@@ -82,7 +82,7 @@ use [Google Closure Compiler](http://closure-compiler.appspot.com/home):
82
82
// ==ClosureCompiler==
83
83
// @compilation_level SIMPLE_OPTIMIZATIONS
84
84
// @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
86
86
// @code_url http://medialize.github.com/jQuery-contextMenu/jquery.ui.position.js
87
87
// @code_url http://medialize.github.com/jQuery-contextMenu/jquery.contextMenu.js
88
88
// ==/ClosureCompiler==
@@ -103,28 +103,33 @@ $.contextMenu is published under the [MIT license](http://www.opensource.org/lic
103
103
104
104
## Changelog ##
105
105
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
+
106
111
### 1.5.24 ###
107
112
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
110
115
111
116
### 1.5.23 ###
112
117
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 ) )
115
120
116
121
### 1.5.22 ###
117
122
118
- * Fixing issue with animation and remove on hide (Issue #64 )
123
+ * fixing issue with animation and remove on hide (Issue #64 )
119
124
120
125
### 1.5.21 ###
121
126
122
- * Fixing backdrop would not remove on destroy (Issue #63 )
127
+ * fixing backdrop would not remove on destroy (Issue #63 )
123
128
124
129
### 1.5.20 ###
125
130
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 )
128
133
129
134
### 1.5.19 ###
130
135
0 commit comments