File tree 3 files changed +7
-8
lines changed
3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
== Old Changelog ==
2
2
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
-
9
3
= 2.8.2 =
10
4
* Maxmind vendor code was updated to the current version (2.7.0).
11
5
* FIX: There was a fatal error when using PHP 7.2 (thx jj-dev)
Original file line number Diff line number Diff line change 16
16
Requires PHP: 5.4
17
17
*/
18
18
19
- define ('GEOIP_DETECT_VERSION ' , '2.8.2 ' );
19
+ define ('GEOIP_DETECT_VERSION ' , '2.9.0 ' );
20
20
21
21
/*
22
22
Copyright 2013-2018 Yellow Tree, Siegen, Germany
Original file line number Diff line number Diff line change @@ -103,6 +103,11 @@ There have been changes to the reverse proxy logic. If you have enabled a revers
103
103
104
104
== Changelog ==
105
105
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).
107
112
108
113
[Older changelog](https://github.com/yellowtree/wp-geoip-detect/blob/master/CHANGELOG.md)
You can’t perform that action at this time.
0 commit comments