Releases: cconard96/glpi-webresources-plugin
v2.0.4
v2.0.3
GLPI Version: 10.0
Fixed:
- Invalid response header sent when refreshing the dashboard which caused some web servers to reject the response
- Removed use of deprecated auto-complete text field in the resource form which showed a notice when in debug mode
v2.0.2
GLPI Version: 10.0
Fixed issue with the post item form hook that could cause breaks with other plugins that use it (like the Additional Fields plugin)
v1.3.3
GLPI Version: 9.5
Fixed issue with the post item form hook that could cause breaks with other plugins that use it (like the Additional Fields plugin)
v2.0.1
Fixed
- Fixed warning that would show when using the GLPI CLI
v2.0.0
First release for version 2.0.0 which is compatible with GLPI version 10.0.
New features:
- Added web resource dashboard to Central (homepage) as a tab
- List view for resources
- Improved dark theme support
v2.0.0-beta2
Second beta release for version 2.0.0 which is compatible with GLPI version 10.0.
New features:
- Added web resource dashboard to Central (homepage) as a tab
- List view for resources
v2.0.0-beta1
Beta release for version 2.0.0 which is compatible with GLPI version 10.0.
New features:
- Added web resource dashboard to Central (homepage) as a tab
Planned features for next beta or full release:
- List view for resources
v1.3.2
There were multiple changes that don't affect the end-user but improve the development process. The only change affecting users was the change of version which was missed in the 1.3.1 release and potential performance improvements by only loading stylesheets and scripts when the plugin is active.
Backend Changes:
- Added GitHub action to automatically build a release when a tag is pushed. This is purely a timesaver for me when preparing a release and to help prevent mistakes.
- Set up localization on POEditor for English, English (US), French, Portuguese, and Spanish languages and added the required files in the repository. There are no actual translations for non-English languages yet.
- Fixed the license specified in the setup.php file which showed "GPL v2" even though the project has licensed under "GPL v2+".
- Added check in the plugin initialization to only execute most of it like loading resources when the plugin is installed and active.
1.3.1
Fixes:
- Fixed PHP error when updating other Entity tab forms.
- Added dark mode support.
- Fixed issue where the User for a resource wasn't being set.
- Improved icon scaling for non-square images.
- Added config option for moving the Web Resources menu item to a different menu than Plugins to clean up the menu if nothing else is in there.