Skip to content

Commit 5916640

Browse files
author
Benjamin Pick
committed
Add subdivision doku to readme
1 parent 13b9c1f commit 5916640

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

changelog.txt

-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
== Old Changelog ==
22

3-
= 2.9.0 =
4-
* NEW: Wizard to get the right ip adress (in order to simplify reverse proxy configuration).
5-
* The reverse proxy logic was heavily changed. If you run into configuration errors, try the wizard.
6-
* NEW: The CSS classes that are added to the body-tag (if enabled in the options) now also include the most specific subdivisino (province).
7-
* Maxmind vendor code was updated to the current version (2.8.0).
8-
93
= 2.8.2 =
104
* Maxmind vendor code was updated to the current version (2.7.0).
115
* FIX: There was a fatal error when using PHP 7.2 (thx jj-dev)

geoip-detect.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Requires PHP: 5.4
1717
*/
1818

19-
define('GEOIP_DETECT_VERSION', '2.8.2');
19+
define('GEOIP_DETECT_VERSION', '2.9.0');
2020

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

readme.txt

+6-1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ There have been changes to the reverse proxy logic. If you have enabled a revers
103103

104104
== Changelog ==
105105

106-
= 2.9.1 =
106+
= 2.9.0 =
107+
* NEW: Wizard to get the right ip adress (in order to simplify reverse proxy configuration).
108+
* The reverse proxy logic was heavily changed. If you run into configuration errors, try the wizard.
109+
* NEW: The CSS classes that are added to the body-tag (if enabled in the options) now also include the most specific subdivisino (province).
110+
* NEW: Shortcodes now support multiple subdivisions (`[geoip_detect2 property="subdivisions.0.isoCode"]`)
111+
* Maxmind vendor code was updated to the current version (2.8.0).
107112

108113
[Older changelog](https://github.com/yellowtree/wp-geoip-detect/blob/master/CHANGELOG.md)

0 commit comments

Comments
 (0)