Skip to content

Commit

Permalink
build v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sualko committed Jul 31, 2015
1 parent 999da65 commit 6edb032
Show file tree
Hide file tree
Showing 38 changed files with 50,847 additions and 9,883 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v2.1.0 / 2015-07-31
===
- upgrade jsxc to v2.1.0
- load settings async

v2.0.0 / 2015-05-08
===
- upgrade jsxc to v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion build/classes/class.ilijsxcPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Example user interface plugin
*
* @author Klaus Herberth <[email protected]>
* @version 2.0.0
* @version 2.1.0
*
*/
class ilijsxcPlugin extends ilUserInterfaceHookPlugin
Expand Down
5 changes: 1 addition & 4 deletions build/classes/class.ilijsxcUIHookGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* User interface hook class
*
* @author Klaus Herberth <[email protected]>
* @version 2.0.0
* @version 2.1.0
* @ingroup ServicesUIComponent
*/
class ilijsxcUIHookGUI extends ilUIHookPluginGUI
Expand All @@ -17,7 +17,6 @@ class ilijsxcUIHookGUI extends ilUIHookPluginGUI
private $jsFiles = array(
'development' => array(
'js/lib/jquery.ui.min.js',
'js/jsxc/dev/lib/jquery.colorbox-min.js',
'js/jsxc/dev/lib/jquery.slimscroll.js',
'js/jsxc/dev/lib/jquery.fullscreen.js',
'js/jsxc/dev/lib/jsxc.dep.js',
Expand All @@ -26,7 +25,6 @@ class ilijsxcUIHookGUI extends ilUIHookPluginGUI
),
'productive' => array(
'js/lib/jquery.ui.min.js',
'js/jsxc/lib/jquery.colorbox-min.js',
'js/jsxc/lib/jquery.slimscroll.js',
'js/jsxc/lib/jquery.fullscreen.js',
'js/jsxc/lib/jsxc.dep.min.js',
Expand All @@ -37,7 +35,6 @@ class ilijsxcUIHookGUI extends ilUIHookPluginGUI

private $cssFiles = array(
'css/jquery-ui.min.css',
'css/jquery.colorbox.css',
'css/jsxc.ilias.css'
);

Expand Down
229 changes: 0 additions & 229 deletions build/css/jquery.mCustomScrollbar.css

This file was deleted.

Loading

0 comments on commit 6edb032

Please sign in to comment.