Revision 1138
Added by Ruud over 15 years ago
CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.1 ------------------------------------- |
14 |
25-Aug-2009 Ruud Eisinga |
|
15 |
# Fixed bug in droplets. Multiple droplets with the same parameter did not extract the new parameter. |
|
16 |
(problem introduced by code optimisations for WB2.8) |
|
17 |
# Fixed usage of the depriciated (PHP 5.3.0) split() function in class.wb. (ticket #772) |
|
18 |
# Fixed notice ob_end_clean..failed to delete buffer. (ticket #779) |
|
14 | 19 |
22-Aug-2009 Ruud Eisinga |
15 | 20 |
# Changed the default searchform name in the installer. (ticket #775) |
16 | 21 |
# Fixed the recursive redirect problem when a page is called with a wrong language parm (ticket #780) |
Also available in: Unified diff
Fixed bug in droplets. Multiple droplets with the same parameter did not extract the new parameter. (problem introduced by code optimisations for WB2.8)
Fixed usage of the depriciated (PHP 5.3.0) split() function in class.wb. (ticket #772)
Fixed notice ob_end_clean..failed to delete buffer. (ticket #779)