Skip to content

Commit

Permalink
Update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kftw committed Jan 15, 2021
1 parent 251bdca commit 92f3626
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Each entry will be separated into four possible groups: **Added**, **Removed**,
## [Planned]
- Nothing right now

## [2.5.4] - 2021-01-15
### Fixed
- Fixed checking for `excludeIp` always returning `true` when `$_SERVER[REMOTE_ADDR']` is empty.

## [2.5.3] - 2020-09-23
### Fixed
- Fixed missing $ip argument in GeoUtility->getGeoLocation()
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '2.5.3',
'version' => '2.5.4',
'constraints' => [
'depends' => [
'typo3' => '8.7.99-10.99.99',
Expand Down

0 comments on commit 92f3626

Please sign in to comment.