diff --git a/changelog.md b/changelog.md index 8053533..93caf9a 100644 --- a/changelog.md +++ b/changelog.md @@ -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 @@ -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 diff --git a/composer.json b/composer.json index cf0c998..4f5a461 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { "require": { - "kint-php/kint": "5.1.1" + "kint-php/kint": "^6.0" } } diff --git a/composer.lock b/composer.lock index 7df7468..7e9799a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,31 +4,30 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d672a3162baeea4984c6f28271dd5c8b", + "content-hash": "630cec40a7f6124112619f7e71e07f4b", "packages": [ { "name": "kint-php/kint", - "version": "5.1.1", + "version": "6.0", "source": { "type": "git", "url": "https://github.com/kint-php/kint.git", - "reference": "8c5ec370c3382ceae0b88e91f9bbb00e6bb4f93b" + "reference": "371e67a3036fcfb7cec06481ab44eba15e338db7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/kint-php/kint/zipball/8c5ec370c3382ceae0b88e91f9bbb00e6bb4f93b", - "reference": "8c5ec370c3382ceae0b88e91f9bbb00e6bb4f93b", + "url": "https://api.github.com/repos/kint-php/kint/zipball/371e67a3036fcfb7cec06481ab44eba15e338db7", + "reference": "371e67a3036fcfb7cec06481ab44eba15e338db7", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.4" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3", - "phpspec/prophecy-phpunit": "^2", "phpunit/phpunit": "^9", "seld/phar-utils": "^1", - "symfony/finder": ">=4.0", + "symfony/finder": ">=7", "vimeo/psalm": "^5" }, "suggest": { @@ -58,18 +57,17 @@ "homepage": "https://github.com/kint-php/kint/graphs/contributors" } ], - "description": "Kint - debugging tool for PHP developers", + "description": "Kint - Advanced PHP dumper", "homepage": "https://kint-php.github.io/kint/", "keywords": [ "debug", - "kint", - "php" + "dump" ], "support": { "issues": "https://github.com/kint-php/kint/issues", - "source": "https://github.com/kint-php/kint/tree/5.1.1" + "source": "https://github.com/kint-php/kint/tree/6.0" }, - "time": "2024-04-26T14:20:09+00:00" + "time": "2024-11-16T18:50:50+00:00" } ], "packages-dev": [], diff --git a/core/printer/kint/load.php b/core/printer/kint/load.php index 3f15cfa..27e0dcc 100644 --- a/core/printer/kint/load.php +++ b/core/printer/kint/load.php @@ -44,7 +44,6 @@ RichRenderer::$folder = false; RichRenderer::$theme = DEBUGPRESS_KINT_THEME; -RichRenderer::$sort = AbstractRenderer::SORT_FULL; do_action( 'debugpress-printer-loaded-kint' ); diff --git a/debugpress.php b/debugpress.php index 1ee2e4d..0c21061 100644 --- a/debugpress.php +++ b/debugpress.php @@ -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 @@ -33,7 +33,7 @@ * along with this program. If not, see */ -const DEBUGPRESS_VERSION = '4.0'; +const DEBUGPRESS_VERSION = '4.1'; const DEBUGPRESS_FILE = __FILE__; const DEBUGPRESS_PLUGIN_PATH = __DIR__ . '/'; diff --git a/history.md b/history.md index df7aeff..b6d4c0c 100644 --- a/history.md +++ b/history.md @@ -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 diff --git a/readme.txt b/readme.txt index 85a56ec..14db467 100644 --- a/readme.txt +++ b/readme.txt @@ -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