File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.0.3] - 2024-10-18
9+
10+ ### Added
11+
12+ - Added a new blade helper to retrieve the custom field value of a device.
13+ The helper is ` get_custom_field_value($device, $custom_field_name) ` .
14+
815## [ 1.0.2] - 2024-07-04
916
1017### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " dot-mike/nmscustomfields" ,
33 "description" : " LibreNMS plugin to add custom fields to devices" ,
4- "version" : " 1.0.2 " ,
4+ "version" : " 1.0.3 " ,
55 "type" : " library" ,
66 "license" : " MIT" ,
77 "authors" : [
You can’t perform that action at this time.
0 commit comments