Skip to content

Commit 30f995d

Browse files
Release 1.1.4
1 parent 0ccc070 commit 30f995d

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8+
## Unreleased
9+
10+
11+
## Version 1.1.4
12+
13+
## Security
14+
- Precede cell values starting with = or another spreadsheet meta-character with a single quote to avoid CSV injection of formulas within a user's display name, category names, and tag names
15+
16+
817
## Version 1.1.3
918

1019
### Changed

posts-and-users-stats.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Posts and Users Stats
44
* Plugin URI: https://patrick-robrecht.de/wordpress/
55
* Description: Statistics about the number of posts and users, provided as diagrams, tables and csv export.
6-
* Version: 1.1.3
6+
* Version: 1.1.4
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( 'POSTS_AND_USERS_STATS_VERSION', '1.1.3' );
19+
define( 'POSTS_AND_USERS_STATS_VERSION', '1.1.4' );
2020

2121
/**
2222
* Load text domain for translation.

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: patrickrobrecht
33
Tags: dashboard, statistics
44
Requires at least: 4.4
5-
Tested up to: 6.1
5+
Tested up to: 6.3
66
Requires PHP: 5.6
7-
Stable tag: 1.1.3
7+
Stable tag: 1.1.4
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -49,6 +49,9 @@ After the installation you can find the statistics as subpages of *Tools*.
4949

5050
If interested, please check up the [changelog at GitHub](https://github.com/patrickrobrecht/posts-and-users-stats#changelog).
5151

52+
= 1.1.4 =
53+
* Security fix: Precede cell values starting with = or another spreadsheet meta-character with a single quote to avoid CSV injection of formulas within a user's display name, category names, and tag names
54+
5255
= 1.1.3 =
5356
* Enhancement: Compliance with latest WP coding guidelines and other code style improvements
5457

0 commit comments

Comments
 (0)