Skip to content

Commit

Permalink
Add release notes for version 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickrobrecht committed Aug 15, 2017
1 parent 63520e5 commit b981f1f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 27 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).

## 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.
Expand Down
32 changes: 5 additions & 27 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ 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.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.
Expand All @@ -130,38 +133,13 @@ You can find the full changelog in [our GitHub repository](https://github.com/pl
* Bugfix for multi-site installations: Don't track network admin url.
* Changed hook name `statify_skip_tracking` to `statify__skip_tracking`.

### 1.4.4 ###
* Renamed the handle of the Raphael JS library. This fixed a bug, where raphael couldn't work properly when also loaded with Antispam Bee.

### 1.4.3 ###
* Corrected tracking and display in Multisite
* Minor CSS fixes in the dashboard widget
* Removed deprecated links and updated URLs for donate and wiki links
* Administrative updates to plugin header and README
* Updated [plugin authors](https://gist.github.com/glueckpress/f058c0ab973d45a72720)

### 1.4.2 ###
* Replace `filter_has_var(INPUT_SERVER)` calls with `isset($_SERVER[])` ([why](https://github.com/wp-stream/stream/issues/254))

### 1.4.1 ###
* Renew the tracking mechanism

### 1.4.0 ###
* WordPress 4.2 support
* Plugin-wide code refactoring
* Translations for English and Russian
* [GitHub Repository](https://github.com/pluginkollektiv/statify)

### 1.3.0 / 28.04.2014 ###
* Sourcecode optimization for plugin-finalization

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


## Upgrade Notice ##

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


## Screenshots ##
Expand Down

0 comments on commit b981f1f

Please sign in to comment.