From 3f15305341f6f6a0b4796477a0a0de4e0a4ef555 Mon Sep 17 00:00:00 2001 From: Patrick Robrecht Date: Fri, 27 Nov 2020 17:25:30 +0000 Subject: [PATCH] Version 2.6.1 (#41) --- CHANGELOG.md | 1 + extended-evaluation-for-statify.php | 4 ++-- readme.txt | 23 +++++++++-------------- 3 files changed, 12 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8268f28..a1fd931 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/extended-evaluation-for-statify.php b/extended-evaluation-for-statify.php index ced6c9d..c390a0b 100644 --- a/extended-evaluation-for-statify.php +++ b/extended-evaluation-for-statify.php @@ -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 @@ -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'; diff --git a/readme.txt b/readme.txt index 2e8d7fc..3a3f9a0 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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 @@ -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.