changes++
[isso.git] / dev / changes.txt
1 CHANGELOG FOR 2.0
2 ###################################################################
3
4 - Using GNU GPL
5 - Cleaning up phpDoc variable type declarations
6 - Removed iff() [kernel.php]
7 - Removed all phpDoc @see declarations
8 - Cleaning up type specifications for phpDoc comments
9 - Added printer class [printer.php]
10 - Added explain_error_reporting() [kernel.php]
11 - Added installer subsystem functions [installer.php]
12 - Added two style sheets, printer.css.php and installer.css.php
13 - Renamed _message() to message() [kernel.php]
14 - Added PHP5 __construct() support
15 - Removed the magic-quote-mimicing functionality of ISSO's input sanitization system. Applications should now store all text in unescaped form and then use ISSO->escape() when querying the database