Skip to content

Commit 27de971

Browse files
Release version 1.1.3, declare WP 5.5 compatibility, update dependencies (#17)
1 parent 3041fa7 commit 27de971

File tree

6 files changed

+40
-37
lines changed

6 files changed

+40
-37
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: php
22

33
php:
44
- 5.6
5-
- 7.1
65
- 7.2
76
- 7.3
87
- 7.4

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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
8+
## Version 1.1.3
99

1010
### Changed
1111
* Enhancement: Compliance with latest WP coding guidelines and other code style improvements

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"php": ">=5.6",
1919
"npm-asset/chartist": "^0.11.4",
2020
"npm-asset/chartist-plugin-axistitle": "^0.0.7",
21-
"npm-asset/moment": "^2.24.0"
21+
"npm-asset/moment": "^2.27.0"
2222
},
2323
"require-dev": {
24-
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2",
24+
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
2525
"matthiasmullie/minify": "^1.3.63",
2626
"phpcompatibility/php-compatibility": "^9.3.5",
27-
"slowprog/composer-copy-file": "^0.3.1",
28-
"squizlabs/php_codesniffer": "^3.5.4",
29-
"wp-coding-standards/wpcs": "^2.2.1"
27+
"slowprog/composer-copy-file": "^0.3.3",
28+
"squizlabs/php_codesniffer": "^3.5",
29+
"wp-coding-standards/wpcs": "^2.3.0"
3030
},
3131
"repositories": [
3232
{

composer.lock

Lines changed: 27 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2
6+
* Version: 1.1.3
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.2' );
19+
define( 'POSTS_AND_USERS_STATS_VERSION', '1.1.3' );
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: 5.4
5+
Tested up to: 5.5
66
Requires PHP: 5.6
7-
Stable tag: 1.1.2
7+
Stable tag: 1.1.3
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.3 =
53+
* Enhancement: Compliance with latest WP coding guidelines and other code style improvements
54+
5255
= 1.1.2 =
5356
* Enhancement: Compliance with latest WP coding guidelines
5457

0 commit comments

Comments
 (0)