Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
urbantrout committed Aug 2, 2022
1 parent 2d40a97 commit 585e252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2.3.4
# 2.3.3

- Avoid notices with PHP8 ([PR #41](https://github.com/urbantrout/site-language-redirection/pull/41)) (thanks [@georgringer](https://github.com/georgringer))
# 2.3.0
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.4',
'version' => '2.3.3',
'state' => 'stable',
'uploadfolder' => 0,
'clearCacheOnLoad' => 0,
Expand Down

0 comments on commit 585e252

Please sign in to comment.