summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-09-21 02:46:42 +0200
committeradmin <devnull@localhost>2006-09-21 02:46:42 +0200
commitd7a4cf5ce8b73b597e401c1027142f5ef2ac4e00 (patch)
treefd353d4b330b47fc55f1c2ba4281f63a52f83309 /user_guide
parentd16d6c2055f119a4df9812548ed13449f6c806f9 (diff)
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/general/changelog.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html
index 076d267e4..4521634a0 100644
--- a/user_guide/general/changelog.html
+++ b/user_guide/general/changelog.html
@@ -63,6 +63,23 @@ Change Log
<h1>Change Log</h1>
+<h2>Version 1.4.1</h2>
+<p>Release Date: September 25, 2006</p>
+
+<ul>
+<li>Updated plugins, helpers, and language classes to allow your "application" folder to contain its own plugins, helpers, and language folders. If your application folder contains any of these resources, when you load them CI will look first in your local application folder. If not found, it instead looks in the global folders.</li>
+<li>Added <a href="../helpers/inflector_helper.html">Inflector helper</a>.</li>
+<li>Added element() function in the <a href="../helpers/array_helper.html">array helper</a>.</li>
+<li>Removed the is_numeric test from the db->escape() function.</li>
+<li>Fixed a MySQLi bug that was causing error messages not to contain proper errror data.</li>
+<li>Fixed a bug in the email class which was causing it to ignore explicitly set alternative headers.</li>
+<li>Added some code to allow email attachments to be reset when sending batches of email.</li>
+<li>Deprecated the following database functions: $this->db->smart_escape_str() and $this->db->fields().</li>
+</ul>
+
+
+
+
<h2>Version 1.4.0</h2>
<p>Release Date: September 17, 2006</p>