You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -151,11 +151,18 @@ You can [purchase Koko Analytics Pro](https://www.kokoanalytics.com/pricing/) to
151
151
152
152
== Changelog ==
153
153
154
+
### 1.6.6 - Feb 18, 2025
155
+
156
+
- Fix same-page referrer detection when not using cookie.
157
+
- Preserve page filter when using datepicker to change date period.
158
+
- Limit realtime pageviews in dashboard widget to today's pageviews when viewed shortly after midnight.
159
+
160
+
154
161
### 1.6.5 - Feb 10, 2025
155
162
156
163
- Add importer for data from Burst Statistics.
157
164
- Allow passing "false" and "no" to `monthly` query parameter in REST endpoints.
158
-
- Optimize PHP execution time for plugin bootstrapping code by aggressively lazy loading code that only runs on very specific requests. From 0.05 ms to 0.03 ms (!) with opcache or 1.44 ms to 0.54 ms without opcache for general requests.
165
+
- Optimize PHP execution time for plugin bootstrapping code by aggressively lazy loading code that only runs on very specific requests. From 0.05 ms to 0.03 ms (!) with OPcache or 1.44 ms to 0.54 ms without OPcache for general requests.
159
166
- Minor code improvements to classes responsible for aggregating data from buffer file into permanent storage.
160
167
161
168
@@ -787,12 +794,5 @@ If your WordPress root directory is not writable, go to the Koko Analytics setti
787
794
- Handle network request errors on admin pages.
788
795
- Return HTTP 500 error when unable to write to buffer file.
789
796
- Simplify adding post title to post type statistics.
790
-
- Extend browser support to include older browsers.
791
-
- Handle filesystem errors in aggregation process.
792
-
793
-
794
-
#### 1.0.2 - Nov 22, 2019
795
-
796
-
- Add icons to datepickers to quickly cycle through selected date periods.
797
-
- Add capabilities `view_koko_analytics` and `manage_koko_analytics` to control whether ...
0 commit comments