PluginProbe
Code Profiler – WordPress Performance Profiling and Debugging Made Easy / 1.9.6
Code Profiler – WordPress Performance Profiling and Debugging Made Easy v1.9.6
1.9.6 1.9.5 1.9.4 1.9.3 trunk 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.5 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.6 1.6.1 1.6.10 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 All 41 releases
← All changes | readme.txt +7 -1 1.9.51.9.6 View file →
@@ -2,9 +2,9 @@
2 2 Contributors: bruandet, nintechnet
3 3 Tags: profiler, debug, optimize, performance, benchmark
4 4 Requires at least: 5.0
5 5 Tested up to: 7.1
6 -Stable tag: 1.9.5
6 +Stable tag: 1.9.6
7 7 License: GPLv3 or later
8 8 Requires PHP: 7.1
9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html
10 10
@@ -91,8 +91,14 @@
91 91 11. [Pro version]: Database queries performance.
92 92 12. [Pro version]: Remote connections monitoring.
93 93
94 94 == Changelog ==
95 +
96 += 1.9.6 (23 September 2026) =
97 +
98 +* Better error handling during the profiler activation and deactivation.
99 +* [Pro version] : The "Do not display more than X rows in a table" option applies now to the table of the "Profiles List" page too.
100 +* Fixed a problem with multiline strings that some localization tools doesn't seem to handle correctly.
95 101
96 102 = 1.9.5 (12 June 2026) =
97 103
98 104 * Fixed a bug where users couldn't download the grah as a PNG image with the latest version of FireFox (151.0.2+).