Skip to content

Commit

Permalink
Bug fix bcit-ci#1695 - change Nintendo mobile user agents to be more …
Browse files Browse the repository at this point in the history
…specific.

Signed-off-by: Eric Roberts <eric@cryode.com>
  • Loading branch information
AkenRoberts committed Aug 12, 2012
1 parent 6ebdf96 commit 6cba1f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application/config/user_agents.php
Expand Up @@ -157,10 +157,10 @@
'spv' => 'SPV',
'zte' => 'ZTE',
'sendo' => 'Sendo',
'dsi' => 'Nintendo DSi',
'ds' => 'Nintendo DS',
'nintendo dsi' => 'Nintendo DSi',
'nintendo ds' => 'Nintendo DS',
'nintendo 3ds' => 'Nintendo 3DS',
'wii' => 'Nintendo Wii',
'3ds' => 'Nintendo 3DS',
'open web' => 'Open Web',
'openweb' => 'OpenWeb',

Expand Down
1 change: 1 addition & 0 deletions user_guide_src/source/changelog.rst
Expand Up @@ -320,6 +320,7 @@ Bug fixes for 3.0
- Fixed a bug (#1613) - :doc:`Form Helper <helpers/form_helper>` functions ``form_multiselect()``, ``form_dropdown()`` didn't properly handle empty array option groups.
- Fixed a bug (#1605) - :doc:`Pagination Library <libraries/pagination>` produced incorrect *previous* and *next* link values.
- Fixed a bug in SQLSRV's ``affected_rows()`` method where an erroneous function name was used.
- Fixed a bug (#1695) - IE8 occasionally registered as mobile browser, due to Nintedo DS user agent's "ds" key.

Version 2.1.2
=============
Expand Down

0 comments on commit 6cba1f8

Please sign in to comment.