diff --git a/README.md b/README.md index 2222499..5990fa2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ PSR-15 middleware to redirect user to correct site language. -- Language detection is based on HTTP headers (browser language). +- Language detection is based on HTTP headers (browser language) or IP address. - When the user switches the language, a cookie gets set to save the new language as preferred language. ## Installation diff --git a/ext_emconf.php b/ext_emconf.php index a0537ce..8e20c98 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,7 +4,7 @@ 'description' => 'PSR-15 middleware to redirect user to correct site language via HTTP headers (Accept-Language) and IP address.', 'category' => 'misc', 'shy' => 0, - 'version' => '2.0.1', + 'version' => '2.0.2', 'state' => 'stable', 'uploadfolder' => 0, 'clearCacheOnLoad' => 0,