Skip to content

Commit f5b3dad

Browse files
committed
v1.0.5
1 parent 6cfab7d commit f5b3dad

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.5] - 2024-10-25
9+
10+
### Fixed
11+
12+
- Fixed PHP error preventing plugin to work and breaking librenms [#3](../../issues/3)
13+
814
## [1.0.4] - 2024-10-18
915

1016
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dot-mike/nmscustomfields",
33
"description": "LibreNMS plugin to add custom fields to devices",
4-
"version": "1.0.4",
4+
"version": "1.0.5",
55
"type": "library",
66
"license": "MIT",
77
"authors": [

0 commit comments

Comments
 (0)