Skip to content

Commit 6d70fe7

Browse files
Release 2.6.5, rewrite CHANGELOG
1 parent 395fc60 commit 6d70fe7

3 files changed

Lines changed: 164 additions & 105 deletions

File tree

CHANGELOG.md

Lines changed: 156 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
11+
## Version 2.6.5
12+
1013
### Changed
1114
- Update dependencies, including the Chartist library used for the charts
1215
- Replace outdated Chartist tooltip plugin with a custom implementation
@@ -16,107 +19,184 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1619
## Version 2.6.4
1720

1821
### Changed
19-
- Updated dependencies, including the Chartist library used for the charts
22+
- Update dependencies, including the Chartist library used for the charts
2023

2124
### Security
2225
- Precede cell values starting with = or another spreadsheet meta-character with a single quote to avoid CSV injection
2326

2427

25-
## Version 2.x
28+
## Version 2.6.3
29+
30+
### Fixed
31+
- Index and post title tooltip in most popular posts diagram (introduced with bugfix version 2.6.2)
32+
- Add selected date range to the subtitle in most popular posts diagram
33+
34+
35+
## Version 2.6.2
36+
37+
### Fixed
38+
- Error in most popular posts diagram showing multiple pages with the same title
39+
40+
41+
## Version 2.6.1
42+
43+
### Changed
44+
- Update tooltip library (switch to more recent fork)
45+
- Improve code style
46+
47+
### Fixed
48+
- Fix issues on WordPress multisite installations (set capabilities and links on the content page)
49+
50+
51+
## Version 2.6.0
52+
53+
### Changed
54+
- Enhancement: tabs semantics improvements, as recommended since WordPress 5.2
55+
56+
### Fixed
57+
- Loading of minified CSS/JS, and min.js.map files
58+
2659

27-
### Version 2.6.3
28-
* Bugfix: Index and post title tooltip in most popular posts diagram (introduced with bugfix version 2.6.2)
29-
* Bugfix: Add selected date range to the subtitle in most popular posts diagram
60+
## Version 2.5.0
61+
- New charts library (for full GPL compatibility)
3062

31-
### Version 2.6.2
32-
* Bugfix: Error in most popular posts diagram showing multiple pages with the same title
63+
### Fixed
64+
- Errors in selection of predefined time periods
65+
- Calculation of minimum/average daily views in current month
3366

34-
### Version 2.6.1
35-
* Update tooltip library (switch to more recent fork)
36-
* Fix issues on WordPress multisite installations (set capabilities and links on the content page)
37-
* Code style improvements
3867

39-
### Version 2.6.0
40-
* Bugfix: Loading of minified CSS/JS, and min.js.map files
41-
* Enhancement: tabs semantics improvements, as recommended since WordPress 5.2
68+
## Version 2.4
4269

43-
### Version 2.5.0
44-
* Enhancement: New charts library (for full GPL compatibility)
45-
* Bugfix: Errors in selection of predefined time periods
46-
* Bugfix: Calculation of minimum/average daily views in current month
70+
### Added
71+
- Selection of predefined time periods
4772

48-
### Version 2.4
49-
* Feature: Selection of predefined time periods
50-
* Enhancement: Better selection of posts
51-
* Enhancement: Minified CSS/JS files (loaded on plugin pages only), build command
52-
* Enhancement: Check for compliance with WordPress Coding Guidelines with PHP_CodeSniffer
53-
* Refactoring the charts code
73+
### Changed
74+
- Better selection of posts
75+
- Minified CSS/JS files (loaded on plugin pages only), build command
76+
- Check for compliance with WordPress Coding Guidelines with PHP_CodeSniffer
77+
- Refactoring the charts code
5478

55-
### Version 2.3.1
56-
* Bugfix: diagram for yearly views
5779

58-
### Version 2.3
59-
* 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.
60-
* Bugfix: Proper escaping for all outputs
61-
* Enhancement: Better conformance to WordPress Coding Guidelines
62-
* Enhancement: Rename the plugin to *Statify – Extended Evaluation* such that it is listed after to Statify in the alphabetical list of plugins in the WordPress admin area
80+
## Version 2.3.1
6381

64-
### Version 2.2
65-
* Enhancement: Minor changes in the style
66-
* Enhancement: If there is nothing to display, show "no data available"
82+
### Fixed
83+
- diagram for yearly views
6784

68-
### Version 2.1
69-
* Enhancement: URLs in csv export
70-
* Enhancement: percentages on Content and Referrers pages
7185

72-
### Version 2.0
73-
* Enhancement: average/minimum/maximum daily views per month on Dashboard page
74-
* Enhancement: code simplifications
86+
## Version 2.3
7587

76-
## Version 1.x
88+
### Changed
89+
- Better conformance to WordPress Coding Guidelines
90+
- Rename the plugin to *Statify – Extended Evaluation* such that it is listed after to Statify in the alphabetical list of plugins in the WordPress admin area
7791

78-
### Version 1.9
79-
* Enhancement: client-side CSV export via JavaScript
80-
* Improved database queries
81-
* Bugfix: Daily diagram now includes values with 0 views to display the diagram correctly
92+
### Fixed
93+
- 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.
94+
- Proper escaping for all outputs
8295

83-
### Version 1.8
84-
* Enhancement: Formatted dates in diagram subtitles
85-
* Enhancement: translated filenames for diagrams, consistent with csv export filenames
8696

