Skip to content

Commit 3ca6730

Browse files
committed
v1.0.4
1 parent e1ca440 commit 3ca6730

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.4] - 2024-10-18
9+
10+
### Added
11+
12+
- Show both hostname and sysName with clickable links in the custom field list on plugin page.
13+
14+
### Fixed
15+
16+
- Fix modal state reset [#2](../../issues/2)
17+
- Fix bulk delete so it does not delet all values. Behaves correctly.
18+
- Fix JS code to use let instead of var.
19+
820
## [1.0.3] - 2024-10-18
921

1022
### 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.3",
4+
"version": "1.0.4",
55
"type": "library",
66
"license": "MIT",
77
"authors": [

0 commit comments

Comments
 (0)