Skip to content

Commit 9e85ff2

Browse files
author
Benjamin Pick
committed
readme
1 parent 773cd21 commit 9e85ff2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

geoip-detect.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Description: Provides geographic information detected by an IP adress.
66
Author: Yellow Tree (Benjamin Pick)
77
Author URI: http://www.yellowtree.de
8-
Version: 5.5.0
8+
Version: 5.5.1-beta1
99
License: GPLv3 or later
1010
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1111
Text Domain: geoip-detect
@@ -16,7 +16,7 @@
1616
Requires PHP: 7.2.5
1717
*/
1818

19-
define('GEOIP_DETECT_VERSION', '5.5.0');
19+
define('GEOIP_DETECT_VERSION', '5.5.1-beta1');
2020

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

readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ If you are using AJAX mode, please read the changelog.
134134

135135
== Changelog ==
136136

137+
= 5.5.1 =
138+
* FIX: Compatibility with Wordpress 6.7 (Textdomain loading)
139+
137140
= 5.5.0 =
138141
* 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`)
139142
* Library updates

0 commit comments

Comments
 (0)