Skip to content

Commit

Permalink
Work in progress.
Browse files Browse the repository at this point in the history
  • Loading branch information
Milan Petrovic committed Jan 1, 2025
1 parent 615ccbf commit 1cdbcca
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 25 deletions.
12 changes: 5 additions & 7 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Changelog

### Version: 4.1 (2025.01.02)

* **new** tested and compatible with `PHP` 8.4
* **edit** Kint Pretty Print Library 6.0

### Version: 4.0 (2024.11.02)

* **new** tested with WordPress 6.7
Expand All @@ -24,10 +29,3 @@
* **edit** various small updates and tweaks
* **edit** Kint Pretty Print Library 5.1.1
* **fix** various PHP notices related to PHP 8.1 and newer

### Version: 3.8 (2024.04.24)

* **edit** few minor tweaks and changes
* **edit** updates to the plugin readme file
* **edit** small changes related to the PHP 8.3 compatibility
* **fix** various PHP notices related to PHP 8.1 and newer
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"require": {
"kint-php/kint": "5.1.1"
"kint-php/kint": "^6.0"
}
}
24 changes: 11 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion core/printer/kint/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@

RichRenderer::$folder = false;
RichRenderer::$theme = DEBUGPRESS_KINT_THEME;
RichRenderer::$sort = AbstractRenderer::SORT_FULL;

do_action( 'debugpress-printer-loaded-kint' );

Expand Down
4 changes: 2 additions & 2 deletions debugpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Author: Milan Petrovic
* Author URI: https://www.dev4press.com/
* Text Domain: debugpress
* Version: 4.0
* Version: 4.1
* Requires at least: 5.5
* Tested up to: 6.7
* Requires PHP: 7.4
Expand All @@ -33,7 +33,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*/

const DEBUGPRESS_VERSION = '4.0';
const DEBUGPRESS_VERSION = '4.1';
const DEBUGPRESS_FILE = __FILE__;
const DEBUGPRESS_PLUGIN_PATH = __DIR__ . '/';

Expand Down
7 changes: 7 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Changelog

### Version: 3.8 (2024.04.24)

* **edit** few minor tweaks and changes
* **edit** updates to the plugin readme file
* **edit** small changes related to the PHP 8.3 compatibility
* **fix** various PHP notices related to PHP 8.1 and newer

### Version: 3.7 (2024.01.23)

* **edit** changes related to WordPress and PHP code standards
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: GDragoN
Donate link: https://buymeacoffee.com/millan
Tags: dev4press, query monitor, debugging, development, ajax monitor
Stable tag: 4.0
Stable tag: 4.1
Requires at least: 5.5
Tested up to: 6.7
Requires PHP: 7.4
Expand Down

0 comments on commit 1cdbcca

Please sign in to comment.