Skip to content

Commit ef40b4f

Browse files
author
Benjamin Pick
committed
Readme.txt
1 parent 159087c commit ef40b4f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

geoip-detect.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Requires PHP: 7.2.5
1616
*/
1717

18-
define('GEOIP_DETECT_VERSION', '5.5.1-beta1');
18+
define('GEOIP_DETECT_VERSION', '5.6.0');
1919

2020
/*
2121
Copyright 2013-2023 Yellow Tree, Siegen, Germany

readme.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ See [Documentation](https://github.com/yellowtree/geoip-detect/wiki) for more in
124124

125125
== Upgrade Notice ==
126126

127+
= 5.6.0 =
128+
129+
This update removes the deprecated shortcode [geoip_detect ...] (read the changelog for more details)
130+
127131
= 5.5.0 =
128132

129133
When using the default datasource "hostip.info", the region code (i.e. CA) is now correctly moved to the property `mostSpecificSubdivision` (previously, it was part of the property `city`)
@@ -134,9 +138,10 @@ If you are using AJAX mode, please read the changelog.
134138

135139
== Changelog ==
136140

137-
= 5.5.1 =
141+
= 5.6.0 =
142+
* FIX [!]: Remove deprecated shortcode [geoip_detect] (Security - CVE-2025-57993). If you are still using it, use [geoip_detect2 ...] instead, you might have to change the property name.
138143
* FIX: Compatibility with Wordpress 6.7 (Textdomain loading)
139-
* FIX [!]: Remove deprecated shortcode [geoip_detect] (Security - CVE-2025-57993)
144+
* Library updates
140145

141146
= 5.5.0 =
142147
* FIX [!]: In the datasource "hostip.info", the region code (i.e. CA) is now correctly moved to the property `mostSpecificSubdivision` (previously, it was part of the property `city`)

0 commit comments

Comments
 (0)