-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Milan Petrovic
committed
Nov 1, 2024
1 parent
6d656e6
commit d8cb801
Showing
129 changed files
with
382 additions
and
13,386 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
vendor/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,33 @@ | ||
# DebugPress | ||
|
||
## Changelog | ||
|
||
### Version: 3.9.2 (2024.08.23) | ||
|
||
* **fix** one more issue with the access to OPCache status information | ||
|
||
### Version: 3.9.1 (2024.08.19) | ||
|
||
* **fix** problem with the Tracker when closure makes a call | ||
|
||
### Version: 3.9 (2024.05.14) | ||
|
||
* **edit** few more updates and improvements | ||
* **edit** replacement of some native with WordPress functions | ||
* **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 | ||
|
||
### Version: 3.7 (2024.01.23) | ||
|
||
* **edit** changes related to WordPress and PHP code standards | ||
* **edit** updated Query object for page query conditionals | ||
* **edit** updated Dev4Press Library Query detection versions | ||
* **fix** few compare statements written as assignment | ||
|
||
### Version: 3.6 (2023.12.15) | ||
|
||
* **edit** Increase Kint Library depth levels to 12 | ||
* **edit** Kint Pretty Print Library 5.1.0 | ||
* **fix** Small issue with getting the OPCache version when not allowed by the server | ||
# DebugPress | ||
|
||
## Changelog | ||
|
||
### Version: 4.0 (2024.11.02) | ||
|
||
* **new** tested with WordPress 6.7 | ||
* **new** tested and compatible with `PHP` 8.4 RC 3 | ||
* **new** using composer to load `Kint` library | ||
* **new** various constants for KINT library control | ||
|
||
### Version: 3.9.2 (2024.08.23) | ||
|
||
* **fix** one more issue with the access to OPCache status information | ||
|
||
### Version: 3.9.1 (2024.08.19) | ||
|
||
* **fix** problem with the Tracker when closure makes a call | ||
|
||
### Version: 3.9 (2024.05.14) | ||
|
||
* **edit** few more updates and improvements | ||
* **edit** replacement of some native with WordPress functions | ||
* **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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"require": { | ||
"kint-php/kint": "5.1.1" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.