Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Nov 22, 2019
1 parent 44d51ef commit fa3e70b
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 13 deletions.
20 changes: 10 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions koko-analytics.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
Plugin Name: Koko Analytics
Plugin URI: https://www.kokoanalytics.com/#utm_source=wp-plugin&utm_medium=koko-analytics&utm_campaign=plugins-page
Version: 1.0.1
Version: 1.0.2
Description: Privacy-friendly analytics for your WordPress site.
Author: ibericode
Author URI: https://ibericode.com/#utm_source=wp-plugin&utm_medium=koko-analytics&utm_campaign=plugins-page
Expand Down Expand Up @@ -30,7 +30,7 @@

namespace KokoAnalytics;

define( 'KOKO_ANALYTICS_VERSION', '1.0.1' );
define( 'KOKO_ANALYTICS_VERSION', '1.0.2' );
define( 'KOKO_ANALYTICS_PLUGIN_FILE', __FILE__ );
define( 'KOKO_ANALYTICS_PLUGIN_DIR', __DIR__ );

Expand Down
20 changes: 19 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://kokoanalytics.com/#utm_source=wp-plugin-repo&utm_medium=kok
Tags: analytics, statistics, stats
Requires at least: 4.6
Tested up to: 5.3
Stable tag: 1.0.1
Stable tag: 1.0.2
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Requires PHP: 5.3
Expand Down Expand Up @@ -69,6 +69,23 @@ The plugin uses a buffer file where pageviews are stored for a very short time b

== Changelog ==

#### 1.0.2 - Nov 22, 2019

- Add icons to datepickers to quickly cycle through selected date periods.
- Add capabilities `view_koko_analytics` and `manage_koko_analytics` to control whether a user role can view or manage statistics.
- Add setting to automatically delete data older than X months.
- Add menu item to WP Admin Bar.
- Update URL when date range changes so page can be refreshed or shared.
- Update browser history with chosen date ranges.
- Show total size of Koko Analytics' database tables on settings page.
- Improved animations when dashboard data updates.
- Improved column type constraints for storing data.
- Improved labels for chart x-axes.
- Consistent ordering of posts and referrers tables.
- Remove trailing `?` character from referrer URL's after query parameters are stripped.
- Fix retrieving post title when post type is excluded from search.


#### 1.0.1 - Nov 14, 2019

- Add dashboard widget showing site visits over last 14 days.
Expand All @@ -86,3 +103,4 @@ The plugin uses a buffer file where pageviews are stored for a very short time b
#### 1.0.0 - Nov 4, 2019

Initial release.

0 comments on commit fa3e70b

Please sign in to comment.