Skip to content

Commit eb435b6

Browse files
committedDec 30, 2019
v1.0.5
1 parent 67910ec commit eb435b6

File tree

3 files changed

+36
-26
lines changed

3 files changed

+36
-26
lines changed
 

‎composer.lock

+24-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎koko-analytics.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
Plugin Name: Koko Analytics
44
Plugin URI: https://www.kokoanalytics.com/#utm_source=wp-plugin&utm_medium=koko-analytics&utm_campaign=plugins-page
5-
Version: 1.0.4
5+
Version: 1.0.5
66
Description: Privacy-friendly analytics for your WordPress site.
77
Author: ibericode
88
Author URI: https://ibericode.com/#utm_source=wp-plugin&utm_medium=koko-analytics&utm_campaign=plugins-page
@@ -32,7 +32,7 @@
3232

3333
namespace KokoAnalytics;
3434

35-
define( 'KOKO_ANALYTICS_VERSION', '1.0.4' );
35+
define( 'KOKO_ANALYTICS_VERSION', '1.0.5' );
3636
define( 'KOKO_ANALYTICS_PLUGIN_FILE', __FILE__ );
3737
define( 'KOKO_ANALYTICS_PLUGIN_DIR', __DIR__ );
3838

‎readme.txt

+10-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://kokoanalytics.com/
44
Tags: analytics, statistics, stats
55
Requires at least: 4.6
66
Tested up to: 5.3
7-
Stable tag: 1.0.4
7+
Stable tag: 1.0.5
88
License: GPLv3 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010
Requires PHP: 5.3
@@ -73,6 +73,15 @@ In fact, because the plugin does not depend on any external services it is usual
7373

7474
== Changelog ==
7575

76+
#### 1.0.5 - Dec 30, 2019
77+
78+
- Add "today" option to date periods preset menu.
79+
- Hide chart component when viewing just a single day of data.
80+
- Automatically refresh data in dashboard every minute.
81+
- Use human readable number format on chart's y-axes.
82+
- Show chart elements even if outside of chart container.
83+
84+
7685
#### 1.0.4 - Dec 13, 2019
7786

7887
- Fix referrer URL's not being saved correctly.

0 commit comments

Comments
 (0)
Please sign in to comment.