| @@ -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+). |