36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
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 |