Skip to content

Commit

Permalink
Release version 1.7.1 (#156)
Browse files Browse the repository at this point in the history
* Release version 1.7.1

* Update dependencies (including IE11 bugfix for tooltip library)
  • Loading branch information
patrickrobrecht authored May 18, 2020
1 parent fdf7d11 commit b61aff6
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 27 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).

## unreleased
## 1.7.1
* Fix refresh of the dashboard widget when settings have been changed through the settings page (#147)
* Fix _Cachify_ cache not being flushed after changing JavaScript settings (#152)
* Fix date inconsistency for number of total visits (#150)
* Extend user agent filter for bot detection (#149) (#151)
* Update tooltip library (containing a bugfix in IE 11) (#156)

## 1.7.0
* Fix JavaScript embedding when bots visit before caching (#84) (#86)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"require": {
"php": "^5.2|^7",
"npm-asset/chartist": "^0.11.4",
"npm-asset/chartist-plugin-tooltips-updated": "^0.1.1"
"npm-asset/chartist-plugin-tooltips-updated": "^0.1.3"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.6",
Expand Down
27 changes: 14 additions & 13 deletions composer.lock

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

22 changes: 11 additions & 11 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Requires at least: 4.7
* Tested up to: 5.4
* Requires PHP: 5.2
* Stable tag: 1.7.0
* Stable tag: 1.7.1
* License: GPLv3 or later
* License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -115,6 +115,13 @@ 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.7.1
* Fix refresh of the dashboard widget when settings have been changed through the settings page (#147)
* Fix _Cachify_ cache not being flushed after changing JavaScript settings (#152)
* Fix date inconsistency for number of total visits (#150)
* Extend user agent filter for bot detection (#149) (#151)
* Update tooltip library (containing a bugfix in IE 11) (#156)

### 1.7.0
* Fix JavaScript embedding when bots visit before caching (#84) (#86)
* Fix offset in visitor reporting due to different timezones between PHP and database (#117, props @sophiehuiberts)
Expand Down Expand Up @@ -159,20 +166,13 @@ For the complete changelog, check out our [GitHub repository](https://github.com

## Upgrade Notice ##

### 1.7.1 ###
This release fixes some bugs introduced with version 1.7.0. It is recommended for all users.

### 1.7.0 ###
JavaScript tracking has been changed to use the WordPress AJAX endpoint.
If you are using Statify without modifications, you are all set. Custom logic however might require adjustments (see snippet.js for reference).

### 1.6.3 ###
This bugfix release is recommended for all users.
It fixes completely broken tracking with some PHP implementations. Sorry for that, we might owe you a couple of visitors.

### 1.6.2 ###
This bugfix release is recommended for all users.

### 1.6.1 ###
This bugfix release is recommended for all users.


## Screenshots ##
1. Statify dashboard widget
Expand Down
2 changes: 1 addition & 1 deletion statify.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://pluginkollektiv.org
* Plugin URI: https://wordpress.org/plugins/statify/
* License: GPLv3 or later
* Version: 1.7.0
* Version: 1.7.1
*
* @package WordPress
*/
Expand Down

0 comments on commit b61aff6

Please sign in to comment.