87-
### Version 1.7
88-
* Enhancement: statistics for one selected post/page on the dashboard and referrer page
97+
## Version 2.2
98+
99+
### Changed
100+
- Minor changes in the style
101+
- If there is nothing to display, show "no data available"
102+
103+
104+
## Version 2.1
105+
106+
### Changed
107+
- URLs in csv export
108+
- percentages on Content and Referrers pages
109+
110+
111+
## Version 2.0
112+
113+
### Changed
114+
- Average/minimum/maximum daily views per month on Dashboard page
115+
- Simplify code
116+
117+
118+
## Version 1.9
119+
120+
### Changed
121+
- Client-side CSV export via JavaScript
122+
- Improved database queries
89123

90-
### Version 1.6
91-
* Bugfix: csv export for content statistics with posts containing special characters
124+
### Fixed
125+
- Daily diagram now includes values with 0 views to display the diagram correctly
92126

93-
### Version 1.5
94-
* Feature: Referrers for variable period
95-
* Feature: Most popular content and post views for variable period
96-
* Enhancement: content / referrer diagrams: only first 25 values
97127

98-
### Version 1.4
99-
* Feature: diagrams for all evaluations
100-
* Feature: download diagrams as PNG, JPG, PDF or SVG
128+
## Version 1.8
101129

102-
### Version 1.3.1
103-
* Bugfix: Capability *see_statify_evaluation* for access to the menu pages
130+
### Changed
131+
- Formatted dates in diagram subtitles
132+
- Translate filenames for diagrams, consistent with csv export filenames
133+
134+
135+
## Version 1.7
136+
137+
### Changed
138+
- Statistics for one selected post/page on the dashboard and referrer page
139+
140+
141+
## Version 1.6
142+
143+
### Changed
144+
- CSV export for content statistics with posts containing special characters
145+
146+
147+
## Version 1.5
148+
149+
### Added
150+
- Referrers for variable period
151+
- Most popular content and post views for variable period
152+
153+
### Changed
154+
- Content / referrer diagrams: only first 25 values
155+
156+
157+
## Version 1.4
158+
159+
### Added
160+
- Diagrams for all evaluations
161+
- Download diagrams as PNG, JPG, PDF or SVG
162+
163+
164+
## Version 1.3.1
165+
166+
### Fixed
167+
- Capability *see_statify_evaluation* for access to the menu pages
168+
169+
170+
## Version 1.3
171+
172+
### Changed
173+
- Dashboard with monthly evaluation and tabs for daily views
174+
- Content page now with tabs for most popular content and all post types
175+
176+
177+
## Version 1.2
178+
179+
### Changed
180+
- Text domain *extended-evaluation-for-statify* for localization
181+
182+
183+
## Version 1.1
184+
185+
### Added
186+
- Own capability for access to the evaluation pages.
187+
188+
### Changed
189+
- Menu page now before Design page and not at the very end.
104190

105-
### Version 1.3
106-
* Enhancement: Dashboard with monthly evaluation and tabs for daily views
107-
* Enhancement: Content page now with tabs for most popular content and all post types
191+
### Fixed
192+
- *All content* link on the dashboard page
108193

109-
### Version 1.2
110-
* Enhancement: Text domain *extended-evaluation-for-statify* for localization
111194

112-
### Version 1.1
113-
* Feature: Own capability for access to the evaluation pages.
114-
* Enhancement: Menu page now before Design page and not at the very end.
115-
* Bugfix: fixed *All content* link on the dashboard page
195+
## Version 1.0
116196

117-
### Version 1.0
118-
* Feature: show views per day / month / year
119-
* Feature: show most popular content (title, url, post type and views)
120-
* Feature: show views per post/page/custom post type (title, url and views)
121-
* Feature: show referrer statistics (domain and views)
122-
* Feature: export all statistics listed above as csv files
197+
### Added
198+
- Show views per day / month / year
199+
- Show most popular content (title, url, post type and views)
200+
- Show views per post/page/custom post type (title, url and views)
201+
- Show referrer statistics (domain and views)
202+
- Export all statistics listed above as csv files

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.4
6+
* Version: 2.6.5
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.4' );
19+
define( 'EEFSTATFIFY_VERSION', '2.6.5' );
2020

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

readme.txt

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

@@ -60,33 +60,12 @@ 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.4 =
64-
- Bugfix: Updated dependencies, including the Chartist library used for the charts
65-
- Security fix: Precede cell values starting with = or another spreadsheet meta-character with a single quote to avoid CSV injection
66-
67-
= 2.6.3 =
68-
* Bugfix: Index and post title tooltip in most popular posts diagram (introduced with bugfix version 2.6.2)
69-
* Bugfix: Add selected date range to the subtitle in most popular posts diagram
70-
71-
= 2.6.2 =
72-
* Bugfix: Error in most popular posts diagram showing multiple pages with the same title
73-
74-
= 2.6.1 =
75-
* Update tooltip library (switch to more recent fork)
76-
* Fix issues on WordPress multisite installations (set capabilities and links on the content page)
77-
* Code style improvements
78-
79-
= 2.6.0 =
80-
* Bugfix: Loading of minified CSS/JS, and min.js.map files
81-
* Enhancement: tabs semantics improvements, as recommended since WordPress 5.2
82-
83-
= 2.5.0 =
84-
* Enhancement: New charts library (for full GPL compatibility)
85-
* Bugfix: Errors in selection of predefined time periods
86-
* Bugfix: Calculation of minimum/average daily views in current month
63+
= 2.6.5 =
64+
- Update dependencies, including the Chartist library used for the charts
65+
- Replace outdated Chartist tooltip plugin with a custom implementation
8766

8867

8968
== Upgrade Notice ==
9069

91-
= 2.6.4 =
92-
This release contains a security fix and all users are encouraged to update to this version.
70+
= 2.6.5 =
71+
This release contains updated dependencies. All users are encouraged to update to this version.

0 commit comments

Comments
 (0)