Skip to content

Commit 16f47f2

Browse files
v1.8.6
1 parent ea320f5 commit 16f47f2

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

koko-analytics.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
Plugin Name: Koko Analytics
55
Plugin URI: https://www.kokoanalytics.com/#utm_source=wp-plugin&utm_medium=koko-analytics&utm_campaign=plugins-page
6-
Version: 1.8.5
6+
Version: 1.8.6
77
Description: Privacy-friendly and efficient statistics for your WordPress site.
88
Author: ibericode
99
Author URI: https://www.ibericode.com/
@@ -34,7 +34,7 @@
3434

3535
namespace KokoAnalytics;
3636

37-
\define('KOKO_ANALYTICS_VERSION', '1.8.5');
37+
\define('KOKO_ANALYTICS_VERSION', '1.8.6');
3838
\define('KOKO_ANALYTICS_PLUGIN_FILE', __FILE__);
3939
\define('KOKO_ANALYTICS_PLUGIN_DIR', __DIR__);
4040

readme.txt

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://wordpress.org/support/plugin/koko-analytics/reviews/#new-po
44
Tags: analytics, statistics, stats, google analytics
55
Requires at least: 6.0
66
Tested up to: 6.8
7-
Stable tag: 1.8.5
7+
Stable tag: 1.8.6
88
License: GPL-3.0-or-later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010
Requires PHP: 7.4
@@ -135,6 +135,11 @@ Koko Analytics is currently only able to track posts, pages and other post types
135135

136136
== Changelog ==
137137

138+
### 1.8.6 - Jul 24, 2025
139+
140+
- Mention [geo-location](https://www.kokoanalytics.com/features/geo-location/), a new premium feature, in the settings page sidebar.
141+
- Improved height of select and textarea elements on settings page.
142+
138143

139144
### 1.8.5 - Jul 21, 2025
140145

@@ -772,11 +777,5 @@ If your WordPress root directory is not writable, go to the Koko Analytics setti
772777

773778
#### 1.0.10 - Mar 23, 2020
774779

775-
- Print configuration object early on in page HTML so it is easier to override it using a cookie consent plugin.
776-
- Add help text explaining the use of a multi-select element.
777-
778-
779-
#### 1.0.9 - Mar 9, 2020
780-
781-
- Use arrow keys (without Ctrl-key) for quickly ...
780+
- Print configuration object early on in page HTML so it is easier to override it using ...
782781

0 commit comments

Comments
 (0)