summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r--user_guide/changelog.html23
1 files changed, 22 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 9a13add37..5c8bf3649 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -28,7 +28,7 @@
<div id="masthead">
<table cellpadding="0" cellspacing="0" border="0" style="width:100%">
<tr>
-<td><h1>CodeIgniter User Guide Version 2.1.3</h1></td>
+<td><h1>CodeIgniter User Guide Version 2.1.4</h1></td>
<td id="breadcrumb_right"><a href="./toc.html">Table of Contents Page</a></td>
</tr>
</table>
@@ -57,6 +57,27 @@ Change Log
<h1>Change Log</h1>
+<h2>Version 2.1.4</h2>
+<p>Release Date: July 8, 2013</p>
+
+
+<ul>
+ <li>General Changes
+ <ul>
+ <li>Improved security in <kbd>xss_clean()</kbd>.</li>
+ </ul>
+ </li>
+</ul>
+
+<h3>Bug fixes for 2.1.4:</h3>
+<ul>
+ <li>Fixed a bug (#1936) - <a href="libraries/migration.html">Migrations Library</a> method <samp>latest()</samp> had a typo when retrieving language values.</li>
+ <li>Fixed a bug (#2021) - <a href="libraries/migration.html">Migrations Library</a> configuration file was mistakenly using Windows style line feeds.</li>
+ <li>Fixed a bug (#1969) - <a href="database/active_record.html">Active Record</a> method <samp>set_update_batch()</samp> was using the incorrect variables and would cause an error.</li>
+ <li>Fixed a bug (#2337) - <a href="libraries/email.html">Email Library</a> method <samp>print_debugger()</samp> was not using <samp>htmlspecialchar()</samp> when being shown in the browser.</li>
+</ul>
+
+
<h2>Version 2.1.3</h2>
<p>Release Date: October 8, 2012</p>