Skip to content

Commit f2c970c

Browse files
Version 2.6.2 (#44)
1 parent 798a049 commit f2c970c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

extended-evaluation-for-statify.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Statify – Extended Evaluation
44
* Plugin URI: https://patrick-robrecht.de/wordpress/
55
* Description: Extended evaluation for the compact, easy-to-use and privacy-compliant Statify plugin.
6-
* Version: 2.6.1
6+
* Version: 2.6.2
77
* Author: Patrick Robrecht
88
* Author URI: https://patrick-robrecht.de/
99
* License: GPLv3
@@ -16,7 +16,7 @@
1616
// Exit if accessed directly.
1717
defined( 'ABSPATH' ) || exit;
1818

19-
define( 'EEFSTATFIFY_VERSION', '2.6.1' );
19+
define( 'EEFSTATFIFY_VERSION', '2.6.2' );
2020

2121
// Includes.
2222
require_once 'inc/queries.php';

readme.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: stats, analytics, privacy, statistics
44
Requires at least: 4.4
55
Tested up to: 5.7
66
Requires PHP: 5.4
7-
Stable tag: 2.6.1
7+
Stable tag: 2.6.2
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -60,6 +60,9 @@ Therefore you'll have to add the *see_statify_evaluation* capability to the user
6060

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

63+
= 2.6.2 =
64+
* Bugfix: Error in most popular posts diagram showing multiple pages with the same title
65+
6366
= 2.6.1 =
6467
* Update tooltip library (switch to more recent fork)
6568
* Fix issues on WordPress multisite installations (set capabilities and links on the content page)
@@ -77,8 +80,5 @@ Please see [the changelog at GitHub](https://github.com/patrickrobrecht/extended
7780

7881
== Upgrade Notice ==
7982

80-
= 2.6.1 =
81-
This release fixes two bugs on multisite installations.
82-
83-
= 2.6.0 =
84-
Admin tabs semantic improvement and bugfixes for loading minified files.
83+
= 2.6.2 =
84+
This release fixes a bug in the most popular posts diagram.

0 commit comments

Comments
 (0)