Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dot-mike committed Oct 18, 2024
1 parent d7f17a9 commit 3f4e0da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.3] - 2024-10-18

### Added

- Added a new blade helper to retrieve the custom field value of a device.
The helper is `get_custom_field_value($device, $custom_field_name)`.

## [1.0.2] - 2024-07-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dot-mike/nmscustomfields",
"description": "LibreNMS plugin to add custom fields to devices",
"version": "1.0.2",
"version": "1.0.3",
"type": "library",
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 3f4e0da

Please sign in to comment.