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,6 +151,18 @@ You can [purchase Koko Analytics Pro](https://www.kokoanalytics.com/pricing/) to
151
151
152
152
== Changelog ==
153
153
154
+
155
+
### 1.7.0 - Feb 25, 2025
156
+
157
+
- Compatibility with sites hosted on WP Engine (which does not allow writing files with the PHP extension to the WP Uploads directory).
158
+
- Use relative paths in optimized endpoint file, so that the site itself can be moved around freely on the filesystem.
159
+
- Run aggregator on `upgrader_process_complete` hook so that we can change aggregation logic without losing any data.
160
+
- Only use optimized endpoint if the file still exists and is verified to be working. This allows removing the file to immediately switch to the default AJAX endpoint.
161
+
- Fix a bug in the most viewed posts widget/shortcode that shows all posts instead of an empty result set.
162
+
- Add group by option to chart.
163
+
- Better align periods for comparisons.
164
+
165
+
154
166
### 1.6.6 - Feb 18, 2025
155
167
156
168
- Fix same-page referrer detection when not using cookie.
@@ -773,26 +785,5 @@ If your WordPress root directory is not writable, go to the Koko Analytics setti
773
785
774
786
#### 1.0.4 - Dec 13, 2019
775
787
776
-
- Fix referrer URL's not being saved correctly.
777
-
- Fix unique pageview detection
778
-
- Fix pretty number with only trailing zeroes.
779
-
- Fix bar chart not stacking properly.
780
-
- Improved display of Twitter or Android app referrers.
781
-
- Improved chart tooltip.
782
-
- Improved styling for small mobile screens.
783
-
- Trim trailing slashes from referrer URL's.
784
-
- Escape all strings coming from translation files.
785
-
- Filter out common bots by checking user agent in tracking script.
786
-
787
-
788
-
#### 1.0.3 - Dec 6, 2019
789
-
790
-
- Fix link to settings page from plugins overview page.
791
-
- Fix REST API URL's when not using pretty permalinks.
792
-
- Add support for tracking AMP-powered pages.
793
-
- Add setting to disable cookie usage.
794
-
- Handle network request errors on admin pages.
795
-
- Return HTTP 500 error when unable to write to buffer file.
796
-
- Simplify adding post title to post type statistics.
0 commit comments