First commit
This commit is contained in:
36
cms/plugins/jquery/changelog.txt
Normal file
36
cms/plugins/jquery/changelog.txt
Normal file
@ -0,0 +1,36 @@
|
||||
Legend
|
||||
------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
first line: date / author
|
||||
* = filename / package => new version-nr.
|
||||
:> = old code
|
||||
=> = new code
|
||||
+> = added code
|
||||
-> = deleted code
|
||||
x> = general changes
|
||||
|
||||
------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Version 1.3.1 Build 2011093001
|
||||
|
||||
jQuery updated to version 1.6.4
|
||||
jQuery UI updated to version 1.8.16
|
||||
|
||||
Help-File updated: added "global $plugin_cf" to code examples
|
||||
|
||||
------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Version 1.3 Build 2011072701
|
||||
|
||||
* jquery.inc.php:
|
||||
load jQuery always as first library:
|
||||
:> $hjs .= "\n".'<script type="text/javascript" src="'.$path.'"></script>';
|
||||
=> $hjs = '<script type="text/javascript" src="'.$path.'"></script>' . $hjs;
|
||||
|
||||
Help-File updated
|
||||
changelog.txt added
|
||||
|
||||
------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Version 1.2
|
||||
First public release
|
Reference in New Issue
Block a user