We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d37428 commit cbb212cCopy full SHA for cbb212c
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 3.0.2 - 2019-10-24
2
+### Fixed
3
+- Fix issue with missing log variable in compact() call (via [@jeffturcotte](https://github.com/jeffturcotte))
4
+
5
## 3.0.1 - 2019-06-03 [CRITICAL]
6
### Security
7
- Fix security issue allowing a user to view any file on the system #2
composer.json
@@ -1,7 +1,7 @@
{
"name": "ether/logs",
"description": "Access logs from the CP",
- "version": "3.0.1",
+ "version": "3.0.2",
"type": "craft-plugin",
"minimum-stability": "dev",
"require": {
0 commit comments