Update version.php to 3.3.0
[isso.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 52301bbc3afe0958111ccd6d34cb3dae521bb6d8..82f880e1c7efccd5ac55441aac8aaf96fe302b5c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,23 @@
+3.3.0
+===================
+- Change: BSFunctions::cookie() does not use static member values, but only parameters
+- Change: BSFunctions::swap_css_classes() does not use static member values, now returns the value
+
+3.2.3
+===================
+- Change: More BSDecorator styling updates, creating a .button class to style button links
+
+3.2.2
+===================
+- New: Added BSTemplate::__toString() to evaluate the template
+
+3.2.1
+===================
+- New: BSFunctions::bool_to_string() to convert a boolean value into human-readable Yes/No
+- Change: BSTemplate::flush() will no longer insert debug blocks, but BSTemplate::get_debug_block() can be used to retrieve it
+- Change: BSTemplate now uses the full file path when caching templates, rather than just the name
+- Change: BSDecorator fixes based on real-world usage
+
 3.2.0
 ===================
 - New: Decorator.css.php and Decorator.js to be used to create HTML templates with standard formatting