We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73812fe commit fe9d09cCopy full SHA for fe9d09c
2 files changed
CHANGELONG.md
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
## Unreleased
8
9
+## 1.4.3 - 2024-12-04
10
+* Don't parse debug.log files that are larger than the servers allowed memory.
11
+
12
## 1.4.2 - 2024-11-25
13
* Tag version correctly.
14
* Update missed div ID wrapper.
wp-debug-log-widget.php
@@ -7,7 +7,7 @@
* Description: Adds an admin dashboard widget to parse the WordPress error log file.
* Author: Austin Passy
* Author URI: https://github.com/thefrosty
- * Version: 1.4.2
+ * Version: 1.4.3
* Requires at least: 6.2
* Tested up to: 6.7.1
* Requires PHP: 8.1
0 commit comments