-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
177 lines (113 loc) · 5.39 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
Full history since v.1.6.6 is now available on GitHub https://github.com/cmsimple-xh/jQuery_XH
========================================================================================
Version 1.6.8 2024-10-14
Update jQuery migrate to 3.5.2
Update jQuery ui to 1.14.0
Remove jQuery 1.11.3
Remove jQuery 3.1.1
Remove jQuery 3.2.1
Remove jQuery 3.5.1
Remove jQuery 3.6.0
Remove jQuery 3.7.0
Remove jQuery ui 1.11.4
Remove jQuery ui 1.12.1
Remove jQuery ui 1.13.2
Remove jQuery ui 1.13.3
Remove jQuery migrate 3.0.0
Remove jQuery migrate 3.3.0
Remove jQuery migrate 3.4.0
Remove jQuery migrate 3.4.1
Remove jQuery migrate 3.5.0
------------------------------------------------------------------------------------------------------------------
Version 1.6.7 2024-08-05
Update jQuery to 3.7.1
Update jQuery migrate to 3.5.0
Update jQuery ui to 1.13.3
replace PHP_EOL with LF ("/n") for html output (The output in XH is characterized by "/n" in most places.)
------------------------------------------------------------------------------------------------------------------
Version 1.6.6 2023-07-11
Update jQuery to 3.6.4, 3.7.0
Update jQuery migrate to 3.4.0, 3.4.1
Update jQuery ui to 1.13.2
Removed the use of tag().
Default configuration set to the most current value.
------------------------------------------------------------------------------------------------------------------
Full history since v.1.6.3 is now available on GitHub https://github.com/TN03/jQuery_XH
Version 1.6.5 2020-07-23
------------------------------------------------------------------------------------------------------------------
Version 1.6.4 2017-07-02
Fix indirect modification of overloaded element notice in XH 1.7, introduced with
Version 1.6.3
------------------------------------------------------------------------------------------------------------------
Version 1.6.3 2017-06-29
added jQuery 3.2.1
------------------------------------------------------------------------------------------------------------------
Version 1.6.2 2016-12-04
cleaned up lib folder and added latest version of every branch
------------------------------------------------------------------------------------------------------------------
Version 1.6.1 2015-06-30
jQuery UI version 1.10.2 removed
jQuery version 1.11.3 added
------------------------------------------------------------------------------------------------------------------
Version 1.6 2015-03-12
Added Option to auto-load jQuery without jQueryUI
jQuery UI version 1.10.4 removed
jQuery UI version 1.11.4 added
Added German help written by cmb
------------------------------------------------------------------------------------------------------------------
Version 1.5.4 2014-12-31
jQuery 1.9.1 removed
jQuery 1.11.2 added
jQuery UI version 1.11.2 added
jQuery UI version 1.10.3 removed
------------------------------------------------------------------------------------------------------------------
Version 1.5.3 2014-08-24
jQuery UI version 1.11.1 added
jQuery UI version 1.10.2 removed
------------------------------------------------------------------------------------------------------------------
Version 1.5.2
Security-Fix: added direct access prevention
jQuery version 1.11.1 added
------------------------------------------------------------------------------------------------------------------
Version 1.5.1
jQuery version 1.11.0 added
jQuery UI version 1.10.4 added
------------------------------------------------------------------------------------------------------------------
Version 1.4.1 Build 2013111001
jQuery updated to version 1.10.2
jQuery UI updated to version 1.10.3
jQuery-migrate updated to version 1.2.1
admin.php: code for update-check removed
------------------------------------------------------------------------------------------------------------------
Version 1.4 Build 2013033001
jQuery updated to version 1.9.1
jQuery UI updated to version 1.10.2
jQuery-migrate 1.1.1 added
jquery.inc.php: +> = global $hjs, $plugin_cf, $pth;
Constants not longer defined with version of jquery / jqueryUI
admin.php: code for update-check added
------------------------------------------------------------------------------------------------------------------
Version 1.3.3 Build 2012122801
jQuery updated to version 1.8.3
jQuery UI updated to version 1.9.2
x> admin.php
------------------------------------------------------------------------------------------------------------------
Version 1.3.2 Build 2012082101
jQuery updated to version 1.8.0
jQuery UI updated to version 1.8.23
------------------------------------------------------------------------------------------------------------------
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