Skip to content

Commit ed70677

Browse files
Bugfix: diagram for yearly views (x-axis caption) - version 2.3.1
1 parent 8708775 commit ed70677

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Version 2.x
44

5+
### Version 2.3.1
6+
* Bugfix: diagram for yearly views
7+
58
### Version 2.3
69
* Bugfix: Remove buggy Statify Analyst user role. Use [Members](https://wordpress.org/plugins/members/) to add the capability *see_statify_evaluation* to other roles than administrator.
710
* Bugfix: Proper escaping for all outputs

extended-evaluation-for-statify.php

Lines changed: 1 addition & 1 deletion
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.3
6+
* Version: 2.3.1
77
* Author: Patrick Robrecht
88
* Author URI: https://patrick-robrecht.de/
99
* License: GPLv2 or later

readme.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: patrickrobrecht
33
Tags: stats, analytics, privacy, statistics
44
Requires at least: 4.4
55
Tested up to: 4.7
6-
Stable tag: 2.3
6+
Stable tag: 2.3.1
77
License: GPLv3 or later
88
License URI: https://www.gnu.org/licenses/gpl-3.0.html
99

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

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

71+
= 2.3.1 =
72+
* Bugfix: diagram for yearly views
73+
7174
= 2.3 =
7275
* Bugfix: Remove buggy Statify Analyst user role. Use [Members](https://wordpress.org/plugins/members/) to add the capability *see_statify_evaluation* to other roles than administrator.
7376
* Bugfix: proper escaping for all outputs
@@ -85,8 +88,5 @@ Please see [the changelog at GitHub](https://github.com/patrickrobrecht/extended
8588

8689
== Upgrade Notice ==
8790

88-
= 2.3 =
89-
Removes the buggy Statify Analyst user role and renames the plugin to *Statify – Extended Evaluation*.
90-
91-
= 2.2 =
92-
Little enhancements (style, message if there is nothing to display) and support for WordPress 4.7.
91+
= 2.3.1 =
92+
Bugfix: diagram for yearly views. This bugfix release is recommended for all users.

views/dashboard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class="<?php eefstatify_echo_tab_class( $selected_year === $year ); ?>"><?php ec
129129
text: '<?php echo esc_html( get_bloginfo( 'name' ) . ' ' . eefstatify_get_post_title_from_url( $selected_post ) ); ?>'
130130
},
131131
xAxis: {
132-
categories: [ '<?php echo esc_html( implode( "','", array_keys( $views_for_all_years ) ) ); ?>' ]
132+
categories: [ '<?php echo __( implode( "','", array_keys( $views_for_all_years ) ) ); ?>' ]
133133
},
134134
yAxis: {
135135
title: {

0 commit comments

Comments
 (0)