diff --git a/CHANGELOG.md b/CHANGELOG.md index 030101e..f8857cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased + +## Version 1.2.0 + ### Changed - Updated dependencies, including the Chartist library used for the charts - Configure CI build via GitHub workflow, setup code style checks for CSS and JavaScript diff --git a/posts-and-users-stats.php b/posts-and-users-stats.php index da4cfb7..8b63411 100644 --- a/posts-and-users-stats.php +++ b/posts-and-users-stats.php @@ -3,7 +3,9 @@ * Plugin Name: Posts and Users Stats * Plugin URI: https://patrick-robrecht.de/wordpress/ * Description: Statistics about the number of posts and users, provided as diagrams, tables and csv export. - * Version: 1.1.4 + * Requires at least: 5.5 + * Requires PHP: 5.6 + * Version: 1.2.0 * Author: Patrick Robrecht * Author URI: https://patrick-robrecht.de/ * License: GPLv3 @@ -16,7 +18,7 @@ // Exit if accessed directly. defined( 'ABSPATH' ) || exit; -define( 'POSTS_AND_USERS_STATS_VERSION', '1.1.4' ); +define( 'POSTS_AND_USERS_STATS_VERSION', '1.2.0' ); /** * Load text domain for translation. diff --git a/readme.txt b/readme.txt index e0361e1..fde2b44 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: patrickrobrecht Tags: dashboard, statistics Requires at least: 5.5 -Tested up to: 6.4 +Tested up to: 6.5 Requires PHP: 5.6 -Stable tag: 1.1.4 +Stable tag: 1.2.0 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -47,7 +47,11 @@ After the installation you can find the statistics as subpages of *Tools*. == Changelog == -If interested, please check up the [changelog at GitHub](https://github.com/patrickrobrecht/posts-and-users-stats#changelog). +If interested, please check up the [changelog at GitHub](https://github.com/patrickrobrecht/posts-and-users-stats). + += 1.2.0 = +* Enhancement: Updated dependencies, including the Chartist library used for the charts +* Enhancement: Configure CI build via GitHub workflow, setup code style checks for CSS and JavaScript = 1.1.4 = * 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