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
@@ -134,6 +134,15 @@ Koko Analytics is currently only able to track posts, pages and other post types
134
134
135
135
== Changelog ==
136
136
137
+
138
+
### 1.8.5 - Jul 21, 2025
139
+
140
+
- Add new action hook to add table rows before the submit button on the settings page: `koko_analytics_extra_settings_rows_before_submit`
141
+
- Rewrite optimized endpoint to allow for filter and action hooks.
142
+
- Allow other plugins to filter pageview data in optimized endpoint.
143
+
- Allow other plugins to add PHP files to include in optimized endpoint.
144
+
145
+
137
146
### 1.8.4 - Jun 18, 2025
138
147
139
148
- Backwards compatibility with older versions of the tracking script. This is a special update for sites refusing to serve the latest version of the Koko Analytics script because of very stubborn caching plugins...
@@ -768,15 +777,5 @@ If your WordPress root directory is not writable, go to the Koko Analytics setti
768
777
769
778
#### 1.0.9 - Mar 9, 2020
770
779
771
-
- Use arrow keys (without Ctrl-key) for quickly cycling through date ranges.
772
-
- Group chart by month if showing more than 2 (full) months of data.
773
-
- Replace React by Preact to cut JS bundle size in half.
774
-
- Normalize referrer URL's without protocol.
775
-
- Improve total comparision with previous period.
776
-
777
-
778
-
#### 1.0.8 - Feb 14, 2020
779
-
780
-
- Add date preset for last 28 days
781
-
- Add keyboard navigation ...
780
+
- Use arrow keys (without Ctrl-key) for quickly ...
0 commit comments