Skip to content

Commit

Permalink
Version 2.6.1 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickrobrecht authored Nov 27, 2020
1 parent c0368d3 commit 3f15305
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 16 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Version 2.6.1
* Update tooltip library (switch to more recent fork)
* Fix issues on WordPress multisite installations (set capabilities and links on the content page)
* Code style improvements

### Version 2.6.0
* Bugfix: Loading of minified CSS/JS, and min.js.map files
Expand Down
4 changes: 2 additions & 2 deletions extended-evaluation-for-statify.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Statify – Extended Evaluation
* Plugin URI: https://patrick-robrecht.de/wordpress/
* Description: Extended evaluation for the compact, easy-to-use and privacy-compliant Statify plugin.
* Version: 2.6.0
* Version: 2.6.1
* Author: Patrick Robrecht
* Author URI: https://patrick-robrecht.de/
* License: GPLv3
Expand All @@ -16,7 +16,7 @@
// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

define( 'EEFSTATFIFY_VERSION', '2.6.0' );
define( 'EEFSTATFIFY_VERSION', '2.6.1' );

// Includes.
require_once 'inc/queries.php';
Expand Down
23 changes: 9 additions & 14 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: stats, analytics, privacy, statistics
Requires at least: 4.4
Tested up to: 5.6
Requires PHP: 5.4
Stable tag: 2.6.0
Stable tag: 2.6.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -60,6 +60,11 @@ Therefore you'll have to add the *see_statify_evaluation* capability to the user

Please see [the changelog at GitHub](https://github.com/patrickrobrecht/extended-evaluation-for-statify/blob/master/CHANGELOG.md) for the details.

= 2.6.1 =
* Update tooltip library (switch to more recent fork)
* Fix issues on WordPress multisite installations (set capabilities and links on the content page)
* Code style improvements

= 2.6.0 =
* Bugfix: Loading of minified CSS/JS, and min.js.map files
* Enhancement: tabs semantics improvements, as recommended since WordPress 5.2
Expand All @@ -69,21 +74,11 @@ Please see [the changelog at GitHub](https://github.com/patrickrobrecht/extended
* Bugfix: Errors in selection of predefined time periods
* Bugfix: Calculation of minimum/average daily views in current month

= 2.4 =
* Feature: Selection of predefined time periods
* Enhancement: Better selection of posts
* Enhancement: Minified CSS/JS files, build command
* Enhancement: Check for compliance with WordPress Coding Guidelines with PHP_CodeSniffer
* Refactoring the charts code


== Upgrade Notice ==

= 2.6.1 =
This release fixes two bugs on multisite installations.

= 2.6.0 =
Admin tabs semantic improvement and bugfixes for loading minified files.

= 2.5.0 =
New charts library.

= 2.4 =
New features and enhancements. It is recommended for all users.

0 comments on commit 3f15305

Please sign in to comment.