You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/upgradeguides/glpi-11.0.rst
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,9 @@ Crafting plugins URLs
83
83
In GLPI 11.0, we changed the way to handle URLs to plugin resources so that they no longer need to reflect the location of the plugin on the file system.
84
84
For instance, the same URL could be used to access a plugin file whether it was installed manually in the ``/plugins`` directory or via the marketplace.
85
85
86
+
To maintain backwards compatibility with previous behavior, we will continue to support URLs using the ``/marketplace`` path prefix.
87
+
However, their use is deprecated and may be removed in a future version of GLPI.
88
+
86
89
The ``Plugin::getWebDir()`` PHP method has been deprecated.
0 commit comments