Skip to content

Releases: cconard96/glpi-webresources-plugin

v2.0.4

15 Apr 20:17
733bc70
Compare
Choose a tag to compare

GLPI Version: 10.0
Fixed:

  • Missing menu option for simplified interface users

v2.0.3

09 Nov 11:19
Compare
Choose a tag to compare

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

10 Jun 21:20
Compare
Choose a tag to compare

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

10 Jun 21:22
Compare
Choose a tag to compare

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

20 May 13:51
Compare
Choose a tag to compare

Fixed

  • Fixed warning that would show when using the GLPI CLI

v2.0.0

20 Apr 09:57
Compare
Choose a tag to compare

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

02 Jan 18:29
14ae213
Compare
Choose a tag to compare
v2.0.0-beta2 Pre-release
Pre-release

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

02 Jan 15:30
5b90876
Compare
Choose a tag to compare
v2.0.0-beta1 Pre-release
Pre-release

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

13 Feb 19:24
89607fd
Compare
Choose a tag to compare

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

28 Jan 11:27
Compare
Choose a tag to compare

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.