Skip to content

Commit

Permalink
Update CHANGELOG, update version number to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickrobrecht authored and stklcode committed Mar 5, 2018
1 parent b02746a commit ff865a7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 31 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +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.5.5
* statify__visit_saved hook was added. This hook gets fired after a visit was stored in the database.
## 1.6.0
* Added hook statify__visit_saved which is fired after a visit was stored in the database.
* Migrated dashboard chart to Chartist.
* Fixed JavaScript tracking not working in some environment which have X-Content-Type: nosniff environment enabled.

## 1.5.3 / 2017-11-28
* Replace javascript library to fixed several problems. #52
Expand Down
33 changes: 9 additions & 24 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: 4.9
* Requires PHP: 5.6
* Stable tag: 1.5.4
* Stable tag: 1.6.0

This comment has been minimized.

Copy link
@bueltge

bueltge Mar 5, 2018

Member

If the 1.6.0 is done, please create a Tag on this repo, so that Composer also works. Thanks.

* License: GPLv3 or later
* License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -117,37 +117,22 @@ 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.5.4 (2017-11-30)
### 1.6.0
* Added hook statify__visit_saved which is fired after a visit was stored in the database.
* Migrated dashboard chart to Chartist.
* Fixed JavaScript tracking not working in some environment which have X-Content-Type: nosniff environment enabled.

### 1.5.4
* Use minified version of javascripts and stylesheets.
* Different updates on the development repository.

### 1.5.3 (2017-11-28) ##
* Replace javascript library to fixed several problems.

### 1.5.2 (2017-08-15) ###
* Switched to minimal WordPress version 4.7, removed fallback code not needed anymore

### 1.5.1 (2017-05-04) ###
* Bugfix: Consider filter for skipping tracking correctly if JavaScript tracking is disabled.
* Bugfix: PHP Notice for empty blacklist value.

### 1.5.0 (2017-03-23) ###
* Switched to minimal PHP version 5.3
* Added more flexible settings for period of data saving and the number of entries shown in top lists
* Added validation of form data before saving settings
* Moved all documentation to [wordpress.org](https://wordpress.org/plugins/statify/).
* Added optional referrer spam protection (can be activated via the Statify settings).
* Improved conformance to the WordPress coding guidelines
* Bugfix for multi-site installations: Don't track network admin url.
* Changed hook name `statify_skip_tracking` to `statify__skip_tracking`.

For the complete changelog, check out our [GitHub repository](https://github.com/pluginkollektiv/statify).


## Upgrade Notice ##

### 1.5.2 ###
Compatibility release. It is recommended for all users. Note that versions prior to WordPress 4.7 are not supported anymore.
### 1.6.0 ###
This update is recommended for all users.


## Screenshots ##
Expand Down
6 changes: 1 addition & 5 deletions statify.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
* Author URI: http://pluginkollektiv.org
* Plugin URI: https://wordpress.org/plugins/statify/
* License: GPLv3 or later
* Version: 1.5.4
*
* Copyright (C) 2011-2017 Sergej Müller, pluginkollektiv
*
* Php Version 5.6
* Version: 1.6.0
*
* @package WordPress
*/
Expand Down

0 comments on commit ff865a7

Please sign in to comment.