Revision 1101
Added by aldus over 15 years ago
CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
14 |
29-July 2009 Dietrich Roland Pehlke (Aldus) |
|
15 |
# changes in framework/class.wb.php to avoid the "print->footer()" bug in the frontend, |
|
16 |
as this function/method doesn't exists for the frontend. |
|
17 |
# Changes inside index.php and save.php in settings to get rid of the situation |
|
18 |
that a SMTP-Password could not contain an "<" char (right chars are craped), |
|
19 |
and also "<" is not transformed into an entitie "<". (Thanks to FrankH) |
|
20 |
# Modify of "addon.precheck.inc.php" to get rid of the problematic that version_compare |
|
21 |
could faild if words like "alpha", "beta" are inside a version-string. (missing in changelog 1100) |
|
14 | 22 |
28-July 2009 Matthias Gallas |
15 | 23 |
# fixed some smaller issues in rss.php (Thanks to Kibmcz) |
16 | 24 |
27-July 2009 Matthias Gallas |
Also available in: Unified diff
Changes inside class.wb.php to get rid of the the print->footer() problematic in the frontend.
changtes inside the adminsettings to alowed the user to use a "<" char inside his SMTP-Password.(thanks to FrankH)
Add last changes to the changelog - missing by mistake.