From 08b0a1cb53f0c3b54a2bf7f8ac0f8b2cd5d8f0ff Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Wed, 26 Oct 2011 23:39:38 +0100 Subject: Added changelog entry for bugfix. --- user_guide/changelog.html | 135 +++++++++++++++++++++++----------------------- 1 file changed, 68 insertions(+), 67 deletions(-) (limited to 'user_guide') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index b4bd8bb7f..dc1a1f366 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -59,13 +59,13 @@ Change Log

The Reactor Marker indicates items that were contributed to CodeIgniter via CodeIgniter Reactor.

-

Version 2.1.0 (planned)

-

Release Date: Not Released

+

Version 2.1.0

+

Release Date: November 01, 2011

Bug fixes for 2.1.0

Version 2.0.3

@@ -116,43 +117,43 @@ Change Log
  • Added Session Class userdata to the output profiler. Additionally, added a show/hide toggle on HTTP Headers, Session Data and Config Variables.
  • Removed internal usage of the EXT constant.
  • Visual updates to the welcome_message view file and default error templates. Thanks to danijelb for the pull request.
  • -
  • Added insert_batch() function to the PostgreSQL database driver. Thanks to epallerols for the patch.
  • -
  • Added "application/x-csv" to mimes.php.
  • +
  • Added insert_batch() function to the PostgreSQL database driver. Thanks to epallerols for the patch.
  • +
  • Added "application/x-csv" to mimes.php.
  • Fixed a bug where Email library attachments with a "." in the name would using invalid MIME-types.
  • Helpers
  • Libraries
  • Bug fixes for 2.0.3

    Version 2.0.2

    @@ -164,36 +165,36 @@ Hg Tag: v2.0.2

  • Helpers
  • Database
  • Bug fixes for 2.0.2

    @@ -205,34 +206,34 @@ Hg Tag: v2.0.1

  • General changes
  • Libraries
  • Helpers
  • Bug fixes for 2.0.1

    Version 2.0.0

    @@ -246,7 +247,7 @@ Hg Tag: v2.0.0

  • Scaffolding, having been deprecated for a number of versions, has been removed.
  • Plugins have been removed, in favor of Helpers. The CAPTCHA plugin has been converted to a Helper and documented. The JavaScript calendar plugin was removed due to the ready availability of great JavaScript calendars, particularly with jQuery.
  • Added new special Library type: Drivers.
  • -
  • Added full query-string support. See the config file for details.
  • +
  • Added full query-string support. See the config file for details.
  • Moved the application folder outside of the system folder.
  • Moved system/cache and system/logs directories to the application directory.
  • Added routing overrides to the main index.php file, enabling the normal routing to be overridden on a per "index" file basis.
  • @@ -256,15 +257,15 @@ Hg Tag: v2.0.0

  • In-development code is now hosted at BitBucket.
  • Removed the deprecated Validation Class.
  • Added CI_ Prefix to all core classes.
  • -
  • Package paths can now be set in application/config/autoload.php.
  • -
  • Upload library file_name can now be set without an extension, the extension will be taken from the uploaded file instead of the given name.
  • -
  • In Database Forge the name can be omitted from $this->dbforge->modify_column()'s 2nd param if you aren't changing the name.
  • -
  • $config['base_url'] is now empty by default and will guess what it should be.
  • -
  • Enabled full Command Line Interface compatibility with config['uri_protocol'] = 'CLI';.
  • +
  • Package paths can now be set in application/config/autoload.php.
  • +
  • Upload library file_name can now be set without an extension, the extension will be taken from the uploaded file instead of the given name.
  • +
  • In Database Forge the name can be omitted from $this->dbforge->modify_column()'s 2nd param if you aren't changing the name.
  • +
  • $config['base_url'] is now empty by default and will guess what it should be.
  • +
  • Enabled full Command Line Interface compatibility with config['uri_protocol'] = 'CLI';.
  • Libraries
  • Database @@ -358,7 +359,7 @@ Hg Tag: v2.0.0

    Bug fixes for 2.0.0