Skip to content

Commit 427f902

Browse files
committed
Prepare new release 2.2.2
1 parent 808f20e commit 427f902

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

README.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: roytanck, zodiac1978, pedromendonca
33
Tags: plugin info, admin, plugins, multisite
44
Requires at least: 4.6
5-
Tested up to: 6.8
5+
Tested up to: 6.9
66
Requires PHP: 5.6
7-
Stable tag: 2.2.1
7+
Stable tag: 2.2.2
88
License: GPLv3
99

1010
A WordPress plugin that provides detailed information about currently installed plugins.
@@ -38,6 +38,11 @@ Special thanks go to [Tristen Forsythe Brown](http://tristen.ca/) for the [table
3838

3939
== Changelog ==
4040

41+
= 2.2.2 (2025-12-28) =
42+
* Tested up to WordPress 6.9
43+
* Tablesort updated to the latest version (5.7.0)
44+
* Minor optimization loading the Javascript
45+
4146
= 2.2.1 (2025-04-25) =
4247
* Fix plugin for subfolder installs
4348

rt-plugin-report.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Plugin Report
44
* Plugin URI: https://wordpress.org/plugins/plugin-report/
55
* Description: Provides detailed information about currently installed plugins
6-
* Version: 2.2.1
6+
* Version: 2.2.2
77
* Requires at least: 4.6
88
* Requires PHP: 5.6
99
* Author: Torsten Landsiedel
@@ -31,7 +31,7 @@ class RT_Plugin_Report {
3131
const CSS_CLASS_HIGH = 'pr-risk-high';
3232

3333
// Other class constants.
34-
const PLUGIN_VERSION = '2.2.1';
34+
const PLUGIN_VERSION = '2.2.2';
3535
const COLS_PER_ROW = 9;
3636
const CACHE_LIFETIME = DAY_IN_SECONDS;
3737
const CACHE_LIFETIME_NOREPO = WEEK_IN_SECONDS;

0 commit comments

Comments
 (0)