Skip to content

Commit

Permalink
Merge pull request #97 from pluginkollektiv/v163
Browse files Browse the repository at this point in the history
Prepare release 1.6.3
  • Loading branch information
bueltge authored May 31, 2018
2 parents abd03af + 86410de commit 2c2f10c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).

## 1.6.3
* Fix compatibility issue with some PHP implementations not populating `INPUT_SERVER`
* Fix failing blacklist check for empty referrers
* JS snippet call properly breaks page generation when tracking is skipped

## 1.6.2
* Fix compatibility issues with JavaScript optimization plugins
* Fix tracking issue if JavaScript tracking is disabled
Expand Down
8 changes: 4 additions & 4 deletions inc/class-statify-frontend.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ private static function strposa( $haystack, array $needle, $offset = 0 ) {
* Rules to skip the tracking
*
* @since 1.2.6
* @version 2016-12-21
* @version 1.6.3
*
* @hook boolean statify__skip_tracking
* @see https://wordpress.org/plugins/statify/
Expand Down Expand Up @@ -178,7 +178,7 @@ private static function _skip_tracking() {
/**
* Rules to detect internal calls to skip tracking and not print code snippet.
*
* @since 1.7.0
* @since 1.6.1
*
* @return boolean $skip_hook TRUE if NO tracking is desired
*/
Expand All @@ -190,8 +190,8 @@ private static function _is_internal() {
* Compare the referrer url to the blacklist data.
* De/activate this feature via settings in the Dashboard widget.
*
* @since 2016-12-21
* @version 2017-01-10
* @since 1.5.0
* @version 1.6.3
*
* @return boolean TRUE of referrer matches blacklist entry and should thus be excluded.
*/
Expand Down
14 changes: 13 additions & 1 deletion 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.6.2
* Stable tag: 1.6.3
* License: GPLv3 or later
* License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -115,6 +115,11 @@ 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.3
* Fix compatibility issue with some PHP implementations not populating `INPUT_SERVER`
* Fix failing blacklist check for empty referrers
* JS snippet call properly breaks page generation when tracking is skipped

### 1.6.2
* Fix compatibility issues with JavaScript optimization plugins
* Fix tracking issue if JavaScript tracking is disabled
Expand All @@ -138,6 +143,13 @@ For the complete changelog, check out our [GitHub repository](https://github.com

## Upgrade Notice ##

### 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.

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.6.2
* Version: 1.6.3
*
* @package WordPress
*/
Expand Down

0 comments on commit 2c2f10c

Please sign in to comment.