Skip to content

Commit bcfc00a

Browse files
author
Benjamin Pick
committed
add readme info
1 parent afa6fd7 commit bcfc00a

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.4.0
8+
Version: 5.4.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.4.0');
19+
define('GEOIP_DETECT_VERSION', '5.4.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
@@ -174,6 +174,9 @@ If you use Maxmind "Automatic download" then you need to upgrade to this plugin
174174

175175
== Changelog ==
176176

177+
= 5.4.1 =
178+
* NEW: JS now emit events 'geoip-detect-shortcodes-done' and 'geoip-detect-body-classes-done', see https://github.com/yellowtree/geoip-detect/wiki/API:-AJAX#events
179+
177180
= 5.4.0 =
178181
* NEW: Infos can be added to a mail sent by WPForms (with Smart Tag `{geoip_detect2_user_info}`)
179182
* FIX: Remove Fatal Error on uninstall ("Undefined constand GEOIP_DETECT_DEBUG")

0 commit comments

Comments
 (0)