From 76fedeee9f01d76f6e0b3641edd58aebd6c98344 Mon Sep 17 00:00:00 2001 From: Patrick Robrecht Date: Wed, 23 May 2018 21:49:50 +0200 Subject: [PATCH] Bugfix release 1.6.2 --- CHANGELOG.md | 4 ++++ readme.txt | 6 +++++- statify.php | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3846b44..f3ed256 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 1.6.2 +* Fix compatibility issues with JavaScript optimization plugins +* Fix tracking issue if JavaScript tracking is disabled + ## 1.6.1 * Scaled datapoint size to number of records in dashboard widget to improve legibility * Fix display of larger numbers in the y-axis diff --git a/readme.txt b/readme.txt index aabe974..f94ec57 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ * Requires at least: 4.7 * Tested up to: 4.9 * Requires PHP: 5.6 -* Stable tag: 1.6.1 +* Stable tag: 1.6.2 * License: GPLv3 or later * License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -115,6 +115,10 @@ has to be added to the theme's `functions.php`. The condition has modified such ## Changelog ## You can find the full changelog in [our GitHub repository](https://github.com/pluginkollektiv/statify/blob/master/CHANGELOG.md). +### 1.6.2 +* Fix compatibility issues with JavaScript optimization plugins +* Fix tracking issue if JavaScript tracking is disabled + ### 1.6.1 * Scaled datapoint size to number of records in dashboard widget to improve legibility * Fix display of larger numbers in the y-axis diff --git a/statify.php b/statify.php index ac9d65b..a66294a 100644 --- a/statify.php +++ b/statify.php @@ -7,7 +7,7 @@ * Author URI: https://pluginkollektiv.org * Plugin URI: https://wordpress.org/plugins/statify/ * License: GPLv3 or later - * Version: 1.6.1 + * Version: 1.6.2 * * @package WordPress */